mcu_base/crosstool-ng
2016-07-12 21:08:02 -04:00
..
config Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
contrib Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
dl Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
docs Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
kconfig Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
licenses.d add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
patches Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
samples Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
scripts Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
.gitignore Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
.travis.sh Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
.travis.yml Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
bootstrap add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
configure Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
configure.ac Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
COPYING add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
ct-ng.comp Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
ct-ng.in Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
LICENSES add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
Makefile.in Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
README.md Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
steps.mk Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
TODO Update to ct-ng 1.22. 2016-07-12 21:07:58 -04:00
toolchain-cm0.config bump toolchain configs 2016-07-12 21:08:02 -04:00
toolchain-cm0p.config bump toolchain configs 2016-07-12 21:08:02 -04:00
toolchain-cm3.config bump toolchain configs 2016-07-12 21:08:02 -04:00
toolchain-cm4.config bump toolchain configs 2016-07-12 21:08:02 -04:00

Crosstool-NG Build Status

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. Here is a quick overview of what you'll find there:

  1. Table of content
  2. Introduction
  3. Installing crosstool-NG
  4. Configuring a toolchain
  5. Building the toolchain
  6. Using the toolchain
  7. Toolchain types
  8. Contributing
  9. Internals
  1. Credits
  2. Known issues
  3. Misc. tutorials

You can also point your browser at: http://crosstool-ng.org

Aloha!