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
What is known is that compiler_builtins was updated with a tweak that puts math functions with the weak link attribute. It is unclear how we are supposed to fix the situation here.
This pull request includes another update to compiler_builtins, might be worth a try. rust-lang/rust#125016
The text was updated successfully, but these errors were encountered:
Enet4
changed the title
Does not compile starting from nightly-2024-04-15
Does not compile starting from nightly-2024-04-15: undefined reference to compiler_builtins::math
Jul 6, 2024
If the rust toolchain is updated any further, the final compilation stage will fail for the Ferris example.
These are possibly related issues:
weak
linking attribute if we can rust-lang/compiler-builtins#577What is known is that
compiler_builtins
was updated with a tweak that puts math functions with theweak
link attribute. It is unclear how we are supposed to fix the situation here.This pull request includes another update to
compiler_builtins
, might be worth a try. rust-lang/rust#125016The text was updated successfully, but these errors were encountered: