riscv-software-src / riscv-tools

RISC-V Tools (ISA Simulator and Tests)
1.13k stars 446 forks source link

spike pk doesn't work #319

Open TATAyu0413 opened 3 years ago

TATAyu0413 commented 3 years ago

spike pk does not work. No output "bbl loader". Any help would be appreciated. Thank you in advance!

jim-wilson commented 3 years ago

What exact command did you type and what exact error did you get? Note that spike does not search the path for pk, so you must give the full path (or a relative path) to pk or it won't find it.

zhuzhzh commented 3 years ago

please check if pk and bbl can be found with

which bbl
which pk