Difference between revisions of "Development"
From Pandora Wiki
m (update the compile directly on the Pandora to go to the "Bollocks" page) |
(Add kernel/firmware links) |
||
Line 1: | Line 1: | ||
+ | ==Kernel and Firmware== | ||
+ | * [[Development_Tools | Pandora kernel and Firmware reference information]] | ||
+ | * [[http://bugs.openpandora.org/ Pandora Bug Tracker]] | ||
+ | |||
==Compiling Software== | ==Compiling Software== | ||
* [[Setting up a cross-compiler|Set up a cross-compiler]] to compile code for the Pandora on your PC. | * [[Setting up a cross-compiler|Set up a cross-compiler]] to compile code for the Pandora on your PC. |
Revision as of 09:06, 14 July 2010
Contents
Kernel and Firmware
Compiling Software
- Set up a cross-compiler to compile code for the Pandora on your PC.
- Or, set up and compile directly on the Pandora, 'bollocks' style.
Porting and Writing Software
- If porting existing software, try the porting guide.
- If creating new code, then the development tutorials may be useful.
Distributing Software
- Learn more about the PND file format that is used for distribution.
- PND quickstart - Quickly learn how to make PNDs (using Linux) for your software.