Closed PinelliaC closed 4 months ago
I chose ELF for the MIPS64 binary file such as:
BASEDIR=test-vectors RUST_LOG=info ELF_PATH=test-vectors/${SOME_MIPS64_BINARY} BLOCK_NO=13284491 SEG_OUTPUT=/tmp/output SEG_SIZE=1024 ARGS="" \ cargo run --release --example zkmips split
encountered the following error:
program %d out of 32-bit mem range: 120000040 -2a0 (size: 2a0)
Could you please confirm if the MIPS64 architecture is supported?
No, sir. We only support MIPS32.
I chose ELF for the MIPS64 binary file such as:
encountered the following error:
Could you please confirm if the MIPS64 architecture is supported?