Difference between revisions of "Development"
From ArmadeusWiki
(update precess to our GIT SCM) |
(→Tools java) |
||
Line 12: | Line 12: | ||
* [[Eclipse| Eclipse IDE with GDB debugger]] | * [[Eclipse| Eclipse IDE with GDB debugger]] | ||
* [[ JTAG | Support JTAGKey and BDI2000 JTAG probes]] | * [[ JTAG | Support JTAGKey and BDI2000 JTAG probes]] | ||
+ | * [[ Java package | Install Java libraries, JamVM and run a java program]] | ||
==Linux== | ==Linux== |
Revision as of 23:48, 9 February 2010
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
- Install Java libraries, JamVM and run a java program
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