-
I think the includes should be structured in a way where they clearly separate system wide includes and local ones.
Right now there are some files like "millis.h" that are in the include root direc…
-
I ported SDASPDK to PDK13, see zip file:
[SDASPDK13.zip](https://github.com/Rakete1111/sdcc-pdk/files/2785089/SDASPDK13.zip)
As mentioned before, I have no idea how to integrate this into SDCC/S…
-
IMPORTANT NOTE: This is a new problem with existing code that worked fine before updating `platformio`. Something in either an updated framework or platform is causing this.
`platformio.ini`:
`…
-
I'll just copy this out of #894 :
I'm amazed but it looks like zsdcc does named initilaization:
```
#include
struct esx_drvapi
{
union
{
uint16_t bc;
struct
{…
-
installing on Mac OS X m1
i have this error
[1;31;49m[ToolMaker]^[[1;33;49m Building 2cdt...^[[0;39;49m
gcc -O3 -fsigned-char -DUNIX src/2cdt.c -c -o obj/2cdt.o
src/2cdt.c:188:19: warning: multip…
hpwit updated
10 months ago
-
https://github.com/XaviDCR92/stm8-dce-example states:
> SDCC's Makefile compiles libc and other libraries in its own object format (*.rel), so the sources must be moved to the project and compiled …
-
`sdcc -mez80_z80 -O2 -c inet_aton.c`
```
inet_aton.c:134: error 9: FATAL Compiler Internal Error in file '../../../src/z80/gen.c' line number '8374' : Unimplemented
Contact Author with source co…
-
Issue is just for tracking what was said in #38.
>However, debugging the Arduino framework code is currently not possible because of one freaking file failing compilation in --debug mode: WInterru…
-
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…
-
```text
C:\path\to\.platformio\packages\tool-cppcheck\cppcheck --addon-python=C:\path\to\.platformio\penv\Scripts\python.exe --error-exitcode=3 --verbose --template="severity={severity}message={messa…