mcu_base/crosstool-ng
Solomon Peachy b39a79582c Build system builds the peripheral library proprly now. 2013-08-03 14:11:44 -04:00
..
config Build system builds the peripheral library proprly now. 2013-08-03 14:11:44 -04:00
contrib add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
dl toolchain: And so it goes. 2013-08-03 13:07:12 -04:00
docs add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
kconfig toolchain: And so it goes. 2013-08-03 13:07:12 -04:00
licenses.d add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
patches add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
samples add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
scripts toolchain: And so it goes. 2013-08-03 13:07:12 -04:00
.gitignore toolchain: And so it goes. 2013-08-03 13:07:12 -04:00
.hgignore add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
.hgtags add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
.version add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
COPYING add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
LICENSES add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
Makefile.in add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
README add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
TODO add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
bootstrap add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
configure add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
configure.ac add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
ct-ng.comp add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
ct-ng.in add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00
steps.mk add crosstools-ng snapshot 2013-08-03 12:39:47 -04:00

README

This is the README for crosstool-NG

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:
  0 - Table of content
  1 - Introduction
  2 - Installing crosstool-NG
  3 - Configuring a toolchain
  4 - Building the toolchain
  5 - Using the toolchain
  6 - Toolchain types
  7 - Contributing
  8 - Internals
  A - Credits
  B - Known issues
  C - Misc. tutorials

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

Aloha!