A few Questions
Dan Kegel
dank@kegel.com
Thu Jun 16 12:43:00 GMT 2005
Sylvain Becker wrote:
> I have compiled the xscale toolchain sucessfully with this options:
>
> KERNELCONFIG=`pwd`/arm.config
> TARGET=arm-xscale-linux-gnu
> TARGET_CFLAGS="-O -msoft-float -mthumb-interwork"
> GCC_EXTRA_CONFIG="--with-float=soft --with-cpu=xscale
> --enable-interwork --enable-cxx-flags=-mcpu=xscale"
> GLIBC_EXTRA_CONFIG="--with-float=soft --enable-interwork --without-fp"
>
>
> But...(always a but), When I check the headers of my objects:
>
> crtbegin.o -> says it's compiled with SF. don't say anything about
> interworking.
> libgcc.a -> says it's compiled with SF. don't say anything about interworking.
> crti.o -> says it's compiled with SF. don't say anything about interworking.
> libc.o -> says it's compiled with S and with thumb interworking.
>
> Compilation is done with -static -static-libgcc. I got lots of
> warning, about "interworking" because module are not recognised as all
> thumb-interworking:/
I've never played with thumb, so I can't help...
- Dan
--
Trying to get a job as a c++ developer? See http://kegel.com/academy/getting-hired.html
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list