-
```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…
-
I tried to compile this fork of sdcc on my Debain GNU/Linux testing system. However, it seems the changes break the non-stm-backends. I had to use the workaround of disabling most non-stm8 ports:
~…
-
**Type: LanguageService**
Right now the intellisence fails at highliting of a custom compiler keywords, like `__data`, `data`, `__xdata` and so forth,
which are used, e.g. for 8051 (aka MCS51) a…
-
when id compiler my project use platform = intel_mcs51@2.1.0. it is success. but failed when i use the latest version.
the error message is show blow:
![image](https://github.com/platformio/platf…
-
[env:STC8G2K64S4]
platform = intel_mcs51
board = STC8G2K64S4
board_build.f_cpu = 35000000L
build_flags =
--model-large
I get the error:
?ASlink-Warning-Conflicting sdcc options:
"-mm…
-
I'm having trouble compiling. I'm using a RPi with Debian Jessie.
Here is the error after editing the makefile to used sdcc instead of sdcc-sdcc
```
sdcc -c main.c
delay.h:7: syntax error: token -…
-
PIO Core Call Error: "The current working directory /Users/xiaoluoer/Desktop/cataout/caraout will be used for the project.\n\nThe next files/directories have been created in /Users/xiaoluoer/Desktop/c…
-
SiLab's C8051 family is a relatively popular MCS-51 derivative. SDCC was popular in the C8051 community in the past, and is still used to some degree. But SiLabs dropped support for SDCC when they rel…
-
- [X ] **Feature Request**.
Hi,
I see there is EFM32 support, so are there any plans to support the 8-bit range of Silabs devices?
The tools supplied by Silabs are ok (Simplicity Studio), but we …
-
Hi! I wanted to compile the firmware with BOARD_TYPE = BOARD_MINI, OSC_TYPE = OSC_INTERNAL, and BOARD_OPTIONS = OPT_DEFAULT options activated in the Makefile, under Linux Mint, SDCC 4.0.0, make 4.3-4.…