-
Somehow the build failed with latest svn version of sdcc.
Tested under Ubuntu 20.04.
```
mcuee@UbuntuSwift3:~/build/cyusb/libfx2$ make -C firmware
...
...
sdcc -mmcs51 --std-sdcc99 -Iinclude …
mcuee updated
10 months ago
-
Hello, thanks for sharing, but I can´t get the source compiled under Linux or Windows.
make
sdcc -c -V -mmcs51 --model-large --stack-auto --xram-size 0x1600 --xram-loc 0x0200 --code-size 0xEFFF -I…
-
What kind of issue is this?
- [x] **PlatformIO Core**.
If you’ve found a bug, please provide an information below.
------------------------------------------------------------------
…
-
Example os WS2812's chase fails to build on v0.0.18 with the following error messages.
```
sdcpp.exe: fatal error: when writing output to : Invalid argument
C:/Users/akita/AppData/Local/Arduino15/p…
-
### Xmake 版本
xmake v2.8.1+dev.732d60063
### 操作系统版本和架构
Windows 11 22H2 x86
### 描述问题
Keil C51 在编译时会输出 .LST 文件,包含源文件编译的相关信息;该文件的生成由 PRINT directive 进行控制,即
`C51 example.c PRINT(./exampe.ls…
-
The current default calling convention in SDCC, which passes all parameters on the stack has been criticised by users for a long time. Many feel that using register arguments would be more efficient. …
spth updated
10 months ago
-
I have problems build the examples with latest svn version of sdcc (built from source today). Tested under Ubuntu Linux 20.04 as well as Windows 10/11.
There are no issues if I build with sdcc 3.8 …
-
Necessary for restoring sound in micro3d.c (http://mametesters.org/view.php?id=5495).
-
Hello,
Thank you for this great design. I have assembled this project and I managed to detect the chip and program it from the first try with Arduino.
The programming went flawlessly with the prov…
-
Greetings!
I connected your board in Arduino IDE and tried to compile an "empty" program (sketch).
```
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put …