You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To supportedToolchains.ini and setting my toolchain to RISCV_HAZARD3_SEP_24 failed to download my build
I also tried changing "riscvToolchain": "RISCV_COREV_MAY_24" to suit in versionBundles.json
Manually installing the experimental toolchain then building a RiscV project and manually altering and building via msys/mingw64 did, however, work OK and produced functional results.
The text was updated successfully, but these errors were encountered:
I think this is not a priority, as if you're able to compile a custom toolchain on Windows then you're probably able to manually set up your Pico SDK environment. But we might look into adding the option to select a custom toolchain path in the future.
Although I'd be happy to take any suggestions on how to build a Risc-V toolchain on Windows in the raspberrypi/pico-sdk-tools repo - currently I'm taking a prebuilt toolchain from elsewhere, and copying in a multilib built on MacOS which has been compiled with all the relevant extensions. If you have a way to build natively on Windows then I could try switching to that - I had issues with texinfo when I tried it myself
I've built a functional toolchain for Win64 / Pico 2 / RiscV-Hazard as per Wren6991/Hazard3#16
The toolchain tests out fine and I can build a uf2 and stick it on a Pico 2 but it'd be 'smoother' if we could add our own toolchains to the extension
I had a look around the extension but adding something like....
To supportedToolchains.ini and setting my toolchain to RISCV_HAZARD3_SEP_24 failed to download my build
I also tried changing "riscvToolchain": "RISCV_COREV_MAY_24" to suit in versionBundles.json
Manually installing the experimental toolchain then building a RiscV project and manually altering and building via msys/mingw64 did, however, work OK and produced functional results.
The text was updated successfully, but these errors were encountered: