Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 221 Bytes

nrf52-troubleshoot-cargo-size.md

File metadata and controls

9 lines (7 loc) · 221 Bytes

cargo-size is not working

$ cargo size --bin hello
Failed to execute tool: size
No such file or directory (os error 2)

llvm-tools is not installed. Install it with rustup component add llvm-tools