Difference between revisions of "Development"
From ArmadeusWiki
m (→Linux kernel development) |
m (→Linux) |
||
Line 19: | Line 19: | ||
* [[HelloWorld | How to create your first Linux C application for your board]] | * [[HelloWorld | How to create your first Linux C application for your board]] | ||
* [[HelloWorldCpp |How to create your first Linux C++ application for your board]] | * [[HelloWorldCpp |How to create your first Linux C++ application for your board]] | ||
+ | * [[Automatically launch your application]] | ||
|| | || | ||
===Linux kernel development=== | ===Linux kernel development=== |
Revision as of 08:00, 10 April 2009
On this page you will find useful informations to develop software for your Armadeus board
Contents
Project
Tools
- C/C++ Cross Compiler (Toolchain) installation
- SVN usage on Armadeus and the way to provide us your modifications
- Debugging with GDB and GDBserver
- Simulate an Armadeus system under QEMU
- Eclipse IDE with GDB debugger
Linux
Userland applications |
Linux kernel development |
Graphical User Interface / Games |
Scripts |
Realtime applications |
Miscellaneous software packages
Links
- Things to know when porting x86 software to ARM: http://www.handhelds.org/minihowto/porting-software.html