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
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to