mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-08 16:23:13 +00:00
13 lines
399 B
Markdown
13 lines
399 B
Markdown
|
|
# ATTENTION
|
||
|
|
|
||
|
|
Some things have to be done manually
|
||
|
|
|
||
|
|
After setup, and getting compiler, go to ~/.cargo/config , and add:
|
||
|
|
|
||
|
|
```
|
||
|
|
[target.mips-unknown-linux-musl]
|
||
|
|
linker = "<path-to>/mips-linux-muslsf-cross/bin/mips-linux-muslsf-gcc"
|
||
|
|
rustflags = ["--cfg", 'target_os="zkvm"',"-C", "target-feature=+crt-static", "-C", "link-arg=-g"]
|
||
|
|
```
|
||
|
|
|
||
|
|
Additionally, be sure, that you ate at the latest nightly toolchain.
|