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
Trying to cross-compile following instructions in the readme. Seeing error
error[E0080]: evaluation of constant value failed
--> src/platform/synchronization.rs:15:1
|
15 | / decl_c_type!(
16 | | owned(z_owned_mutex_t, option(Mutex<()>, Option<MutexGuard<'static, ()>>)),
17 | | loaned(z_loaned_mutex_t),
18 | | );
| |_^ the evaluated program panicked at 'Size mismatch: type z_loaned_mutex_t has size 24 while type (Mutex<()>, Option<MutexGuard<'static, ()>>) has size 16', src/platform/synchronization.rs:15:1
|
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `decl_c_type` (in Nightly builds, run with -Z macro-backtrace for more info)
For more information about this error, try `rustc --explain E0080`.
Describe the bug
Trying to cross-compile following instructions in the readme. Seeing error
To reproduce
System info
The text was updated successfully, but these errors were encountered: