I am currently developping an application on MPC5748G, using S32 Design Studio for Power Architecture, Version 1.0 build 151127. The project is compiled with GCC, using a make file.
My application uses the function "atof" from the EWL_C library. But unfortunatly, I get an error during the link:
undefined reference to `atof'
What needs to be done to make sure this function is linked correctly?
The EWL_C library source code contains the function but is it really compiled?
Thank you for your help.