crosstool-0.28-rc28 does not compile for ARM

Dimitry Andric dimitry@andric.com
Sat Jul 17 12:08:00 GMT 2004


On 2004-07-17 at 13:27:11 Steven Scholz wrote:

>>>/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't confirm, but can you please specify what processor you are
>> trying to build for?  I guess this is some mismatch between the ARM
>> cpu type set in the linux kernel configuration, and in crosstool.

> I want to use it for ARM9 processors like Atmels AT91RM9200 and Motorolas i.MX.

Maybe you can try setting the CPU flags explicitly, as is done for
example in arm-9tdmi.dat:

KERNELCONFIG=`pwd`/arm.config
TARGET=arm-9tdmi-linux-gnu
GCC_EXTRA_CONFIG="--with-cpu=arm9tdmi --enable-cxx-flags=-mcpu=arm9tdmi"
TARGET_CFLAGS="-O"

(But if needed, replace arm9tdmi with "plain" arm9.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 183 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/crossgcc/attachments/20040717/fe39b44d/attachment.sig>


More information about the crossgcc mailing list