Recent content by thingy88

  1. T

    GP2X Gp2x And C++

    Slightly late contribution to this thread... :rolleyes: This doc Technical Report on C++ Performance provides a fairly thorough analysis of the costs and overheads involved with using the many features of C++. C++ is pretty good in that, in general you don't pay for any features you don't...
  2. T

    GP2X Porting For Beginners

    It's best not to change the makefiles directly as these are auto generated for you by Automake. See GNU Autoconf, Automake and Libtool aka 'The Goat Book' for a good guide to the Autotools. Instead, you change the way that a project is built via a combination of modifying environment variables...
  3. T

    GP2X Open2x Libs-gp2x Buildscripts Not Working?

    Am I missing a trick here or are the buildscripts in open2x/libs-gp2x just not working yet? I don't mind doing some work on them but I don't want to duplicate effort. Also, when trying to build the libs manually I'm running into odd problems like libz not being there and libJPEG not wanting to...
  4. T

    GP2X Math Libs?

    Umm mine does. In 'sysroot/usr/lib' and 'sysroot/usr/include' respectively (both within the devkitGP2X directory. You should have those and the compiler should pick up the header automatically. I don't want to ask a stupid question here but are you definitely compiling with 'arm-linux-gcc.exe'?
Back
Top