Difference between revisions of "Development"
From Pandora Wiki
Line 1: | Line 1: | ||
− | * [[Setting up a cross-compiler| | + | * You can [[Setting up a cross-compiler|set up a cross-compiler]] to compile code for the Pandora on your PC. |
+ | * Or you can [http://www.gp32x.com/board/index.php?/topic/53964-cross-compiling-is-bollocks-toolchains-are-bollocks-use-your-pandora-to-build-apps/ set up and compile directly on the Pandora]! | ||
* Porting & programming: | * Porting & programming: | ||
** If porting existing software, try the [[porting guide]]. | ** If porting existing software, try the [[porting guide]]. |
Revision as of 13:52, 4 June 2010
- You can set up a cross-compiler to compile code for the Pandora on your PC.
- Or you can set up and compile directly on the Pandora!
- Porting & programming:
- If porting existing software, try the porting guide.
- If creating new code, the development tutorials may be useful.
- Package your software in PND fromat for distribution.