[En-Nut-Discussion] (no subject) AT91_rom linker script problem
Matthias Wilde
ethernut at stockelache.de
Thu Mar 15 23:35:18 CET 2007
Hello,
I found now the problem. In the rom linker script might be a "bug" which
probably I introduced. The rodata where "stored" into ram which address
starts at 0x000. So the bin contained "data" from 0x00 to 0x1xxx which is
more than 250MByte data.
Removing the comments for rodata in the rom linker script solved the problem.
. = ALIGN(4);
*(.rodata*);
Best regards
Matthias
PS: Harald could you please fix this on cvs in the file "at91_rom.ld" -
Thank you
--
More information about the En-Nut-Discussion
mailing list