This is the mail archive of the ecos-devel@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]

Unable to load ELF file


Hello All, 

I am using a xscale-elf ( 2.0 ) toolchain and IXDP425
Eval board, and latest CVS eCOS snapshot release.
 
I have added packages CYGPKG_IO_FILEIO &
CYGPKG_FS_ROMFS and generated a eCOS library(
libtarget.a ).
When I link "hello" example with this lib and try to
download it to the target board I get this error...
"Only absolute ELF images supported".

Refering old "know problems" no 18007 where GDB cannot
cope with path > 128 char, I tried to change install
path and link without success. 

Any clues please ?

Regards
Raghu


$ make
INSTALL_DIR=/cygdrive/c/projects/ixp425/ixdp425_redboot_ramrom/install
xscale-elf-gcc -c -o hello.o
-I/cygdrive/c/projects/ixp425/ixdp425_redboot_ramro
m/install/include -mcpu=xscale -Wall -Wpointer-arith
-Wstrict-prototypes -Winlin
e -Wundef -Woverloaded-virtual -g -O2
-ffunction-sections -fdata-sections -fno-r
tti -fno-exceptions -fvtable-gc -mapcs-frame hello.c
cc1: warning: "-Woverloaded-virtual" is valid for C++
but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for
C/ObjC
cc1: warning: "-fvtable-gc" is valid for C++ but not
for C/ObjC
xscale-elf-gcc -nostartfiles
-L/cygdrive/c/projects/ixp425/ixdp425_redboot_ramro
m/install/lib -Ttarget.ld -mcpu=xscale
-Wl,--gc-sections -Wl,-static -g -O2 -nos
tdlib -o hello hello.o


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250


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