Difference between revisions of "GP2X"

From Lazarus wiki
Jump to navigationJump to search
Line 10: Line 10:
 
== Port notes ==
 
== Port notes ==
  
* A cross-compiler that works under Windows and creates arm-linux programs for the GP2X can be created by building the compiler and units from the freepascal source code.
+
The [http://fpc4gp2x.eonclash.com/ 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.
  Instructions on how to build a cross-compiler for the GP2X will be posted at this site [http://fpc4gp2x.eonclash.com/ fpc 4 GP2X Initiative]
+
 
 +
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! :-)
  
 
== Documentation ==
 
== Documentation ==

Revision as of 00:55, 15 May 2007

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! :-)

Documentation

Links