Questions on using and developing crosstool-NG, a project to build compilers and tools from the gcc source and other related packages.
When building a compiler, one must specify Linux headers version and minumum supported kernel version, in addition to glibc version. …
c linux linux-kernel cross-compiling crosstool-ngI'm trying to get crosstool-ng working with both C and C++. Even though I've selected C++ while using menuconfig, it …
c++ linux arm cross-platform crosstool-ng