Re: Assembling with GNU and ADS
From: 42Bastian Schick (bastian42_at_yahoo.com)
Date: 06/30/04
- Previous message: Stef: "Re: algorithym to calculate MAH on a battery charger"
- In reply to: HG: "Assembling with GNU and ADS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Jun 2004 13:26:57 GMT
On 30 Jun 2004 04:32:52 -0700, armarm123@hotmail.com (HG) wrote:
>Hi,
>
>I want to be able to build my project with both the ARM ADS and GNU
>tools. This is relatively easy for the C files, however, it is proving
>very difficult (actually impossible) to do this for assembly files.
>Anyone know of a clever trick (pre-processor?) that allows me to
>maintain a single assembly source file and assemble it with either GNU
>GAS or ADS ?
For our kernel I use a combination of C-Preprocessor and perl.
I.e. I have one source that I pre-process to get ADS,IAR and GNU
assembly.
This works fine (I do this for various CPUs).
-- 42Bastian Do not email to bastian42@yahoo.com, it's a spam-only account :-) Use <same-name>@epost.de instead !
- Previous message: Stef: "Re: algorithym to calculate MAH on a battery charger"
- In reply to: HG: "Assembling with GNU and ADS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|