Difference between revisions of "Development"
From ArmadeusWiki
(Add helloworld) |
|||
Line 1: | Line 1: | ||
On this page you will find useful informations to develop software for your Armadeus board | On this page you will find useful informations to develop software for your Armadeus board | ||
<br> | <br> | ||
− | Tools | + | ==Tools== |
* [[Cross Compiler|C/C++ Cross Compiler]] installation | * [[Cross Compiler|C/C++ Cross Compiler]] installation | ||
* [[SVN|SVN usage on Armadeus]] and the way to provide us your modifications | * [[SVN|SVN usage on Armadeus]] and the way to provide us your modifications | ||
* [[GDB|GDB and GDBserver usage]] | * [[GDB|GDB and GDBserver usage]] | ||
− | Linux | + | ==Linux== |
+ | * [[HelloWorld | How to create your first application]] | ||
* [[Linux Debug |Tips to debug under Linux]] | * [[Linux Debug |Tips to debug under Linux]] | ||
* [[Linux drivers development|Instructions to develop Linux drivers for Armadeus]] | * [[Linux drivers development|Instructions to develop Linux drivers for Armadeus]] | ||
− | Graphical User Interface | + | ==Graphical User Interface== |
* [[Qt/Embedded]] (Qtopia core 4.2) | * [[Qt/Embedded]] (Qtopia core 4.2) | ||
* [[SDL Development|SDL]] | * [[SDL Development|SDL]] | ||
− | Scripts | + | ==Scripts== |
* [[Perl development| Perl]] | * [[Perl development| Perl]] | ||
* [[Python development |Python]] | * [[Python development |Python]] | ||
− | Firmware | + | ==Firmware== |
* [[FPGA|FPGA firmware development]] | * [[FPGA|FPGA firmware development]] | ||
− | Miscellaneous software packages | + | ==Miscellaneous software packages== |
* [[Samba]] | * [[Samba]] | ||
==Links== | ==Links== | ||
* Things to know when porting x86 software to ARM: http://www.handhelds.org/minihowto/porting-software.html | * Things to know when porting x86 software to ARM: http://www.handhelds.org/minihowto/porting-software.html |
Revision as of 11:23, 26 March 2007
On this page you will find useful informations to develop software for your Armadeus board
Contents
Tools
- C/C++ Cross Compiler installation
- SVN usage on Armadeus and the way to provide us your modifications
- GDB and GDBserver usage
Linux
- How to create your first application
- Tips to debug under Linux
- Instructions to develop Linux drivers for Armadeus
Graphical User Interface
- Qt/Embedded (Qtopia core 4.2)
- SDL
Scripts
Firmware
Miscellaneous software packages
Links
- Things to know when porting x86 software to ARM: http://www.handhelds.org/minihowto/porting-software.html