[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] Common symbol definitions for assembler
From: |
Artur Lipowski |
Subject: |
RE: [avr-gcc-list] Common symbol definitions for assembler |
Date: |
Wed, 6 Aug 2003 08:20:41 +0200 |
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden Behalf Of Erik Christiansen
> Sent: 6 sierpnia 2003 07:45
> To: AVR GCC List
> Subject: [avr-gcc-list] Common symbol definitions for assembler
>
>
> After installing binutils, gcc, and avr-libc, I find register,
> vector, and port symbols nicely defined in the 'C' header files in
> /usr/local/avr/include/avr/, but need instead, corresponding xxx.inc
> files suitable for use with avr-as.
>
> What does the group generally use here?
...
What use group I don't know but I and many people (eg. in avr-libc) prefer
to use "avr-gcc -x assembler-with-cpp" instead of avr-as.
This give you full potential (and problems) of the C preprocessor.
Additionally you not need to have separate includes (headers) for C and
assembler.
Reagrds,
--
Artur Lipowski