GP2X

From Lazarus wiki
Revision as of 21:22, 6 April 2013 by Jwdietrich (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Paul Nicholls has been doing some extensive work on the GP2X platform. As a result it is now possible to compile for the hand-held media & gaming system by Korean-based company, Gamepark.

GP2X port

Status

  • ARM for Linux CPU is supported.


Port notes

The fpc 4 GP2X Initiative site has been updated. There is now an example SDL program that can be compiled and run under Win32 (and other freepascal platforms) and the GP2X.

There is also documentation in rich-text format showing how to setup the devkitGP2X and freepascal cross-compiler ready for compiling programs for the GP2X.

This means you can now create and compile SDL programs that run under Win32 AND the gp2x platform! :-)

Acknowledgments

A huge thanks to Eugene Proshkin who lurks in the gp32x forums for showing me how it was possible to compile GP2X programs using a freepascal cross-compiler.

He created a program for the GP2X called blocks (http://www.gp32x.com/board/lofiversion/index.php/t34048.html)

He sent me an email as a starting point containing an example fpc.cfg file, the batch file to compile the FPC source code, what devkitGP2X file paths were needed, and what devkitGP2X files .so files needed modifying.

He also sent me a batch file to compile the project files to create the .gpe file.

Documentation

  • documentation: how to setup the devkitGP2X and freepascal cross-compiler to compile pascal programs for the GP2X

Links