avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] gcc and avr studio assembler.. link possibilities?


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] gcc and avr studio assembler.. link possibilities?
Date: Fri, 13 Feb 2004 19:54:26 +0100 (MET)

As "E. Weddington" <address@hidden> wrote:

>Assuming that the assembly function was written to the AVR-GCC
>calling convention (found in the avr-libc FAQ), the only problem you
>might run into would be file formats, i.e. is the Atmel Assembler
>object file format compatible with (can be read by) GCC?

AFAIK the Atmel assembler uses this simplicistic `nordic object file
format'.  This is incompatible with the GNU tools.  It probably
wouldn't be too hard to write a parser for the GNU binutils for this
format (there once used to be one already), but it's probably way less
effort required to convert the assembler sources to gas format.
-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]