Slashdot Mirror


GCC 3.3 Native Build For NetBSD/dreamcast

Dan writes "Marcus Comstedt has a native build of the new GCC 3.3 for NetBSD/dreamcast platform. It was built using the latest binutils (2.13.2.1), and he then rebuilt the binutils with the new compiler. Also included is a gdb 5.3 built with the GCC and binutils."

2 of 19 comments (clear)

  1. Enough memory for this? by bjb · · Score: 4, Interesting
    I've run GCC on machines with 16MB of memory before, but they also had at least several megabytes of swap storage as well. Will GCC even be able to compile anything on this box?

    I know there is the relatively unused serial port in the back of the thing, but has anyone even developed a mass storage device for the Dreamcast?

    --
    Never hit your grandmother with a shovel, for it leaves a bad impression on her mind...
  2. Inconceivable by Neon+Spiral+Injector · · Score: 5, Insightful

    Shouldn't he also have rebuilt gcc with the new binutils? Then rebuilt binutils with that resulting gcc?

    BTW: I just symlink the binutils source directory from inside the gcc source directory (i.e. ln -s ../binutils-2.13.2.1 binutils) and then "make bootstrap-lean". This takes care of the interdependancies. You can also do the same for flex and bison.