rust-embedded / embedonomicon

How to bootstrap support for a no_std target
https://docs.rust-embedded.org/embedonomicon/
Apache License 2.0
209 stars 34 forks source link

added note for 'eh_personality' error #42

Open U007D opened 5 years ago

U007D commented 5 years ago

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

austinglaser commented 4 years ago

I'm in favor of adding this language -- I ran into this exact issue when working through the book.

bors[bot] commented 4 years ago

Build failed:

jamesmunns commented 4 years ago

Note: will probably need to be rebased on https://github.com/rust-embedded/embedonomicon/pull/66