Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run trusted_client not on riscv #12

Open
hadaroren11 opened this issue Mar 29, 2020 · 2 comments
Open

run trusted_client not on riscv #12

hadaroren11 opened this issue Mar 29, 2020 · 2 comments

Comments

@hadaroren11
Copy link

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

@dkohlbre
Copy link
Collaborator

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.

@lucagiorgino
Copy link
Contributor

@hadaroren11 Have you been able to build the non riscv trusted_client?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants