zkMIPS / zkm

The universal zkVM empowering Ethereum as the Global Settlement Layer
https://zkm.io
MIT License
105 stars 50 forks source link

Inquiry about MIPS64 Architecture Support #138

Closed PinelliaC closed 4 months ago

PinelliaC commented 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?

eigmax commented 4 months ago

No, sir. We only support MIPS32.