Closed
Description
hi, getting this during compiling
cargo build -Z build-std=core --target avr-atmega328p.json --release
...
Compiling avr_delay v0.3.1
error: cannot find macro `llvm_asm` in this scope
--> /Users/zag2art/.cargo/registry/src/github.com-1ecc6299db9ec823/avr_delay-0.3.1/src/lib.rs:34:17
|
34 | unsafe {llvm_asm!("1: sbiw $0,1
| ^^^^^^^^
error: cannot find macro `llvm_asm` in this scope
--> /Users/zag2art/.cargo/registry/src/github.com-1ecc6299db9ec823/avr_delay-0.3.1/src/lib.rs:41:13
|
41 | unsafe {llvm_asm!("1: sbiw $0,1
| ^^^^^^^^
is that an avr_delay issue or this blink project?
Note: compiling this on Mac folowing "The AVR-Rust Guidebook"
Metadata
Metadata
Assignees
Labels
No labels