[Scratchbox-users] scratchbox output relocatable file
Saravanan Chanemouganandam
schane at osmozis.com
Wed Sep 19 12:47:59 EEST 2007
Hi all,
I have a working version of /scratchbox on my host x86 development machine
running linux 2.6.8 for cross compiling to my ARM target board producing
schane:/home/sara/# file hello.o
hello.o: ELF 32-bit LSB executable, ARM, version 1 (ARM), for GNU/Linux 2.0.0,
dynamically linked (uses shared libs), not stripped
Recently, I have installed Openembedded on the host machine for my development
of rootfs which update the system libraries on the host. Then onwards
my /scratchbox compilation fails to produce the executable one, insteed it
givesout relocatable and am not able to run it anymore on the target board.
Here is the compilation output of the same hello.c file
[sbox-Sara: ~]
> /scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -o
hello.o -c hello.c
[sbox-Sara: ~] > file hello.o
hello.o: ELF 32-bit LSB relocatable, ARM, version 1 (ARM), not stripped
[sbox-Sara: ~] >
Can anyone tell me how to solve this issue to produce an executable file?
thanks
Sara
More information about the Scratchbox-users
mailing list