crosstool-NG

crosstool-NG application aims at building toolchains.
Download

crosstool-NG Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Yann E. MORIN
  • Publisher web site:
  • http://ymorin.is-a-geek.org/dokuwiki/projects/frfs

crosstool-NG Tags


crosstool-NG Description

crosstool-NG application aims at building toolchains. crosstool-NG application aims at building toolchains. Toolchains are an essential component in a software development project. It will compile, assemble and link the code that is being developed. Some pieces of the toolchain will eventually end up in the resulting binary/ies: static libraries are but an example. So, a toolchain is a very sensitive piece of software, as any bug in one of the components, or a poorly configured component, can lead to execution problems, ranging from poor performance, to applications ending unexpectedly, to mis-behaving software (which more than often is hard to detect), to hardware damage, or even to human risks (which is more than regretable).Toolchains are made of different piece of software, each being quite complex and requiring specially crafted options to build and work seamlessly. This is usually not that easy, even in the not-so-trivial case of native toolchains. The work reaches a higher degree of complexity when it comes to cross-compilation, where it can become quite a nightmare... Some cross-toolchains exist on the internet, and can be used for general development, but they have a number of limitations: · they can be general purpose, in that they are configured for the majority: no optimisation for your specific target,· they can be prepared for a specific target and thus are not easy to use, nor optimised for, or even supporting your target,· they often are using ageing components (compiler, C library, etc...) not supporting special features of your shiny new processor;On the other side, these toolchain offer some advantages: · they are ready to use and quite easy to install and setup,· they are proven if used by a wide community.But once you want to get all the juice out of your specific hardware, you will want to build your own toolchain. This is where crosstool-NG comes into play. Here are some key features of "crosstool-NG": · kernel-like menuconfig configuration interface · widespread, well-known interface · easy, yet powerfull configuration · support for alternative components in the toolchain · uClibc- or glibc-based toolchain supported right now! · others easy to implement · patch repository for those versions needing patching · support many versions of the toolchain components · support for custom (understand local) patch repository · different threading models · NPTL (glibc only, WIP) · linuxthreads (uClibc only, WIP) · support for both soft- and hard-float toolchains · debug facilities · native and cross gdb, gdbserver · debuging libraries: dmalloc, more to come · restart a build at any step · sample configurations repository useable as starting point for your own toolchain What's New in This Release: · The configure script was fixed to properly handle the --with-foo=/path/to/foo options, and was fixed to run on non-English locales. · Using local patches has been fixed. · The AVR32 sample was fixed.


crosstool-NG Related Software