Home  GBA  NGC  NGPC  FPGA  Mobile  GP32  NDS  Oldies  Misc  

Thursday 28 August 2003

DevKitCube release 1 - Linux build

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.

DevKitCube release 1 - Linux build

I finally did the devkitcube release 1 for Linux. Sorry for the long delay :)

As for Windows/Cygwin build, GCC version is now 3.3, binutils version is 2.14, newlib version is 1.10.0 and it has C++ support.