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
I have tried really hard to compile this demo code but I'm stuck.
I have updated references to the actinius repo and updated many of the other dependencies. I can't seem to get it linking(?) however getting errors like: v1026-demo-app/deps/ring/src/aead/chacha.rs:129: undefined reference to 'ChaCha20_ctr32'
I have followed the instructions in the readme.
I have tried this on both ubuntu 18.04 and macos including cargo cross.
Is there any chance you could look at it or maybe just point me in the right direction? I can push to a fork if you want to see my attempts but I doubt it :)
The text was updated successfully, but these errors were encountered:
@jonathanpallant I can actually build the quiche dependency for thumbv8m.main-none-eabi but the v1026-demo-app won't build (getting the same error as above). Did you come across this problem?
I appreciate that you have much to do so any pointer is much appreciated. I'm losing a lot of hair over this :)
I have tried really hard to compile this demo code but I'm stuck.
I have updated references to the actinius repo and updated many of the other dependencies. I can't seem to get it linking(?) however getting errors like:
v1026-demo-app/deps/ring/src/aead/chacha.rs:129: undefined reference to 'ChaCha20_ctr32'
I have followed the instructions in the readme.
I have tried this on both ubuntu 18.04 and macos including cargo cross.
Is there any chance you could look at it or maybe just point me in the right direction? I can push to a fork if you want to see my attempts but I doubt it :)
The text was updated successfully, but these errors were encountered: