Toolchain

From Openmoko

Revision as of 09:55, 7 August 2006 by HaraldWelte (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

OpenEmbedded builds its own cross compiler during the bootstrapping/build process.

However, for ease of Bootloader, Kernel and other development, a stand-alone toolchain is also provided. Since all development machines are running Debian ``stable, the toolchains is provided in .deb (dpkg) format at [1].

You should install it like

# dpkg --install binutils-arm-linux_2.15-5_i386.deb
# dpkg --install libgcc1-arm-cross_3.4.3-1_all.deb 
# dpkg --install gcc-3.4-arm-linux_3.4.3-1_i386.deb
Personal tools

OpenEmbedded builds its own cross compiler during the bootstrapping/build process.

However, for ease of Bootloader, Kernel and other development, a stand-alone toolchain is also provided. Since all development machines are running Debian ``stable, the toolchains is provided in .deb (dpkg) format at [1].

You should install it like

# dpkg --install binutils-arm-linux_2.15-5_i386.deb
# dpkg --install libgcc1-arm-cross_3.4.3-1_all.deb 
# dpkg --install gcc-3.4-arm-linux_3.4.3-1_i386.deb