-
Notifications
You must be signed in to change notification settings - Fork 169
linking with rust-lld
failed: no memory region specified for section '.eh_frame', on Ubuntu 16 i686
#59
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
Comments
This problem should already be solved in |
@Disasm , how should I check that? |
You can run |
@Disasm , I did like this:
and
Here is what I get:
|
Looks like I had to add those ones as dependencies, into Cargo.toml. After updating from
to
So it resulted in
|
|
This means that you need to install the |
Closing as the problem seems to be resolved. |
I was trying to build some demo projects, by following this article.
Got these bugs:
The text was updated successfully, but these errors were encountered: