The cross-compiler for the FrostWing operating system.
It is simple, just open your terminal git clone this repository by,
git clone https://github.com/Frost-Wing/fwtoolchain.gitthen cd into the cloned directory and just run
./build.shAfter installation, the standard GNU tools are available under custom names for convenience:
gcc -> fwgcc
g++ -> fwg++
ld -> fwld
as -> fwas
ar -> fwar
objcopy -> fwobjcopy
objdump -> fwobjdump
nm -> fwnm