Quote Originally Posted by KidPaddle View Post
The IGEPv2 - Board is working too.

I made a simple windows environment:

http://www.seban.de/download/crossco...mel/FPC4ARM.7z

The used programs and libraries are taken from cygwin, devkitGP2X or offical toolchains from GPH.

Unpack it, call setupconfig.bat, which creates a valid fpc.cfg, depends on your setup path. Do not use a path with spaces in, i have not test this situation.

To compile the sample, execute setenv.bat, which open a dos shell:
cd sample\sdltest01
make_gp2x.bat compiles for gp2x
make_wiz.bat compiles for gp2xwiz
make_armel.bat compiles for caanoo, pandora, IGEPv2, N800, PalmPre WebOS 1.4.5 and more.

If you need more libraries, take them from device or available toolchain and put them into the "ToolChain\device\libs" directories, maybe you have to rename them. Thats all.

cheers,
Thomas
Hi Thomas,
I followed the instructions above to compile the sdltest01 for gp2x, and it compiled nicely

Now I just have to find my gp2x to do some tests! I have misplaced it...I'm sure it is at home SOMEWHERE

Thanks for the SDK mate

cheers,
Paul