- e.g. gcc, binutils, gdb - where ongoing maintenance (including RISC-V related changes) is now done rather than here? I'm not sure what upstream projects and build scripts construct the sysroot but it's not the riscv-gnu-toolchain ones: https://github.com/riscv-collab/riscv-gnu-to...
riscv32-unknown-elf-ld -T ./sys/memory.ld ./sys/rom.o ./test/test.o -L riscv32-unknown-elf/lib/ -L $prefix/lib/gcc/riscv32-unknown-elf/8.2.0/ -lc -lm -lgcc -lnosys -o ./test/test.om the following error is produced /opt/riscv/bin/riscv32-unknown-elf-ld: cannot fin...