Skip to content

Doesn't build #3

Open
Open
@neriumpete

Description

@neriumpete

Hi, I'm trying to build this repo but I get all sorts of compilation issues, mostly things like this:

error[E0463]: can't find crate for `core`
  |
  = note: the `avr-atmega328p-14594304710873606362` target may not be installed

And if I try rustup target add avr-atmega328p-14594304710873606362, I get:

error: toolchain '1.52.1-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 'avr-atmega328p-14594304710873606362'
note: not all platforms have the standard library pre-compiled: https://doc.rust-lang.org/nightly/rustc/platform-support.html

Any help would be appreciated!

Activity

archenemy1996

archenemy1996 commented on Sep 29, 2022

@archenemy1996

try "sudo apt-get install gcc-avr"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @neriumpete@archenemy1996

        Issue actions

          Doesn't build · Issue #3 · creativcoder/rust-arduino-blink