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

Re: [MiNT] GCC 4.3.0 available



Frank Naumann wrote:
The missing include is a gcc header file. It's located in the include folder where the cc1 is located, e.g.

???/lib/gcc/m68k-atari-mint/4.3.0/include/limits.h

Hello. That was right until GCC 4.2.3, but since GCC 4.3.0, some includes (including limits.h) are located in a folder named include-fixed. So the 2 directories containing the GCC header files are:

???/lib/gcc/m68k-atari-mint/4.3.0/include
???/lib/gcc/m68k-atari-mint/4.3.0/include-fixed

In my MiNTLib build script, I made some hacks in order to be able to build the MiNTLib without having GCC fully installed (for the pseudo boostrap).

--
Vincent Rivière