This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

warning: no memory region specified ...


I try to get RedBoot going on my hardware (again ...).

I've done

   ecosconfig new idppxa redboot
   ecosconfig tree
   make

It compiles and at the very end it says:

arm-linux-gcc -mcpu=xscale -Wl,--gc-sections -Wl,-static -g -O2 -nostdlib
-L/usr/src/ecos/idp/install/lib -Ttarget.ld -o
/usr/src/ecos/idp/install/bin/redboot.elf
/usr/src/ecos/idp/install/lib/version.o

/usr/local/arm/2.95.3/arm-linux/bin/ld: warning: no memory region specified
/for section `.do_exec'

/usr/local/arm/2.95.3/arm-linux/bin/ld: warning: no memory region specified
/for section `.redboot_getc'

... and so on.


When I do

   rm -rf *
   ecosconfig new ipaq redboot
   (change CYGBLD_GLOBAL_COMMAND_PREFIX to "arm-linux")
   ecosconfig tree
   make

then I get almost the same:

arm-linux-gcc -Wl,--gc-sections -Wl,-static -g -O2 -nostdlib
-L/usr/src/ecos/idp/install/lib -Ttarget.ld -o
/usr/src/ecos/idp/install/bin/redboot.elf
/usr/src/ecos/idp/install/lib/version.o

/usr/local/arm/2.95.3/arm-linux/bin/ld: warning: no memory region specified
/for section `.do_exec'

/usr/local/arm/2.95.3/arm-linux/bin/ld: warning: no memory region specified
/for section `.do_gpio'


The same happened with "ecosconfig new iq80321 redboot".


The toolchain I use is gcc-2.95.3 which I downloaded from 
ftp://ftp.arm.linux.org.uk/pub/armlinux/toolchain/. I used to compile Linux 
kernel 2.4.x a zillion times with this thingy.

So what's going wrong?

-- 
MN-Logistik GmbH         http://www.mn-logistik.de
Holger Schurig
Dieselstr. 18
61191 Rosbach v.d.Höhe
Tel: 06003/9141-0        Fax: 06003/9141-49


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]