Has anyone set up the compiler under linux? I'm pretty new to linux (but i have used it before and its MUCH better than windows in my opinion) and need help setting up (compiling? :blink: ) the devkit.THANKS
You could ask from Mithris (gdb-stub, Goatpark32) or Snaff (Frodo) about Linux hosted GP32 development. They both work primarly using Linux. Both are regulars in #gp32dev.
Ah, yes, ofcourse you should run linux..
Setting up GCC is not that hard actually.. atleast not when you know how to do it..
There are lots of correct ways of compiling a XGCC and there are lots of incorrect ways.
It's too long to explain here, but there are lots of good tutorials out there which leads you through the
compilation process step by step.
Although, at one point he has a warning about GCC not beeing able to build executables, this can be done differently i think by
telling the gcc configure script to build with newlib, or instead of "make all" for GCC the first time, use "make install" instead. (i'm not 100% sure about this atm)
But it's a start.