Preparation, Installing toolchain, Building bsp source 5.1.1. preparation – IBASE IB102 User Manual
Page 32

32
IB102
5. BSP User Guide ( for advanced software engineer only )
This Chapter is an example only, and it is mainly for advanced SW engineers to build
the image for IBASE ARM PCB. Any other modification, new device or driver should be
handled carefully.
5.1. Building BSP Source
5.1.1. Preparation
Suggested Host Platform: Ubuntu 10.04 x64 version
Install necessary packages before build:
apt-get install build-essential uboot-mkimage ia32-libs
Note: ** To simplify build process, please run build/installation with root on your x86
host PC. **
5.1.2. Installing Toolchain
Download and extract freescale toolchain
(gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12.tgz)
# assume your toolchain file is located at root home dir:
sudo su
cd ~
mkdir -p /opt/freescale/usr/local/
cd /opt/freescale/usr/local/