-
Instalé sdcc y sdcc-libc-sources
Traté de recargar firmware. Dió error
Borre /home/user/.icaro
Dijo que habia vuelto a cargar configuracion y cerró.
Al dar preparar sale una ventana que dice "Hubo…
-
This happens with the file `source/kernel/bank5/fdisk.c`
Probably the problem in file `source/kernel/Makefile` in line:
```
sdcc -o bank5/ --code-loc 0x4120 --data-loc 0x8020 -mz80 --disable-wa…
-
When you want to compile the source without error, with a version of SDCC > 3.6.0, you need to change the putchar() function prototype to fit SDCC, bacause it was changed. I tested it on SDCC v4.0 (Li…
-
make COMPILER_PREFIX=/usr
gcc -O2 lsrc//load.c -o lbin//load
gcc -O2 lsrc//binpak.c -o lbin//binpak
/usr/bin/sdcc -c -mz80 -D__SDCC__=1 -Isrc//include -Isrc/ -o bin/ src//syslib/cprintf.c
make: …
-
Could someone help me what is wrong?
![1231234](https://github.com/emmebrusa/TSDZ2-Smart-EBike-1/assets/152992688/b5291161-4075-4c80-898d-af1e13bf8010)
-
```
1. Requires sdcc 2.9.0... gentoo's default install is 2.5.0
2. Sources for rfcat can be found at http://code.google.com/p/rfcat/
3. Builds without issue using the sdcc version above with ~amd64 …
-
```
I had issues getting correct values following your frexpf algorithm. When I
switched to the algorithm shown at
http://code.metager.de/source/xref/sdcc/sdcc/device/lib/frexpf.c I had better
luc…
-
```
I had issues getting correct values following your frexpf algorithm. When I
switched to the algorithm shown at
http://code.metager.de/source/xref/sdcc/sdcc/device/lib/frexpf.c I had better
luc…
-
At https://github.com/z88dk/z88dk/wiki/Benchmarks, a few benchmarks are used to compare compilers.
Due to the shortcomings of Dhrystone, Whetstone, Coremark and the unsuitability of major benchmark…
-
```
1. Requires sdcc 2.9.0... gentoo's default install is 2.5.0
2. Sources for rfcat can be found at http://code.google.com/p/rfcat/
3. Builds without issue using the sdcc version above with ~amd64 …