How to use candian in Crosstools-NG in a cross-native fashion to get gcc on an arm board?
As I understand, to have gcc on an armv5 board compiling executables while using my x86 machine to compile that arm native gcc, I need this setup: Machine configuring the toolchain components: the config machine : x86_64 Machine building the toolchain components: the build machine : x86_64 Machine running the toolchain: the host machine : ARM Machine the toolchain is generating code for: the target machine : ARM Based on reading the cross-ng docs here , I should use a cross-native setup, but when I attempt to enable that using ct-ng menuconfig I need to enable: experimental in Paths and misc