Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Compilation of Rust for AVR Microcontrollers (narrowed down.)
I checked this post Avr-hal on Arduino-Uno about running rust code on an AVR microcontroller. HAL just means Hardware Abstraction Layer and simplifies our process.
Steps are simple, I have it running, but I do not understand a few parts.
cargo run --verbose
this seemsthe case.avr-gcc
exactly ?3rd Party Requirements are here:
A number of third party tools are required to use AVR Rust.
- avr-gcc (only used as a linker frontend)
- avr-binutils (for linker support)
- avr-libc (for device-specific runtime libraries)
- avrdude (for flashing a real AVR chip)
These should be installed by the operating system package manager.
ldd
?3 posts - 1 participant
🏷️ Rust_feed