Skip to content

homebots/crosstool-NG

 
 

Repository files navigation

Crosstool-NG

Usage

Crosstool-NG follows the autoconf dance. So, to get you kick-started, just run:

./configure --help

If you are using a development snapshot, you'll have to create the configure script, first. Just run:

./bootstrap

You will find the documentation in the directory docs.

To build in one go, run the following:

./bootstrap && ./configure --prefix=`pwd` && make MAKELEVEL=0 && make install MAKELEVEL=0

Using docker

This fork of crosstool-NG add a Docker image so you can download the final build without the hassle of a looong compile time.

docker run --rm -it -v $PWD:/home/project homebotz/crosstool-ng

About

crosstool-NG with support for Xtensa

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 48.9%
  • C 37.1%
  • Roff 4.6%
  • Makefile 4.1%
  • Yacc 2.0%
  • M4 2.0%
  • Other 1.3%