how to run an existing ELF file with risc-v instructions #2423
Replies: 3 comments
-
|
Theorically, if you take the basic example from our docs, you just have to replace But it will likely not work because depending on |
Beta Was this translation helpful? Give feedback.
-
|
To expand here a bit, the Without these things, this proof system will not work, and its unclear if the execution will work at all. |
Beta Was this translation helpful? Give feedback.
-
kompileerid koodiriscv64-unknown-elf-gcc -o program.elf program.c käivitad SP1 CLI-gasp1 prove --elf program.elf --output proof.json kontrollid proofisp1 verify --proof proof.json |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
have compiled some python code to risc-v ELF file with riesc-v instruction, and expect sp1 can load it to run , include generate proof and verify process.
any example shows how to do it ? I suppose it can be done.
Beta Was this translation helpful? Give feedback.
All reactions