Re: compile using -mfloat-abi=soft option

2013-03-11 Thread Zhenqiang Chen
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

compile using -mfloat-abi=soft option

2013-03-11 Thread 서재권
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.