|
Message
From: Matjaz Breskvar<phoenix@o...>
Date: Tue Jun 22 18:55:52 CEST 2004
Subject: [openrisc] Building cbasic
* sankar@m... (sankar@m...) wrote: > When I try to make the cbasic file, I get the following error: > > or32-uclinux-ld -T ../support/orp.ld cbasic-O0.o ../support/reset- > nocache.o ../support/libsupport.a -o cbasic-nocache-O0.or32 > or32-uclinux-objcopy -O binary cbasic-nocache-O0.or32 cbasic- > nocache-O0.bin > ./utils/bin2hex cbasic-nocache-O0.bin > cbasic-nocache-O0.hex > cp cbasic-nocache-O0.hex ../../sim/src/ > or32-uclinux-ld -T ../support/orp.ld cbasic-O2.o ../support/reset- > nocache.o ../support/libsupport.a -o cbasic-nocache-O2.or32 > or32-uclinux-ld: warning: no memory region specified for section > `.rodata.str1.1' > or32-uclinux-ld: address 0x38 of cbasic-nocache-O2.or32 > section .dummy is not within region flash > make: *** [cbasic-nocache-O2] Error 1 > > Can anybody tell me what should I do?
look into orp.ld, the problem is probably there.
regards, p.
|
 |