View source for Toolchain

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Templates used on this page:

Return to Toolchain.

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

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