-
我希望xmake使用sdcc([http://sdcc.sourceforge.net/](sdcc))作为cc编译器,但是无论如何配置都无法正确构建项目。
我使用以下命令配置xmake
`xmake f -p sdcc -a stm8 --sdk="C:\Program Files\SDCC" --cc="gcc@sdcc" --cflags="-mstm8 -c" --ld="gcc@…
-
Hi, I'm using adafruit pn532 library (https://github.com/adafruit/Adafruit-PN532) to read nfc tags. Here it is reading the unique id into a uint8_t array as const byte values. How can we send this da…
ghost updated
4 years ago
-
hi all,
here my current status of knowledge (please correct me if I'm wrong):
- STM8 SPL is currently under the ST proprietary [Mix Ultimate Liberty+OSS+3rd-party V1 ](https://www.st.com/content…
-
Dear z88dk developers and users,
Today the first Release Candidate (RC1) for SDCC 3.9.0 has been created.
As always it has been put online in our SourceForge File section.
https://sourceforge.net…
-
## bg.
https://elixir-lang.org/
elixir is base erlang, is great new language
## but:
- Leo 5.9-b2, build 20190409061733, Tue Apr 9 06:17:32 UTC 2019
- Python 3.7.3, PyQt version 5.12.3
- …
-
Hi,
The other C files in this project build just fine, but sdcc version 3.9.0 is crashing while compiling lcd.c on my x86_64 linux system. What version of sdcc are other devs using? The wiki just s…
-
Good night to all,
I'm having a problem on compiling the fuzix msx2 rom. I'm getting an sdcc syntax error but the syntax looks correct, and don't know where to go from this point.
Thank you for …
-
Build error:
```cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-basck basck.o
install z88dk-basck /opt/z88dk/bin/z88dk-basck
make[1]: Leaving directory '/opt/z88d…
-
On running a `make install` in the Firmware folder on an OSX, I get:
```
% build bootloader for hm_trp
obj/hm_trp/bootloader~hm_trp/bootloader.dep:1: *** missing separator. Stop.
make: *** [bui…
-
platformio-atom-ide Can support c51 series mcu?Hope to perfect support Keil uVision5 c51 mcu project development.