You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prebuilt binary of Sail doesn't exist.
I was running test on Macbook M1, commit 164da62b64fa050569b22910ea207525884802ba.
$make arch-test
CC build/map.o
CC build/utils.o
CC build/decode.o
CC build/io.o
CC build/syscall.o
CC build/emulate.o
CC build/riscv.o
CC build/elf.o
CC build/cache.o
CC build/mpool.o
CC build/main.o
LD build/rv32emu
Fetching SHA-1 of prebuilt binaries ... [OK]
Checking SHA-1 of prebuilt binaries ... [OK]
git submodule update --init tests/
cp: build/sail_cSim/riscv_sim_RV32: No such file or directory
make: *** [arch-test] Error 1
The text was updated successfully, but these errors were encountered:
I was running on an M2 without any errors (but having some dependency issue, i.e., riscof not found). Could you provide more details on how to reproduce this?
@vacantron, If including a darwin-arm64 (i.e., macOS ARM 64-bit binary) build of sail_cSim, what modifications would be necessary for rv32emu-prebuilt?
Prebuilt binary of Sail doesn't exist.
I was running test on Macbook M1, commit
164da62b64fa050569b22910ea207525884802ba
.The text was updated successfully, but these errors were encountered: