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

Re: [MiNT] GCC 4.6.1



W dniu 29.08.2011 16:18, Vincent Rivière pisze:
Vincent Rivière wrote:
I patched EmuTOS and FreeMiNT for that compiler, both work fine.
I'm going to put that beta in release and produce the Ubuntu binaries
in the
next days.

Done.

You can now enjoy the new cross-tools with GCC 4.6.1. Cygwin and Ubuntu
binaries provided.
http://vincent.riviere.free.fr/soft/m68k-atari-mint/

As I said previously, the 4.5 Cygwin binaries were quite slow, but the
new 4.6 ones are significantly faster. That's a real pleasure. The
Ubuntu binaries may also be faster, too, but as they already were very
fast, I didn't notice any speed change.

GCC 4.6 has better reporting for warnings.
Example:
var.c: In function 'f':
var.c:17:6: warning: unused variable 'i' [-Wunused-variable]

Then you just have to compile with -Wno-unused-variable to get rid of
that warning.

And here are Ubuntu x64 packages: http://adam.klobukowski.pl/mint/x64/

AdamK