Skip to content

Linker error on macos "discarding .shstrtab section is not allowed" #404

Locked Answered by corwinkuiper
junewunder asked this question in Q&A
Discussion options

You must be logged in to vote

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 to

[toolchain]
channel = "nightly-2023-03-24"
components = ["rust-src", "clippy", "rustfmt"]

which will use the nightly Rust as of 2023-03-24.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@junewunder
Comment options

Answer selected by junewunder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants