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]

Re: A few Questions


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


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