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

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

Re: [avr-gcc-list] memory sections


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] memory sections
Date: Mon, 6 Oct 2003 17:07:34 +0200 (MET DST)

Iztok Zupet <address@hidden> wrote:

>> Add "-Wl,--section-start=.nvram=0x808000" to your link command.

> Namely avr-ld --help gives a bit different syntax for it (
> --section-start SECTION=ADDRESS) which doesn't work.

It would work if you called avr-ld directly.  However, in using the
-Wl compiler option, you need to escape the space somehow, or you
simply use an equal sign which is just understood by the linker as
well.

-- 
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]