crosstool-NG with support for Xtensa
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.
 
 
 
 
 
 
Anton Maklakov c752ad5dca local-patches: revert the part 2 of PSRAM workaround because of regression, add a C++ multithreaded locale fix 5 years ago
config mingw-w64: Set it as experimental 10 years ago
contrib uClibc: Fall back to default configs if not provided 10 years ago
docs docs: document Xtensa configuration overlay 10 years ago
kconfig Add a check for gperf function signature. 8 years ago
licenses.d Rename directory "licenses" to "licenses.d" for those filesystems unable to handle lower/upper case. 19 years ago
local-patches local-patches: revert the part 2 of PSRAM workaround because of regression, add a C++ multithreaded locale fix 5 years ago
overlays overlays: fix newlib header location for lx106 8 years ago
patches gcc: xtensa: fix for libgcc unwinding on windowed elf targets 9 years ago
samples samples/xtensa-esp32-elf: Slightly fix up the reporter 6 years ago
scripts scripts: when stripping host tools, strip shared objects as well 8 years ago
.gitignore Add new temp directory to .gitignore. 10 years ago
.gitlab-ci.yml ci: do zip for windows dist 6 years ago
.travis.sh Manage travis-ci build in an external script 10 years ago
.travis.yml Add xtensa-unknown-linux-uclibc to Travis build 10 years ago
COPYING Update and clarify COPYING (plus a typo). 17 years ago
LICENSES Add the full crosstool-NG sources to the new repository of its own. 19 years ago
Makefile.in Add a check for gperf function signature. 8 years ago
README.md Replace README to README.md and add travis-ci status 10 years ago
TODO gcc: Support only the latest branch releases of gcc 10 years ago
bootstrap configure: use autoconf to generate configure 14 years ago
configure.ac added the version 5 to the check of bash versions 6 years ago
ct-ng.comp kconfig: Update kconfig. Sync with Linux-4.2 10 years ago
ct-ng.in Merge pull request #233 from stilor/fix-build-all 10 years ago
steps.mk Build companion libs for target. 10 years ago

README.md

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!