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
{{ message }}
This repository was archived by the owner on Jan 24, 2022. It is now read-only.
I would add *(.ARM.exidx); separately to the .* one, which is what we do elsewhere in the linker script (e.g. .got .got.*) and seems to be more common practice.
Context in rust-lang/rust#62781.
Testing locally, adding a discard for
*(.ARM.exidx);
will prevent this error, or changing https://github.com/rust-embedded/cortex-m-rt/blob/master/link.x.in#L152 to*(.ARM.exidx*);
both prevent linker errors. I am not sure which one is more idiomatic.The text was updated successfully, but these errors were encountered: