riscv-old-gcc icon indicating copy to clipboard operation
riscv-old-gcc copied to clipboard

gcc+newlib and gcc+glibc toolchains

Results 2 riscv-old-gcc issues
Sort by recently updated
recently updated
newest added

I couldn't build this project with gcc4.9. This is a little famous bug from upstream, maybe. Here is equivalent bug reports. [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746832] [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=patch;h=27b829ee701e29804216b3803fbaeb629be27491] The solution is to update binutils repository.

Dear All, I am trying to build the native compiler for RISC-V. Steps followed: cd riscv-gcc git checkout native git pull // additional step performed. patch -p1 < native-host-linux.patch ./configure...