-
### Issue
The current CH554E_HostDevBoard doesn't fit in memory when its compiled as-is.
When the example is built on Ubuntu 22 with sdcc 4.2.0 using the `make` command, the following output is o…
-
`make install` fails with newer versions of SDCC.
From the page 11 of the [SDCC documentation](http://sourceforge.net/projects/sdcc/files/snapshot_builds/docs/sdcc-doc-20210914-12674.zip/download), …
-
Hi @atlas0fd00m:
Looking in detail in the rfcat releases webpage (https://github.com/atlas0fd00m/rfcat/releases) I see that the pre-compiled firmware (".hex" files) offered with rfcat v2.0.1 (dated…
-
When is want to compile i get errors.
sdcc version:
```
sdcc -v
SDCC : mcs51/z80/z180/r2k/r3ka/gbz80/tlcs90/ez80_z80/ds390/TININative/ds400/hc08/s08/stm8/pdk13/pdk14/pdk15 4.0.0 #11528 (Linux)
…
-
-
Hi! Delays are not correct.
sdcc 4.2.0 compiles your implemetation to this:
```
; src/delay.c:25: SAFE_MOD++; // 2 Fsys cycles, for higher Fsys, add operation here
mov a,_…
-
At least 'usb_host_KM' is broken with SDCC 4.2.0 in Debian 12. It complies under SDCC 4.0.0 in Debian 11.
Specifically:
```
make[1]: Entering directory '/build/examples/usb_host_KM'
sdcc -c -V -…
-
Getting this output:
sdcc --model-large --std-c99 -c src/main.c -o bin/main.rel
sdcc --model-large --std-c99 -c src/usb.c -o bin/usb.rel
sdcc --model-large --std-c99 -c src/usb_desc.c -o bin/usb_de…
-
There are currently overlaps & incompatibilities between the runtime (crt) and standard libraries (stdlib) included in gbdk-n and the ones included in SDCC.
Currently, the included crt in SDCC is dis…
-
ich habe gerade gesehen, dass es noch ein anderes git fuer den KC gibt, kann man beide irgendwie vereinen?