News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

Tutorial explains how to build Linux cross compilers

Feb 25, 2005 — by LinuxDevices Staff — from the LinuxDevices Archive — views

IBM developerWorks has published a 17-page tutorial on building a cross compiler for Linux using the GCC (GNU Compiler Collection) within the general context of building an environment for bridging applications to different targets. Author Martin C. Brown describes the basics of compilers and gives a step-by-step tutorial on how to build, configure, install and use a cross compiler. He caps off the document with a list of additional resources.

According to Brown, building a cross compiler requires source code for the relevant tools, header files for the target platform, and, of course, a C compiler. Regarding the latter: “GCC is generally a good idea,” Brown says.

The tutorial's prerequisites include “a basic knowledge of the build process of a typical UNIX open source project, some basic shell skills, and a lot of patience.”

A PDF file containing the tutorial appears to be available here, although IBM requests that you register and access the tutorial here.


 
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.



Comments are closed.