Maximilian Gerhardt
Maximilian Gerhardt
I have now added this workaround by default on the platform side, so that the above is **not** necessary anymore: https://github.com/Community-PIO-CH32V/platform-ch32v/commit/188074bbd7b10835e129efa137998170a58576d1 Uploading to a CH32X035 works for me that way...
Great, then the two MacOS packages I've submitted are a catastrophic failure. Cursed be this OS. @Jason2866 sorry to tag you directly, could this issue of the `openocd` binary not...
@francismariano what's the output of ``` pio system info ``` in the [PIO core cli](https://docs.platformio.org/en/latest/integration/ide/vscode.html#platformio-core-cli)? PlatformIO may still, for some reason, decide to install the x64 version on your ARM...
Then see https://github.com/platformio/platformio-vscode-ide/issues/3949. But this shouldn't matter too much, then it should just use the x64 packages; But those don't find their dylib as well.
It doesn't even attempt to look in the current directory for the file; I don't entirely get that and I still think this is an RPath issue in the openocd...
Sigh. This is going to prove difficult. I might just add to the readme that libusb has to be manually installed for this to work, if I can't patch the...
PlatformIO actively discourages that, all tools it needs should be packaged as PlatformIO packages (`~/.platformio/packages`), nothing should be assumed for the host system. Also, the openocd installed via homebrew will...
Thanks for the info, I'll investigate this later.
Might already be fixed with 131d250034d057222b27b8b75cb557290e333845, can you reinstall the platform cleanly? ``` rm -rf ~/.platformio/platforms/ch32v rm -rf ~/.platformio/packages/tool-minichlink ``` And, this is not documented yet, but you need to...
USB macros and board info has been fixed and it compiles cleanly in all configurations. Documentation for build options were added.