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.

How to use floating point operation on AM437x

Guru 16800 points

Hello,

Please let me know how to use floating point operation such as the "float" type or "double" type on AM437x.
I want to build a floating point operation in to the kernel space software (driver) with Linux SDK v8.
However, when the kernel is building, the following error is output.

-------------------------------------
undefined reference to `__aeabi_dadd'
undefined reference to `__aeabi_dsub'
...
-------------------------------------

Best Regards,

Nomoto