This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

as: unrecognized option '-mfloat-abi=soft' when compiled with Arago toolchain for 0map-l138 lcdk on ubuntu

Other Parts Discussed in Thread: OMAP-L138

Dear All,

I am using TI SDK for omap-l138 LCDK board.The Arago toolchain available in SDK was working fine upto now.

but suddenly It is throwing Error,when compiled the simple Hello_world.c.The error is as below:

[linux-devkit]:~> arm-arago-linux-gnueabi-gcc hello_world.c
as: unrecognized option '-mfloat-abi=soft'
[linux-devkit]:~>

Can anybody tell, how to change the compiler settings to remove this error?