when I bulid a project using S32 DS,there are some problems like:
Ld errors:undefined reference to 'floors'
Actually,floors is a function which is defined in <math.h>
FAE from agent gives me a solution and it works:
change the configuration in libraries support(properties->settings->Target Processor):
newlib no I/O (-specs=nosys.specs) -> ewl_c no I/O(-specs=ewl_c9x_noio.specs)
sysroot is also modified automatically.
**********************************************
My Question is what are the meanings of these configurations about libraries support.
and can i get a detail documentation about all the settings of S32 DS
thanks a lot.