Linker error on macos "discarding .shstrtab section is not allowed" #404
-
currently I'm getting an error on macOS that's preventing me from building the template project. it seems to be a linker error so I'm not sure how to debug it. I have installed arm-embedded via steps to reproduce:
thank you! looking forward to using this library |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey! These are relating to a bunch of issues we've had recently from Rust updates. This one in particular is resolved by a currently open PR (#403), however even with fixing this one there is another issue! For now, I would recommend using a slightly older nightly. You can do this by changing the content of the [toolchain]
channel = "nightly-2023-03-24"
components = ["rust-src", "clippy", "rustfmt"] which will use the nightly Rust as of 2023-03-24. |
Beta Was this translation helpful? Give feedback.
Hey! These are relating to a bunch of issues we've had recently from Rust updates. This one in particular is resolved by a currently open PR (#403), however even with fixing this one there is another issue!
For now, I would recommend using a slightly older nightly. You can do this by changing the content of the
rust-toolchain.toml
file towhich will use the nightly Rust as of 2023-03-24.