Monday, September 8, 2008

ARM RealView PB11MPCore (1.1) - Toolchain (little-endian)

buildroot (version 20080824 snapshots)
[ ]# wget buildroot-20080824.tar.bz2
[ ]# tar jxvf buildroot-20080824.tar.bz2
[ ]# cd buildroot

Configuration file: .config
[ ]# wget buildroot-20080824-gcc-4.1.2-armle.config.gz
[ ]# gunzip buildroot-20080824-gcc-4.1.2-armle.config.gz
[ ]# mv buildroot-20080824-gcc-4.1.2-armle.config .config

Patch:
Remove lzo patches which aren't required with latest liblzo package updates.
[ ]# rm package/mtd/mtd-utils/mtd-utils-1.1.0-target-llzo.patch
[ ]# rm package/mtd/mtd-utils/mtd-utils-1.1.0-target-lzo-header.patch

Build
[ ]# make menuconfig
[ ]# make

No comments: