-
Hi Anatoli Klassen,
When i try compile the electronic-load project had failured.
> 08:34:27: Running steps for project electronic_load...
08:34:27: Configuration unchanged, skipping qmake step.
…
epubc updated
5 years ago
-
Keil has a header called `intrins.h`. I want to convert this keil file to the format of sdcc, and use the function in it. I tried many ways but none of the worked.
Here's the header:
```
/*--------…
-
More examples are needed as part of documented the available functions and showcase how to do stuff and how to build them. New and current examples needs to be checked for correctness as well as old g…
-
How do you compile the code? I assumed SDCC, but running the makefile caused errors. Do I need an older version of SDCC?
-
I've packaged gbdk-n for nix ( see https://github.com/NixOS/nixpkgs/pull/61709 ) , but i'd like few minors improvements : add a license file at project root, and please make a release, that would be …
-
If I compile my game Cross Horde(built with Cross-Lib), I get a broken binary (blank screen after pressing a key) with ZSDCC and a working binary with SCCZ80.
@feilipu, I may have a new failing te…
-
The user may want to choose which compiler is used to compile .c source on a per-file basis.
Some reasons:
* One compiler may do a better job in terms of execution speed.
* One compiler may do…
-
Here lies the description of this project, as well as a discussion of problems we may face. Feel free to comment any thoughts. I'm going to discuss a lot, and **please read this entire issue before ma…
-
AFAIK nOS currently needs IAR to build for STM8. How about adding support for free SDCC?
Philipp
-
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…