-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linker errors with intrinsics due to old builtins #393
Comments
Do you think we can do anything to fix this in rp-hal, or is the ticket more about properly documenting the required versions? |
Neither of those reporting the bug specified their compiler versions, makes it hard to know if it was an old compiler issue. |
I assume the best way to determine compiler-builtins version is to look at the Cargo.lock file in the rustc repo with each release tag? |
I think this issue is now resolved, we'll link people here if they report this issue in the future. |
This was originally raised in rp-rs/rp2040-project-template#33
Hasn't been resolved yet, but posting here for greater visibility.
yallxe commented
The error mentions flip-link but the error is
rust-lld: error: duplicate symbol: __aeabi_uidivmod
There's a fix for this in compiler_builtins-0.1.69 but as listed above it's using (compiler_builtins-0.1.66).
The text was updated successfully, but these errors were encountered: