Maximilian Gerhardt
Maximilian Gerhardt
Oh, that's a good tip! I've commented out the `__naked` in the C file, and then compiling that single file went through, but linking failed with >Unexpected character `\012' in...
I've tested the above python code (with the code fix to remove `__naked`), and it indeed builds it differently without archives in debug mode successfully. ``` RAM: [= ] 8.2%...
There have been new developments in this -- SDCC devs say that `naked` should not result in that error anymore, per linked bugreport. I still have to get the toolchain...
That's *very* interesting, for reference, what does PlatformIO show about the used SDCC version at the beginning of compilation ("PACKAGES:")? You've not overwritten the toolchain-sdcc folder with your own version...
If we don't use the same SDCC version the original SDuino core does (https://github.com/tenbaht/sduino/blob/development/package_sduino_stm8_index.json#L380-L388) there might be situations where the compiled result is different (and behaves different) than in the...
Not possible via the GUI now but again as per #40 direct GDB commands in the "Debug Output" console per https://sourceware.org/gdb/onlinedocs/gdb/Registers.html ``` set $pc =0x8000 ``` This issue is also...
Hey @IansMusical, I think this is feature that must be generally added in the debugger view, I think that code lives in https://github.com/platformio/platformio-vscode-ide/. For now it should be possibly however...
>Will you be the person to connect these GDB commands to the GUI (somehow) or is it in the core? Per https://github.com/platformio/platform-ststm8/issues/42#issuecomment-807565708
Can you try https://github.com/DaleGia/Nano33BLESensor/issues/6#issuecomment-776717279
People are still hitting this issue 2 years later e.g. [here](https://community.platformio.org/t/fail-to-upload-kendryte-standalone-hello-example-on-maix-bit-with-sipeed-rv-debugger-fai/22199?u=maxgerhardt). Any update on a OpenOCD update or bugfix?