You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I switched a project of mine from stable Rust to nightly Rust recently, and it was very confusing when later I noticed cargo objcopy wasn't working. The error is:
Failed to execute tool: objcopy
The system cannot find the file specified. (os error 2)
I'd also renamed my project in the meantime, so I got stuck down a tangent trying to figure out how renaming my project broke objcopy, assuming that it wasn't able to find the build output, rather than objcopy itself. It'd be nice if it reminded the user to ensure llvm-tools-preview is present on the current toolchain.
The text was updated successfully, but these errors were encountered:
ZeroErrors
added a commit
to ZeroErrors/cargo-binutils
that referenced
this issue
Aug 1, 2020
I switched a project of mine from stable Rust to nightly Rust recently, and it was very confusing when later I noticed
cargo objcopy
wasn't working. The error is:I'd also renamed my project in the meantime, so I got stuck down a tangent trying to figure out how renaming my project broke objcopy, assuming that it wasn't able to find the build output, rather than objcopy itself. It'd be nice if it reminded the user to ensure llvm-tools-preview is present on the current toolchain.
The text was updated successfully, but these errors were encountered: