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

[MiNT] GCC 4.2.2 - Keith's Latest Progress (or lack thereof)



Hello all,

I'm currently building GCC 4.2.2 under AranyM, still got a ways to go.

Otherwise, I built a Canadian Cross build with Vincent's latest tools and packages, and my results were the same it seems, the C compiler seems to work on the small items I test, and the C++ compiler does not seem to work on what I have tested, creating executables that SIGILL (illegal instruction).

Here are the configure params I used for the Canadian Cross:

$ CC=/usr/local/m68k-atari-mint/bin/m68k-atari-mint-gcc AR=/usr/local/m68k-atari-mint/bin/m68k-atari-mint-ar RANLIB=/usr/local/m68k-atari-mint/bin/m68k-atari-mint-ranlib
../gcc-4.2.2/configure --target=m68k-atari-mint --host=m68k-atari-mint
--enable-languages="c,c++" --disable-nls --disable-libstdcxx-pch --program-suffix=-4.2.2 --disable-bootstrap --build=i686-pc-cygwin


Keith