You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to run the trusted_client not on riscv machine.
Do you think it's possible? I’m having a hard time understanding what and how to compile the trusted_client and its dependencies.
Thanks anyway :)
Hadar
The text was updated successfully, but these errors were encountered:
Hi,
Absolutely! The demo video/etc we have for this is using a standard x86_64 build of the trusted client.
I don't have fully written instructions for doing this build, I had hoped to just add support for this in the Makefiles. The problem is the SDK library iirc.
You'll need to make the following 3 builds:
Build the libsodium_client with regular gcc/clang
Build the SDK verifier library with regular gcc/clang
Build the trusted_client with regular gcc/clang
Unfortunately this requires changing the build on each of these manually. I'd suggest making a clean checkout of the SDK somewhere and getting that build for (only) the verifier lib working first.
Please leave questions here as you run into problems and I'll help work through. Its 100% possible, it is just not an easy flow right now.
Hello,
I would like to run the trusted_client not on riscv machine.
Do you think it's possible? I’m having a hard time understanding what and how to compile the trusted_client and its dependencies.
Thanks anyway :)
Hadar
The text was updated successfully, but these errors were encountered: