This project attempts to provide multiple ways to build and setup a cross compiler toolchain.
Most if not all of the requirements, both required and optional, should already be on installed.
- wget
- make
- tar
make
(its recommended you supply the-j
flag for parallel building.)
export PATH="$PATH:~/.local/i686-elf/bin"
- i686-elf-tools (debian based toolkit)
- barebones-toolchain (barebones gcc cross-compiler and toolchain for multiple architectures)