Skip to content

camelot-os/ctng-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ct-ng configs

This repository holds a collection of crosstool-NG defconfig files in order to build cross toolchain for architecture supported by camelot-os.

How to build

Using devcontainer

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 build

By 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>.

Available toolchains

TODO

About

set of configuration files for crosstool-NG toolchain generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors