mirror of
https://github.com/pret/agbcc.git
synced 2026-07-07 21:03:58 -05:00
C compiler
| .github/workflows | ||
| gcc | ||
| gcc_arm | ||
| ginclude | ||
| include | ||
| libc | ||
| libgcc | ||
| libiberty | ||
| .gitattributes | ||
| .gitignore | ||
| build.sh | ||
| config.if | ||
| config.sub | ||
| install.sh | ||
| README.md | ||
agbcc
A fork of gcc 2.95.1 that allows for compilation of Game Boy Advance games.
To build, simply run:
./build.sh
To install, simply run:
./install.sh
You'll now have a working compiler with which you can build your Game Boy Advance game.