[ARCHIVE][October 24, 2013] Building the MiBench benchmark suite for ARM926EJ-S
This is a deprecated content.
|
1. What you get after the build
You get binaries and data sets of the MiBench version 1 benchmark suite for Linux/ARM926EJ-S.Requirements
- A Linux host machine
- A GNU cross tool-chain: follow the instructions here
2. Get the material
Download that tarball. It contains all the necessary material (scripts and source codes) to compile the MiBench benchmark suite for ARM926EJ-S.3. Uncompress the tarball
$ tar zxvf mibench-v1-source-v3.tar.gz
4. Build the benchmark suite
$ cd mibench-v1-source-v3
$ ./build.sh all arm-926ejs-linux-gnueabi ${HOME}/crosstool-source-v3/arm-926ejs-linux-gnueabi
$ ./build.sh all arm-926ejs-linux-gnueabi ${HOME}/crosstool-source-v3/arm-926ejs-linux-gnueabi
Adjust the arguments of the building script to your cross tool-chain installation.