-
-
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
Issue building 'Setup Rust' #261
Comments
Ah I've seen that you already raised the issue on the rust-lang page rust-lang/rust#38281 and they posted a solution that seems to work, |
Thanks for reporting! Yeah, this is a rust problem that was introduced in the 2016-12-05 nightly: rust-lang/rust#38281. It seems like the I know of two workarounds:
|
I left a comment on the blog post DIsqus, but you don't need to export that symbol in the sources. Just add This compiles and runs without error. |
Thanks a lot for the hint! It works without problems. I added |
It seems like I've updated the source code and all posts and cherry-picked the changes to all tags. So I think this issue is resolved. |
Hey Im experiencing the following error when trying to build at the end of the setup rust tutorial
target/x86_64-unknown-linux-gnu/debug/librust_os.a(core-1357b93f.0.o): In function
core::panicking::panic_fmt': /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/obj/../src/libcore/panicking.rs:69: undefined reference to
rust_begin_unwind'The text was updated successfully, but these errors were encountered: