|
From: | Michal Podhradsky |
Subject: | Re: [Paparazzi-devel] paparazzi secure datalink compile errors. |
Date: | Wed, 13 Jan 2021 15:59:00 -0800 |
_______________________________________________Hello Michal,
Thanks for your help.
It seems that the rustlink tool don't compile and install hacl-c automatically. Maybe the build.rs script is not called. Any idea ?
Gautier
Le 13/01/2021 à 22:00, Michal Podhradsky a écrit :
Hi Chris, Gautier,
the key generator was depending on a repo that no longer exists. I fixed it in this PR: https://github.com/paparazzi/paparazzi/pull/2645
I haven't used paparazzi in a while, and all the secure telemetry modules seem to be missing something (or they haven't been updated to compile), so if you are able to test it end to end, that would be great.
RegardsMichal
On Wed, Jan 13, 2021 at 9:32 AM Chris <hendrixgr@gmail.com> wrote:
After reading a little about rust i think the warnings are fixed if we
replace
Err(why) => panic!("couldn't write to {}: {}", display, why.description()),
with
Err(why) => panic!("couldn't create {}: {}", display, why.to_string()),
and comment out line 33 "use std::error::Error;"
I haven't tried it yet but the description method will be hard
deprecated and must be replaced in order "why" to return a string.
Chris
_______________________________________________
Paparazzi-devel mailing list
Paparazzi-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
_______________________________________________ Paparazzi-devel mailing list Paparazzi-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
Paparazzi-devel mailing list
Paparazzi-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
[Prev in Thread] | Current Thread | [Next in Thread] |