Skip to content
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

remedy for eh_personality error #43

Open
U007D opened this issue Jan 30, 2019 · 2 comments
Open

remedy for eh_personality error #43

U007D opened this issue Jan 30, 2019 · 2 comments

Comments

@U007D
Copy link
Contributor

U007D commented Jan 30, 2019

If one happens to have a Cargo.toml profile set to unwinding panics, a language item required, but not found: 'eh_personality' error will result. PR #42 adds a brief note explaining how to resolve the error.

@gl4eqen
Copy link

gl4eqen commented Nov 1, 2019

It happened to me as well but it was caused by not setting a proper target

[build]
target = "thumbv7m-none-eabi"

in .cargo/config or via command-line options.

@tomioe
Copy link

tomioe commented Apr 15, 2020

[build]
target = "thumbv7m-none-eabi"

It should be:

[build]
target = "thumbv7em-none-eabihf"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants