-
I am trying to compile it under FreeBSD but it seems impossible:
```
pkg install gcc gmake sdcc doxygen
wget https://github.com/gbdk-2020/gbdk-2020/archive/refs/tags/4.0.6.tar.gz
mkdir gbdk-202…
-
On Debian Buster
```Building lib
for i in sm83 z80 mos6502; do make port THIS=$i PORT=$i; done
rm -f *.o *.cdb *.sym *.lst *~ *.asm…
-
-
When I try compiling I get the following error from the compiler :
`ZGB/common/src/main.c:127: warning 112: function 'add_low_priority_TIM' implicit declaration`
`ZGB/common/src/main.c:127: error 10…
-
This is probably an ISR issue.
-
SDCC is considering changing the calling convention for the next major release.
C code should just continue to work. However, asm code will have to be rewritten, or marked as continuing to use the …
-
I am using FreeBSD so i cloned repo and compiled source code using mono:
```
pkg install mono libgdiplus
cd ~/GBDK
mkdir GameBoyPngConverter
cd GameBoyPngConverter
git clone https://github.c…
-
Some **Game Boy** related resources if you want to add them
Assembler:
* [RGBDS](https://github.com/gbdev/rgbds)[](https://github.com/gbdev/rgbds)[](https://github.com/gbdev/rgbds) - Assembler and…
-
would it be possible to have the output in a JSON format so it's easy to be parsed?
-
When I Tried To Compile The GB Example, It Show This Error:
root@localhost:/opt/gbdk/examples/gb# make
make -C banks/.
make[1]: Entering directory '/opt/gbdk/examples/gb/banks'
../../../bin/lcc …