GPSBabel
GPSBabel
Does the Intel version not run under Rosetta? I just pulled the source onto an M1 and typed 'cargo build' (there probably should be a Makefile or a paragraph in...
Confirmed that gets it building. Since you're running on M1 it seems the original problem report should probably be closed. Hopefully, I'll leave this better I found it. Please consider...
This bugreport is wandering around everywhere. Is there still no official toolchain for GD32V for MacOS? Is it "just" a matter of pulling sources (precisely where, @ivankravets ?) and wrangling...
If you just need someone to crank builds of something that works on Linux and can provide a little initial handholding (precisely what source, what targets matter, testing procedure, a...
Thank you. That is hugely helpful. This tells me from helping to populate the Mac equivalent for https://nucleisys.com/download.php is the start. Cracking open rv_linux_bare_19-12-12-13-12 I see there is one GNU...
As a tip to others, while a build from source is possible, there is a homebrew version that can be 'brew installed" with WAY less effort: https://github.com/riscv/homebrew-riscv Everything seems to...
The toolchain in Homebrew works well on M1; I submitted fixes the week they came out. I work on several gd32v projects with it. I don't use platformio. On Sat,...
It looks like platformio is "just" a wrapper around the standard GNU tools. Platformio seems to require sipeed/platform-gd32v. Of interest, builder/main.py seems to be the thing that names other things....
The "GD32F" are ARM-based parts. This project is for "GD32V", which is RISC-V. This code base is the wrong place for ARM feature requests. Your project needs to be rebuild...
GD32V is an RV32IMAC core. It has integer the integer core (that's the I) and multiply and divide (that's the M) plus Atomics and Compressed. It doesn't have floating point....