-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
rust-lld is only available on tier 1 platforms #754
Comments
Since some people might end up here if they try to follow the blog on FreeBSD (like myself), I'd like to add this here as note. The Steps:
export RUST_SRC_PATH="/usr/local/lib/rustlib/src"
PATH="/usr/local/lib/rustlib/x86_64-unknown-freebsd/bin:${PATH}" |
Just wanted to add that I'm running into this issue on a MacBook, Catalina (10.15.5), and currently searching for a workaround (if anyone knows one, I'd appreciate it), otherwise I'll be tinkering and seeing if I can drum one up myself. |
rust-lld should be available on macOS, as it is a tier 1 platform. The only problem with the macOS version should be that linking machO binaries with it may result in runtime crashes. blog_os uses ELF binaries, so there should be no problems. |
Update: got it fixed- I added a Hmm... that's interesting- It seems to have worked fine before, and the error first popped up when I tried to run
|
I get this same error on GhostBSD (FreeBSD 12.2-STABLE FreeBSD 12.2-STABLE GENERIC amd64), but the rust-lld is installed on my computer.
But now I get other errors. I have yet to find a rust demo that actually works. So frustrating. |
See rust-lang/rust#52362 (comment)
Reported in #403 (comment)
The text was updated successfully, but these errors were encountered: