m0n0 a écrit :
The makefile I'm using passes --std=c99 to the compiler, (although not tothe linker).
Unfortunately, the libm is not shipped with GCC. On any platform, some libc and libm must be provided. With my GCC binaries I provide the PML libm which is very old and doesn't know C99.
Inside SpareMiNT there is fdlibm as libm, I don't know its features.So even if the compiler itself is aware of the C99 standard, the libraries must support C99, too. That's why we must improve libm support in MiNT.
-- Vincent Rivière