[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Gcc 4.4.3 Linking problems, libmath testcase attached...



m0n0 a écrit :
The makefile I'm using passes --std=c99 to the compiler, (although not to
the 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