Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| crosstool-ng [2011/06/15 17:17] – admin | crosstool-ng [2011/06/15 17:20] (current) – admin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Initially download the latest crosstool-ng (version 1.5.3 in my case), into ~/bin. Bear in mind that I got complains about some missing programs when I tried to compile the software, so I had to install first these packages: gawk, bison, flex, texinfo, automake, libtool, ncurses-dev, | Initially download the latest crosstool-ng (version 1.5.3 in my case), into ~/bin. Bear in mind that I got complains about some missing programs when I tried to compile the software, so I had to install first these packages: gawk, bison, flex, texinfo, automake, libtool, ncurses-dev, | ||
| - | ''# | + | |
| - | # tar -xjvf crosstool-ng-1.5.3.tar.bz2 | + | ''# |
| - | # cd crosstool-ng-1.5.3 | + | # tar -xjvf crosstool-ng-1.5.3.tar.bz2\\ |
| - | # ./configure --prefix=${HOME}/ | + | # cd crosstool-ng-1.5.3\\ |
| - | # make | + | # ./configure --prefix=${HOME}/ |
| - | # make install'' | + | # make\\ |
| + | # make install\\'' | ||
| At this point, crosstool-ng is installed in the system, and you can proceed with building the toolchain. | At this point, crosstool-ng is installed in the system, and you can proceed with building the toolchain. | ||
| Line 17: | Line 18: | ||
| Create a directory such like ~/ | Create a directory such like ~/ | ||
| - | # mkdir ~/ | + | '' |
| - | # cd ~/ | + | # cd ~/ |
| - | # ct-ng menuconfig | + | # ct-ng menuconfig\\ |
| - | # ct-ng build | + | # ct-ng build\\'' |
| The chosen options were: | The chosen options were: | ||