-
Notifications
You must be signed in to change notification settings - Fork 14
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
error: Error loading target specification: Could not find specification for target "avr-atmega328p" #133
Comments
It seems that the point is that I can't compile the core. |
This is a duplicate of #128 |
It does not look like a duplicate. I can compile core crate after the patches in #128. But the build does not continue since it cannot find compiler_builtins:
When I try to compile compiler_builtins from https://github.com/rust-lang-nursery/compiler-builtins then it failes because of std crate:
What is the point that some kind of compiler_builtins (which is supposed some kind of very low level stuff to avoid dependency on C runtime) depends on std crate? |
the shell I am using is
fish, version 3.0.1
, the directory I installed avr-rust is$HOME/.avr-rust/
.versions of rustup and xargo are:
I tried to build blink, only to get this error.
When I use cargo xbuild instead of
xargo build
, the error changes to this:The text was updated successfully, but these errors were encountered: