digitaljez, I used your instructions along with the gp2x user guide instructions and I got it to compile with one warning and work on my gp2x! Thanks, now I just have to learn c and SDL (i started learning c++ a long time ago but I gave up and now i've forgotten it. All I can program in right now is visualbasic).
Here is the warning I get:
Code:
[warning] Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
Do you know what this means?
Thanks again,
-ben
EDIT: Ok, I tried to compile a hello world program from a tutorial on the wiki and I got the following errors:
Code:
unrecognized command line option "-fstart-group"
unrecognized command line option "-fend-group"
It says this twice, with "cc1plus.exe: error: " before each one. I don't know c/c++ or SDL and don't know what this means......
HERE is a link to the tutorial.