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
cargo:warning=src/././atomic.h:25:29: error: '__ATOMIC_RELAXED' undeclared (first use in this function)
Cause
This is due to use of old GCC version without full C11 support specifically atomics.
The old GCC version is due to use of japaric/trust which uses rust-embedded/cross which provides Docker images that use an older version of Ubuntu (14.04). This is done to maximize the portablility of the generated binaries.
Relevant Error
Cause
This is due to use of old GCC version without full C11 support specifically atomics.
The old GCC version is due to use of japaric/trust which uses rust-embedded/cross which provides Docker images that use an older version of Ubuntu (14.04). This is done to maximize the portablility of the generated binaries.
References
Full Error
The text was updated successfully, but these errors were encountered: