Hey, Iam new to this mailinglist and hope Ill read some little tricks,
that makes working with prex a charme ;)

So my first problem is, that I am not able to compile it on my
x86_64(ArchLinux).

Got some errors and many people told me I have to build my own
toolchain. So I followed this tutorial, Id seen on the list:

http://www.cowlark.com/2009-07-04-building-gcc/

Testing like it is shown in the tutorial works!

but compiling prex ends in some errors: 

#$ ./configure --target=arm-integrator --cross-compile=arm-elf- 
#$ make
make -C boot
make -C lib
arm-elf-ar rucs libboot.a stdlib.o string.o
arm-elf-strip -x -R .comment -R .note libboot.a
make -C arm
make -C integrator
make[3]: Nothing to be done for `all'.
make -C common
make[2]: Nothing to be done for `all'.
arm-elf-ld -L/home/xaxes/.prex/prex/conf -static -nostdlib  -T 
./arm/arm/boot.ld -o bootldr ./arm/integrator/boot.o ./common/common.o 
./lib/libboot.a /usr/local/lib/gcc/arm-elf/4.3.3/libgcc.a 
/usr/local/lib/gcc/arm-elf/4.3.3/libgcc.a
arm-elf-ld: ERROR: /usr/local/lib/gcc/arm-elf/4.3.3/libgcc.a(_udivsi3.o) uses 
hardware FP, whereas bootldr uses software FP
arm-elf-ld: failed to merge target specific data of file 
/usr/local/lib/gcc/arm-elf/4.3.3/libgcc.a(_udivsi3.o)
arm-elf-ld: ERROR: /usr/local/lib/gcc/arm-elf/4.3.3/libgcc.a(_umodsi3.o) uses 
hardware FP, whereas bootldr uses software FP
arm-elf-ld: failed to merge target specific data of file 
/usr/local/lib/gcc/arm-elf/4.3.3/libgcc.a(_umodsi3.o)
arm-elf-ld: ERROR: /usr/local/lib/gcc/arm-elf/4.3.3/libgcc.a(_dvmd_tls.o) uses 
hardware FP, whereas bootldr uses software FP
arm-elf-ld: failed to merge target specific data of file 
/usr/local/lib/gcc/arm-elf/4.3.3/libgcc.a(_dvmd_tls.o)
make[1]: *** [bootldr] Error 1
make: *** [boot] Error 2

anyone who could tell me my fault? 

regards Phil

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Prex-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/prex-devel

Reply via email to