compile using -mfloat-abi=soft option
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.11-20121123_linuxplz check this problem ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-toolchain
4th March 2013 - 8th March 2013
== This Week === * Couldnt help my luck and wasnt able to reach Hong Kong due to delay in visa processing by Hong Kong immigration department. * Remotely attended live streams of Linaro Connect Asia * Tried to reproduce all open bugs under linaro-gdb project on launchpad and created a review sheet. * Created a comparison sheet to figure out why certain gdb tests are failing or not being run in different configurations. == Next week == * Try to enable some native only tests and see if the functionality can be tested for remote configurations as well. * Set out some priority on blue prints and bugs under linaro-gdb project and start with some stuff with higher priority. * Caught some flu over the weekend and still a bit down with fever n headache. ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-toolchain
Re: compile using -mfloat-abi=soft option
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 source giving mfloat-abi=soft option > > > arm-gcc main.c -marm -march=armv7-a -mfloat-abi=soft -mcpu=cortex-a15 > -mthumb -mfpu=neon > > > but i cant compile my source dose compiler support armv7-a mfloat-abi > option? > > > compiler version is > gcc-linaro-arm-linux-gnueabihf-4.7-2012.11-20121123_linux > > > plz check this problem > > > > ___ > linaro-toolchain mailing list > linaro-toolchain@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/linaro-toolchain > > ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-toolchain