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?