This is the mail archive of the crossgcc@sourceware.org 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: ARM-PXA toolchain


Hi,

Am 06.11.2011 17:55, schrieb Yann E. MORIN:
Looks like you are building with hardware floating point, and your
kernel does not have FP emulation.

No, I was not building with hard FP. It's a qemu-user environment, therefore the lack of FP emulation.


Here are the related configuration items:
   CT_ARCH_ARCH="armv5te"
   CT_ARCH_CPU="xscale"
   CT_ARCH_TUNE="xscale"
   CT_ARCH_FPU=""
   CT_ARCH_FLOAT_SW=y

I've tried this [1] but the ld-linux.so.3 still contains some VFP instructions (objdump | grep vstm):


 17f44:       	ecac8b10        vstmia  	ip!, {d8-d15}
 538:   	4d2f4a16        vstmdbmi        pc!, {s8-s29}

Regards,
Mircea

[1] http://pastebin.com/ky7Dxp3C

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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