Hi everybody,
I’m using a Q24NG module and OpenAT v3.13, and I need to make use of some mathematical C functions such as sin, cos and others. I’m already including the math.h and stdlib.h headers in my program.
However, i always have a message “undefined reference to `sin’”, after compilation . Why ? Does anyone know ? Or if is necessary configure math functions (math lib …) ? How ?
thanks