leommxj / prebuilt-multiarch-bin

prebuilt binaries for multiple architeture
https://bin.leommxj.com/
Do What The F*ck You Want To Public License
152 stars 25 forks source link

riscv toolchain build failed #3

Open leommxj opened 4 years ago

leommxj commented 4 years ago

use the same .config with buildroot can successful build in my local ubuntu 18.04. but Error in the github actions' runner action's log: logs_42.zip

zhangyoufu commented 4 years ago

https://stackoverflow.com/questions/54298210/building-gdbserver-for-riscv

As of February 2019, gdbserver has not been ported to RISC-V yet. As a result it won't build.

leommxj commented 4 years ago

@zhangyoufu

https://stackoverflow.com/questions/54298210/building-gdbserver-for-riscv

As of February 2019, gdbserver has not been ported to RISC-V yet. As a result it won't build.

gdb 8.3.1 which this repo used already supports RISC-V . quote from https://lists.gnu.org/archive/html/info-gnu/2019-09/msg00006.html

GDB 8.3 includes the following changes and enhancements:

  • Support for new native configurations (also available as a target configuration):
    • RISC-V GNU/Linux (riscv--linux*)
    • RISC-V FreeBSD (riscv--freebsd*)

.The workflow failed on building buildroot's toolchain, not gdb. On my local machine, both can build without any problem.