This repository holds a collection of crosstool-NG defconfig files in order to build cross toolchain for architecture supported by camelot-os.
The provided devcontainer.json file provides a ready to build environment w/ required tools and crosstool-NG installed. Inside the devcontainer:
DEFCONFIG=configs/<triple>.defconfig ct-ng defconfig
[CT_PREFIX=<prefix>] ct-ng buildBy default, the resulting toolchain is deployed in <home>/x-tools/<taget-triple> directory.
If CT_PREFIX env var is provided, the path will be <${CT_PREFIX}>/<target-triple>.
TODO