Skip to content

Undefined reference to abort #334

Answered by Rahix
ssnover asked this question in Q&A
Sep 5, 2022 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Hi, what exactly are you trying to do? Are you just interested in getting Rust on AVR running? Then please check out the guide in the README of this project: Quickstart. It links you to a project template that has everything set up correctly already.

If you are specifically trying to get avr-std-stub working, maybe you need to tell me more about the reasons...


That out of the way, a few technical comments about your question. You can ignore them if you are just starting out...

  • avr-std-stub is not needed on new rustc versions. The panic handler can either be pulled in from one of the existing implementations like panic-halt or any of the other panic-* crates. Or you can define it yoursel…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ssnover
Comment options

@ssnover
Comment options

@ssnover
Comment options

@ssnover
Comment options

Answer selected by ssnover
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #333 on September 06, 2022 10:16.