Recent content by funkothealmighty

  1. F

    GP2X Linking Problems...

    I feel dumb, but I solved my problem, there was something up with my toolchain I was using. I had tried installing the open2x toolchain and somehow screwed up the library install. I still don't know what I did. Then I went to using the gp2xsdk and after a couple of minor errors and some code...
  2. F

    GP2X Linking Problems...

    Ok what that _ZSt4cerr means is that std::cerr is undefined, so any other standard function should screw up like this too, (cout, cin, etc.) I think it has something to do with two stdc++ libraries being used or something, I really don't know though.
  3. F

    GP2X Linking Problems...

    Did you find out why this was happening? I'm actually running into the same problem: ./qonk.gpe: relocation error: ./qonk.gpe: undefined symbol: _ZSt4cerr I read somewhere that this may have something to do with C usage in C++ programs, but I still don't know how to fix it.
Back
Top