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.

Floating point support on Linux ARM side of OMAP-L138

Other Parts Discussed in Thread: OMAP-L138

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?