The prebuilt gcc-linaro-arm-linux-gnueabihf toolchain only support
hardfloat abi. You might get link error when compiling with "soft".
Can you show us the error message? Or try -mfloat-abi=hard?
Thanks!
-Zhenqiang
On 7 March 2013 22:25, 서재권 wrote:
> hi there
>
>
> i tried to compile my sour
hi there i tried to compile my source giving mfloat-abi=soft optionarm-gcc main.c -marm -march=armv7-a -mfloat-abi=soft -mcpu=cortex-a15 -mthumb -mfpu=neonbut i cant compile my source dose compiler support armv7-a mfloat-abi option?compiler version is gcc-linaro-arm-linux-gnueabihf-4.7-2012.