Skip to content
sybreon edited this page Feb 25, 2012 · 6 revisions

These instructions are for the 12.02 release but should be equally applicable for later versions.

On ubuntu, install makeinfo before beginning:

$ sudo apt-get install texinfo

Download the latest tagged archive and unzip it.

$ tar -zxf aeste-binutils-12.02-0-gb8cb008.tar.gz

Build binutils

$ cd aeste-binutils-cb1dd02/
$ mkdir build/
$ cd build/
$ ../configure --target=microblaze --program-prefix=ae32- --prefix=/usr/local/aeste
$ make all
$ make install

There is time enough to go grab a quick bite to eat.

Clone this wiki locally