sergeykhbr / riscv_vhdl

Portable RISC-V System-on-Chip implementation: RTL, debugger and simulators
http://sergeykhbr.github.io/riscv_vhdl/
Apache License 2.0
628 stars 104 forks source link

Build debugger with GUI failed: libdbg64g.so undefined reference #40

Closed HollaHieu closed 3 years ago

HollaHieu commented 3 years ago

Hi Sergey! great project to learn from you!! I am running into a problem building and running Software models with GUI (Step 2 in your project). libdbg64g.so gives undefined reference and caused error when I run "make" in the "~/riscv_vhdl/debugger/makefiles" directory. Below is a screenshot of the problem. Can you give any hint on solving this? Thanks.

Screenshot from 2021-07-05 17-10-13

sergeykhbr commented 3 years ago

Sorry friend for the delayed commit. Problem solved.