-
Notifications
You must be signed in to change notification settings - Fork 10
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
can't build on debian host #20
Comments
I copied a few header files from https://github.com/solokeys/solo/tree/master/fido2 but can't find cbor.h Something like this? https://github.com/ssilverman/libCBOR p.s. I tried making sure submodules were present and didn't see any mention of any. Am I not doing something right? The README just says Oh! I see that |
I tried |
Maybe this? https://github.com/PJK/libcbor looks like the right sort of thing. |
Rather, I see in this commit that libsalty was added But I can't figure out where that library comes from. |
https://github.com/intel/tinycbor |
@merlokk ack. Thanks for merging my PR. I see this now in the main solo repo:
So any thoughts on where to find libsalty? I'll post another PR with my other changes. |
#21 too much( needs to rewrite /pc directory sources to use bearssl and stm32fs |
https://github.com/ycrypto/salty, in particular https://github.com/ycrypto/salty/blob/main/c-api/Makefile#L2 This is a Rust/assembly implementation (with C API wrapper) of ed255 signatures we will be using with SoloKeys for our v2 key. |
After I fixed the bearssl include problem with
I get
workaround is to remove the 'pc' directory so I just build for the solokeys hacker device
but that leaves me with the next error:
I will continue working through these errors and see if I can fix things up and submit a PR.
The text was updated successfully, but these errors were encountered: