This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

crosstool-0.28-rc28 does not compile for ARM


Hi there,

I tried to build an ARM tool chain using the great crosstool with these settings:

KERNELCONFIG=`pwd`/arm.config
TARGET=arm-unknown-linux-gnu
TARGET_CFLAGS="-O"
BINUTILS_DIR=binutils-2.14
GCC_DIR=gcc-3.3.3
GLIBC_DIR=glibc-2.3.2
LINUX_DIR=linux-2.6.6
GLIBCTHREADS_FILENAME=glibc-linuxthreads-2.3.2

(so basicly the default except binutil und kernel version version) but I got

arm-unknown-linux-gnu-gcc ../sysdeps/generic/setfpucw.c -c -std=gnu99 -O -Wall -Winline -Wstrict-prototypes -Wwrite-strings
-Wno-uninitialized -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES -DNO_LONG_DOUBLE -D_Mlong_double_=double -I../include
[snip]
-D_LIBC_REENTRANT -include ../include/libc-symbols.h -o opt/sandkasten/crosstool-0.28-rc28/build/arm-unknown-linux-gnu/gcc-3.3.3-glibc-2.3.2/build-glibc/math/setfpucw.o
/tmp/cc8N0ahh.s: Assembler messages:
/tmp/cc8N0ahh.s:11: Error: selected processor does not support `rfs r3'
/tmp/cc8N0ahh.s:20: Error: selected processor does not support `wfs r3'


Can someone confirm that? Or has idea why I am getting this?

Thanks!

Steven

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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