billium schrieb:
> Hello Martin
> Thanks for your answer. Did not look at it yesterday, as it was sunny
> in the UK :). I also tried arm-softfloat-elf and got the same error. I
> do not know about switching the EABI. Do you know how to include
> newlib? Could you please post your linker script / makefile as I am
> having linker problems ..not finding file.
>
I've just builded a new toolchain:
1. edit /usr/sbin/crossdev on line 201:
add |*-eabi just after *-elf
this is needed if you want to build newlib, otherwise crossdev chose
libc
2. crossdev -s3 --without-headers arm-softfloat-eabi
this should work... at least on this very machine I did it
at the moment I haven't tried it on the target
/martin