Is there a simple way to use ch32fun in https://github.com/fossasia/badgemagic-firmware ?
Currently the precompiled MounRiver binaries get downloaded and linked. Then running the make command creates the firmware files.
In here https://github.com/cnlohr/ch32fun/wiki/Installation#linux-with-manual-risc-v-gcc-build-not-recommended you are telling, that its not recommended to use the gcc build. Also 15GB and 1-2 hours of compile time is reported.
What would be the correct way to implement ch32fun into https://github.com/fossasia/badgemagic-firmware to replace MounRiver bin/riscv-none-embed-* files ?
The best outcome would be to not have to download MounRiver any more and just the 'make' command should be enough to build the firmware file.