The older gcc versions that were supposed to support the PXA255 processor did not support -mfloat-abi=softfp. I tried building with the latest gcc in my recent linux mint, with -march=armv5 and -mfloat-abi=softfp, but still not working.
Any idea what flags (and/or gcc versions) I should use, so I can support the armv5 K1 instead of just armv7+ processors?
|