Need help configuring arm targets w/o FPU
onkel.jack@t-online.de
onkel.jack@t-online.de
Fri Mar 3 17:04:00 GMT 2017
I try to build an gcc based arm toolchain supporting arm7 based MCUs without an FPU.
But whatever I try, I end up with with code trying to access some floating point registers causing an illegal instruction trap (arm cortex m3).
Looking into various multilib config files show support for softfp and fpu.
What would be the correct way to get multilibs with soft float ?
More information about the Gcc-help
mailing list