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."

1 of 19 comments (clear)

  1. 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.