[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] memory sections
From: |
Iztok Zupet |
Subject: |
Re: [avr-gcc-list] memory sections |
Date: |
Wed, 1 Oct 2003 18:00:59 +0200 |
User-agent: |
KMail/1.5 |
On Wednesday 01 of October 2003 17:47, Theodore A. Roth wrote:
> Add "-Wl,--section-start=.nvram=0x808000" to your link command.
Thanks,
It works now. I've already tried that, but in vain. Namely avr-ld --help gives
a bit different syntax for it ( --section-start SECTION=ADDRESS) which
doesn't work.
Iztok