bl602-rust-guide icon indicating copy to clipboard operation
bl602-rust-guide copied to clipboard

Getting Started Guide?

Open KenjutsuGH opened this issue 3 years ago • 1 comments

I'm new to rust and bl602. Is any Getting Started Guide available? When I run:

cargo run --example bl602-gpio-blinky

I get:

error: linking with `rust-lld` failed: exit status: 1
rust-lld: error: undefined symbol: TimerCh1
rust-lld: error: undefined symbol: Gpio
rust-lld: error: undefined symbol: TimerCh0

rustc 1.54.0-nightly (4de757209 2021-05-01) MacOS 10.13.6

KenjutsuGH avatar May 18 '21 08:05 KenjutsuGH