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
but when I use make hello-native-package it occurs:/home/ysh/code/keystone/sdk/examples/hello-native/eapp/eapp_native.c:11:10: fatal error: sodium.h: No such file or directory
11 | #include "sodium.h"
| ^~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered:
first I copy the directory sodium_patches into Kyestone
Second I use this command
it is successful
third I build the SDK
Fourth, I tested whether it was successful,I use the code below in eapp_native.c
but when I use
make hello-native-package
it occurs:/home/ysh/code/keystone/sdk/examples/hello-native/eapp/eapp_native.c:11:10: fatal error: sodium.h: No such file or directory11 | #include "sodium.h"
| ^~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered: