C compiler
Go to file
2022-06-18 18:05:01 -03:00
.github/workflows Create GitHub workflow for CI 2021-08-09 21:01:08 -04:00
gcc Make sure the implicit function declaration errors still come through 2022-06-18 18:05:01 -03:00
gcc_arm Parallel builds fixed and configure artifacts gone 2022-06-18 18:02:56 -03:00
ginclude add libc building to agbcc. 2017-12-20 16:34:35 -05:00
include add some more files 2020-01-29 18:32:13 -06:00
libc Parallel builds fixed and configure artifacts gone 2022-06-18 18:02:56 -03:00
libgcc Parallel builds fixed and configure artifacts gone 2022-06-18 18:02:56 -03:00
libiberty add some more files 2020-01-29 18:32:13 -06:00
.gitattributes force LF 2016-05-15 07:13:27 -07:00
.gitignore make clean is broken 2020-01-30 02:06:21 -06:00
build.sh Parallel builds fixed and configure artifacts gone 2022-06-18 18:02:56 -03:00
clean.sh Fix all warnings 2022-06-18 17:18:42 -03:00
config.if add some more files 2020-01-29 18:32:13 -06:00
config.sub add some more files 2020-01-29 18:32:13 -06:00
install.sh Parallel builds fixed and configure artifacts gone 2022-06-18 18:02:56 -03:00
Makefile Parallel builds fixed and configure artifacts gone 2022-06-18 18:02:56 -03:00
README.md add clean.sh instructions 2022-06-18 15:13:18 -03:00

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.

To clean your build directory, simply run: ./clean.sh

and your compiler will be ready for another compile