-
Merging files (.asm and .c) from gbdk-2020's [libc](https://github.com/Zal0/gbdk-2020/tree/develop/gbdk-lib/libc) with the one of [sdcc](https://sourceforge.net/p/sdcc/code/HEAD/tree/trunk/sdcc/device…
-
Some months ago SDCC team realeased a new version 3.9 that include serveral improvements for stm8 platform. Here are the release notes: https://sourceforge.net/p/sdcc/news/2019/04/small-device-c-compi…
-
so I installed pyenv to get my system running on python2.7. I've got SDCC3.5 installed. All dependencies are there. I'm not sure what is going on now as the flashing keeps failing.
[~/rfcat/firmwa…
-
The current readme only states to use the platformio.ini to activate ststm8, however I wasn't able to get the target working on both, linux and windows, using stable and development targets.
Log on…
-
sdcc -c -V -mmcs51 --model-small --xram-size 0x380 --xram-loc 0x080 --code-size 0x3800 -I/home/bdroy/CH55x-base/ch554_sdcc/examples/../include -DFREQ_SYS=16000000 -DMAX_PACKET_SIZE=64 ../../include/de…
-
In most files that have LGPL license, there is an exception to use them with SDCC:
https://github.com/Zal0/gbdk-2020/blob/d7265ebb0e80e2bd2c365161a864bede3ac2292c/gbdk-lib/libc/asm/gbz80/mul.s
B…
-
After extracting files from the [v4.0 release](https://github.com/Zal0/gbdk-2020/releases), I found that the prebuilt `sdcc` provided unnecessary ports other than `gbz80`, such as mcs51, r2k, r3ka, pi…
jserv updated
4 years ago
-
make fails after this output:
```
..•̀ᴗ•́)و .. sdcc is Processing ... !
Invalid input and output values
usage: hex2bin [options]
--help, -h: Print this help
--input, -i: The inp…
ghost updated
3 years ago
-
http://www.z80.info/z80gboy.txt
Mention the author, too (references)
-
when i run my make.sh script through the terminal this is what it says:
```
pi@raspberry-pi:~/gbdk-linux/game $ bash make.sh
/home/pi/gbdk-linux/bin/lcc: -o /home/pi/gbdk-linux/game/main.o ignored
…