https://github.com/frost-wing/fwtoolchain
The cross-compiler for the FrostWing operating system.
https://github.com/frost-wing/fwtoolchain
crosscompiler osdev toolchains
Last synced: about 18 hours ago
JSON representation
The cross-compiler for the FrostWing operating system.
- Host: GitHub
- URL: https://github.com/frost-wing/fwtoolchain
- Owner: Frost-Wing
- License: mit
- Created: 2025-10-04T02:57:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-04T03:20:52.000Z (8 months ago)
- Last Synced: 2025-10-04T04:24:02.944Z (8 months ago)
- Topics: crosscompiler, osdev, toolchains
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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,
```sh
git clone https://github.com/Frost-Wing/fwtoolchain.git
```
then cd into the cloned directory and just run
```sh
./build.sh
```
### Build executables
After installation, the standard GNU tools are available under custom names for convenience:
```sh
gcc -> fwgcc
g++ -> fwg++
ld -> fwld
as -> fwas
ar -> fwar
objcopy -> fwobjcopy
objdump -> fwobjdump
nm -> fwnm
```