-
the issue come from the line : "#include "
-
asmain.c: In function 'main':
asmain.c:291:3: error: too few arguments to function 'getline'
In file included from asmain.c:15:0:
/usr/include/stdio.h:671:20: note: declared here
make[2]: **\* [asmain…
gheja updated
4 years ago
-
```
make -C libc
make[1]: Entering directory '/mnt/c/development/magazine_repo/gbdk-2020/gbdk-lib/libc'
for i in gbz80; do make port THIS=$i PORT=$i; done
make[2]: Entering directory '/mnt/c/devel…
-
Directorio de salida: C:\Program Files\Pinguino
Descargado pinguino-windows64-sdcc-mpic16.zip ...
####################################################################### 99.7%
pinguino-windows64-…
-
When I do an install a bunch of unnecessary files are copied (all of `/usr/bin`.)
I am working on [this](https://github.com/konsumer/docker-gb-dev) complete docker dev environment for gameboy. It c…
-
SDCC : mcs51 2.9.0 #5416 (Jul 3 2016) (UNIX)
Adding `--std-sdcc99` options to sdcc, same errors.
```
Making all in firmware
make[1]: Entering directory '/opt/SMBUS/smbusb/firmware'
Makefile:17…
-
On the RCM2200, which has a Rabbit 2000@22 MHz, I see 2755 Dhrystones/s using the example code with current SDCC.
For comparison, current SDCC gets about 6000 Dhrystones/s on a C8051@96 MHz, and ov…
-
I'll be investigating this later but I am wondering if anyone has noticed significantly longer compile times using zsdcc in the current build compared to 1.99C?
On one project, using windows, the c…
-
On 3/19/2020 10:38 AM, Sebastian Perta wrote:
> Initially the was reported to me as a problem in the compiler however when I investigated I found there no problem
> In the compiler, the problem was …
-
https://github.com/DeqingSun/ch55xduino/blob/ch55xduino/ch55xduino/ch55x/cores/ch55xduino/main.c#L33
In my Arduino core for AVR, I used uint16_t to save on code size and interrupt time. 65.5 secon…