Skip to content

Frost-Wing/fwtoolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fwtoolchain

The cross-compiler for the FrostWing operating system.

Installing the cross compiler.

It is simple, just open your terminal git clone this repository by,

git clone https://github.com/Frost-Wing/fwtoolchain.git

then cd into the cloned directory and just run

./build.sh

Build executables

After 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

About

The cross-compiler for the FrostWing operating system.

Topics

Resources

License

Stars

Watchers

Forks

Languages