The toolchain that is used to build yiffOS.

Evie Viau ae17213913 Initial chroot script 2 年之前
Inside Chroot ae17213913 Initial chroot script 2 年之前
Misc ae17213913 Initial chroot script 2 年之前
Outside Chroot 4a4ac57d1c Complete temporary tools scripts 2 年之前
LICENSE ad5d48121c Initial commit 2 年之前
README.md 23e93d8b32 Reorganise scripts 2 年之前
create-toolchain.sh ae17213913 Initial chroot script 2 年之前

README.md

yiffOS toolchain

The toolchain that is used to build yiffOS.

You'll need a working clang + gcc setup on the host system to run these scripts.

To allow the scripts to find the sources, please ensure the extracted sources are in a folder with only it's name as the folder name. (Example: gcc 11.2.0 would be in /sources/gcc)

A destination folder will need to be created to allow the toolchain to properly link.

After the script completes, you'll be able to chroot into a yiffOS environment to compile software.

Script Usage:
./create-toolchain.sh "destination folder" "source folder" "makeflags"