Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

3.2.  GNU C Compiler Version 3.4.4 (Initial Version)

3.2.1. Generating the GCC Source Code
3.2.2. Configuring GCC
3.2.3. Building and Installing GCC

A compiler is closely tied to its associated operating system and libraries, in this case Linux and uClibc. Eventually the GCC compiler has to be built in parallel with both of these (see Section 3.6.1). However, initially a plain compiler without knowledge of operating system or libraries suffices.

Embecosm divider strip