RPi Development environments
Back to the Hub.
Software & Distributions:
Software - an overview.
Distributions - operating systems and development environments for the Raspberry Pi.
Kernel Compilation - advice on compiling a kernel.
Performance - measures of the Raspberry Pi's performance.
Programming - programming languages that might be used on the Raspberry Pi.
Development environments
Instead of just using a compiler and editor, you can use a complete image to create "development tool chains" which integrate compiler, build system, packaging tools etc. in one tool chain.
OpenEmbedded
OpenEmbedded is a build framework and cross-compile environment for embedded Linux.
QEMU
A detailed tutorial by emercer: http://cronicasredux.blogspot.com/2011/09/installing-and-running-debian-armel-on.html
Discuss:
Scratchbox
Scratchbox is a cross-compilation toolkit designed to make embedded Linux application development easier. It also provides a full set of tools to integrate and cross-compile an entire Linux distribution. To find out what it can do, take a look at some of the documentation.
There is now an Oracle Virtualbox VM image with a scratchbox2 install inside.
More details and discuss: http://www.raspberrypi.org/forum/?mingleforumaction=viewtopic&t=454
Eclipse
Mamona
EMBINUX
|