Top "Crosstool-ng" questions

Questions on using and developing crosstool-NG, a project to build compilers and tools from the gcc source and other related packages.

Various glibc and Linux kernel versions compatibility

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-ng
How to I get crosstool-ng C++ compiler working

I'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