-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
As per the https://docs.rust-embedded.org/embedonomicon/smallest-no-std.html, I execute the following.
cargo nm -- target/thumbv7m-none-eabi/debug/deps/app-*.o | grep '[0-9]* [^N] '
/homeo/waleed/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/llvm-nm: error: target/thumbv7m-none-eabi/debug/deps/app-2fb83299481625ce.o: No such file or directoryThe binary is in fact there, but llvm-nm doesn't notice.
rustc --version
rustc 1.60.0 (7737e0b5c 2022-04-04)I installed llvm and with
llvm-nm target/thumbv7m-none-eabi/debug/deps/app-2fb83299481625ce.o
00000000 T rust_begin_unwindit works, but the cargo nm command doesn't work.
Metadata
Metadata
Assignees
Labels
No labels