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