Hello I am trying to add some floating point support to my ARM side of the OMAP-L138
using GCC.
I have added -msoft-float to my command line options for the compiler, and the .c code does compile.
However, when I get to the linke stage it is complaining that
undefined reference to `sqrt'
undefined reference to `sin'
undefined reference to `cos'
etc... etc...
Is there something I need to add to the link comand line optons to include the software math functions?