riscv-software-src / riscv-tools

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

make output/rv64ui-p-simple.out:Error #249

Closed ferdous313 closed 5 years ago

ferdous313 commented 5 years ago

Hi, I am getting error when I am trying to run a test in /boom-template/verisim mada0:~/boom-template/verisim$pwd /soe/nferdous/boom-template/verisim mada0:~/boom-template/verisim$ make output/rv64ui-p-simple.out Error message: make[1]: Leaving directory '/mada/users/nferdous/boom-template/verisim/generated-src/boom.system.TestHarness.BoomConfig' make: *** No rule to make target '/soe/nferdous/rocket-chip/riscv-tools/riscv64-unknown-elf/share/riscv-tests/isa/rv64ui-p-simple', needed by 'output/rv64ui-p-simple'. Stop Any suggestion will be appreciated.

ferdous313 commented 5 years ago

Hi, I am getting error when I am trying to run a test in /boom-template/verisim /boom-template/verisim$pwd boom-template/verisim /boom-template/verisim$ make output/rv64ui-p-simple.out Error message: make[1]: Leaving directory '/mada/users/nferdous/boom-template/verisim/generated-src/boom.system.TestHarness.BoomConfig' make: *** No rule to make target '/soe/nferdous/rocket-chip/riscv-tools/riscv64-unknown-elf/share/riscv-tests/isa/rv64ui-p-simple', needed by 'output/rv64ui-p-simple'. Stop Any suggestion will be appreciated.

palmer-dabbelt commented 5 years ago

This doesn't look like a riscv-tools bug, but instead is probably some sort of mismatch between your test harneess and riscv-tools. @ccelio would be the best bet here, as it appears you're using BOOM. You should try to make sure all your versions match correctly, as that's usually the issue.

I'm going to close this, as it's not a riscv-tools bug.

ferdous313 commented 5 years ago

ok Thanks!