Provides same things for Linux as Windows/Cygwin build does.
The current version is release 1, featuring the following things :

  • GCC version 3.3
  • binutils version 2.14
  • newlib version 1.10.0. newlib is a replacement for glibc (the GNU C library) which is more compact and portable.

No more available for download.


NOTICE: Some people reported problems while using floats for instance. You need to find then a proper crt0.s performing FPU initialization. If you can't find one, just use -msoft-float GCC option. This problem exists on both release 0 and release 1.