rust-embedded / embedonomicon

How to bootstrap support for a no_std target
https://docs.rust-embedded.org/embedonomicon/
Apache License 2.0
206 stars 34 forks source link

Logging with symbols #24

Closed japaric closed 5 years ago

japaric commented 5 years ago

Obscure stuff with symbols; perfect fit for the nomicon, IMO.

r? @rust-embedded/resources (anyone)

japaric commented 5 years ago
 Running `qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel target/thumbv7m-none-eabi/debug/app`

qemu-system-arm: -semihosting-config: invalid option

The old QEMU problem seen in rust-embedded/cortex-m-rt#128 strikes again. I'll see if I can get some binary release of a newer QEMU from somewhere.

japaric commented 5 years ago

install qemu from debian-sid?

didn't work ... We could use docker, I guess.

japaric commented 5 years ago

The build has been fixed and this needs a re-review.

therealprof commented 5 years ago

bors r+

bors[bot] commented 5 years ago

Build succeeded