Hi all.
I am setting up a new dev environment – windows 10, and am using the Eclipse included with Quartus.
I believe the compile was successful but we then hit the linker, which is failing I think.
I installed the riscv-unknown-gcc by compiling from source with https://github.com/riscv/riscv-gnu-toolchain and MinGW32.
The build process fails with the following:
(Can’t paste stack trace in here as i get an HTTP 403 from WordFence :/)
https://gist.github.com/renegadeandy/48d019859797bb143f576903de3aaf75
Can anyone help shed some light on what may be going wrong here?