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

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

Re: [avr-gcc-list] How do I generate an absolutely located hex file in a


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] How do I generate an absolutely located hex file in assembler using avr-gcc?
Date: Wed, 23 Aug 2006 12:00:55 +0200 (MET DST)

jan <address@hidden> wrote:

> Is there a simple way to just invoke the assembler and linker
> without using the gcc front end?

Of course, you are allowed to call avr-ld directly.

Just add a -v to the compiler options when linking, and you'll see
which options the compiler is passing to the linker.  Use that as a
template for your own linker command-line.

-- 

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]