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.

Linux/AM3352: u-boot, floating point math operation...

Part Number: AM3352

Tool/software: Linux

Hello,

On my board I have few ADM1293 for power measurement, and i wanted to show power , voltage, current value at u-boot level. this requires some math operation. and in my calculation function i have some float - multiplication, division. 

When I compile code I get following error for float operation.

undefined reference to `__aeabi_f2iz'  ,  `__aeabi_i2f' ,  `__aeabi_fsub' ,  `__aeabi_fmul'  `__aeabi_f2iz'

I am using gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf tool  chain.

How to fix this one? Am i missing to link float library? my tool-chain support hard float point. is it possible to use soft float library?