Toolchain and Embedded Distributions: Difference between revisions
mNo edit summary |
m (GNU Toolchain moved to Toolchain and Embedded Distributions: Title was misleading.) |
(No difference)
|
Revision as of 21:54, 3 August 2007
Introduction
For many embedded applications, the requirements for the processor deviate from those in development workstations. The chosen processor architecture, therefore, usually differs and requires cross development tools to compile the target applications on the workstation. Generating the cross development tools and a suitable environment is certainly not an easy venture. Several projects have, therefore, materialized over time to alleviate the process.
Note that most embedded distributions listed below don't currently support the Xtensa architecture and require modifications. Patches for various versions of the toolchain sources can be found under http://www.linux-xtensa.org/pub/patches/.
Start from scratch with FSF/OSS sources
Starting from sources is certainly the most challenging approach. It usually requires additional patches and sometimes matching versions of sources.
LinuxFromScratch
This project is docomprises several projects intended to help building a Linux system from sources. The main project resembles a book that describes the build-process in great detail.
Xtensa Linux Development Environment]
[http://kegel.com/crosstool CrossTool]
[http://www.buildroot.uclibc.org BuildRoot]
[http://openembedded.org OpenEmbedded
OpenEmbedded (http://openembedded.org) provided a development environment for embedded systems.
emDebian
Based on the debian distribution, emDebian (http://emdebian.org) is a project to provide a special version of Debian taylored for embedded devices.