You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Solomon Peachy b39a79582c Build system builds the peripheral library proprly now. 10 years ago
..
config Build system builds the peripheral library proprly now. 10 years ago
contrib add crosstools-ng snapshot 10 years ago
dl toolchain: And so it goes. 10 years ago
docs add crosstools-ng snapshot 10 years ago
kconfig toolchain: And so it goes. 10 years ago
licenses.d add crosstools-ng snapshot 10 years ago
patches add crosstools-ng snapshot 10 years ago
samples add crosstools-ng snapshot 10 years ago
scripts toolchain: And so it goes. 10 years ago
.gitignore toolchain: And so it goes. 10 years ago
.hgignore add crosstools-ng snapshot 10 years ago
.hgtags add crosstools-ng snapshot 10 years ago
.version add crosstools-ng snapshot 10 years ago
COPYING add crosstools-ng snapshot 10 years ago
LICENSES add crosstools-ng snapshot 10 years ago
Makefile.in add crosstools-ng snapshot 10 years ago
README add crosstools-ng snapshot 10 years ago
TODO add crosstools-ng snapshot 10 years ago
bootstrap add crosstools-ng snapshot 10 years ago
configure add crosstools-ng snapshot 10 years ago
configure.ac add crosstools-ng snapshot 10 years ago
ct-ng.comp add crosstools-ng snapshot 10 years ago
ct-ng.in add crosstools-ng snapshot 10 years ago
steps.mk add crosstools-ng snapshot 10 years ago

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!