ITADN
a16z/jolt/Issues

Error while running the recursion example.

#1122Closedthomaslavaur 创建于 2025-11-20
T
thomaslavaurcommented
Hi! I'm trying to run the recursion example. The proof generation using fibonacci runs perfectly but when I try to run the recursion verification, using `cargo run --release -- verify --example fibonacci"`, I get the following error: ``` Caused by: process didn't exit successfully: `/home/thomas/.rustup/toolchains/stable-jolt-1.89.0/bin/rustc - --crate-name ___ --print=file-names -C link-arg=-T/tmp/jolt-guest-linkers/recursion-guest.ld -C passes=lower-atomic -C panic=abort -C debuginfo=0 -C strip=symbols -C opt-level=z --cfg 'getrandom_backend="custom"' --target riscv64imac-jolt-zkvm-elf --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg -Wwarnings` (exit status: 1) --- stderr error: error loading target specification: could not find specification for target "riscv64imac-jolt-zkvm-elf" | = help: run `rustc --print target-list` for a list of built-in targets ::build command: env CARGO_ENCODED_RUSTFLAGS=$'-C\x1flink-arg=-T/tmp/jolt-guest-linkers/recursion-guest.ld\x1f-C\x1fpasses=lower-atomic\x1f-C\x1fpanic=abort\x1f-C\x1fdebuginfo=0\x1f-C\x1fstrip=symbols\x1f-C\x1fopt-level=z\x1f--cfg\x1fgetrandom_backend="custom"' RUSTUP_TOOLCHAIN=stable-jolt-1.89.0 JOLT_FUNC_NAME=verify CC_riscv64imac-jolt-zkvm-elf=riscv64-unknown-elf-gcc CFLAGS_riscv64imac-jolt-zkvm-elf=-mcmodel=medany cargo build --release --features guest -p recursion-guest --target-dir /tmp/jolt-guest-targets/recursion-guest-verify --target riscv64imac-jolt-zkvm-elf thread 'main' panicked at jolt-core/src/host/program.rs:210:17: ``` Is the "imac" target normally just for mac? I run on a linux. Thanks 🙏 Thomas
关闭于 2025-11-21 1 条评论