You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
.. | ||
config | 7 years ago | |
contrib | 7 years ago | |
dl | 7 years ago | |
docs | 7 years ago | |
kconfig | 7 years ago | |
licenses.d | 10 years ago | |
patches | 7 years ago | |
samples | 7 years ago | |
scripts | 7 years ago | |
.gitignore | 7 years ago | |
.travis.sh | 7 years ago | |
.travis.yml | 7 years ago | |
COPYING | 10 years ago | |
LICENSES | 10 years ago | |
Makefile.in | 7 years ago | |
README.md | 7 years ago | |
TODO | 7 years ago | |
bootstrap | 10 years ago | |
configure | 7 years ago | |
configure.ac | 7 years ago | |
ct-ng.comp | 7 years ago | |
ct-ng.in | 7 years ago | |
steps.mk | 7 years ago | |
toolchain-cm0.config | 7 years ago | |
toolchain-cm0p.config | 7 years ago | |
toolchain-cm3.config | 7 years ago | |
toolchain-cm4.config | 7 years ago |
README.md
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:
- Table of content
- Introduction
- Installing crosstool-NG
- Configuring a toolchain
- Building the toolchain
- Using the toolchain
- Toolchain types
- Contributing
- Internals
- Credits
- Known issues
- Misc. tutorials
You can also point your browser at: http://crosstool-ng.org
Aloha!