Difference between revisions of "Development"
From ArmadeusWiki
(→Linux) |
(Add a SIMD section) |
||
| Line 51: | Line 51: | ||
|---------------- | |---------------- | ||
| + | |} | ||
| + | |||
| + | == Architecture dependent == | ||
| + | {| border="0" cellpadding="5" cellspacing="5" summary="Hardware Add-Ons by functionnalities" | ||
| + | |---------------- | ||
| + | | | ||
| + | === SIMD === | ||
| + | * [[SIMD | What is SIMD?]] | ||
| + | * [[NEON HelloWorld | Hello World example in NEON]] | ||
| + | || | ||
|} | |} | ||
Revision as of 12:52, 2 November 2009
On this page you will find useful information to develop software for your Armadeus board
Contents
Project
Tools
- C/C++ Cross Compiler (Toolchain) installation
- SVN usage on Armadeus and the way to inform us about your changes
- Debugging with GDB and GDBserver
- Simulate an Armadeus system under QEMU
- Eclipse IDE with GDB debugger
- Support JTAGKey and BDI2000 JTAG probes
Linux
Userland applications |
Linux kernel development |
Graphical User Interface / Games |
Scripts |
Realtime applications |
Architecture dependent
SIMD |
Miscellaneous software packages
Links
- Things to know when porting x86 software to ARM: http://www.handhelds.org/minihowto/porting-software.html