cargo-binutils icon indicating copy to clipboard operation
cargo-binutils copied to clipboard

Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain

Results 25 cargo-binutils issues
Sort by recently updated
recently updated
newest added

Running the command `cargo install -f cargo-binutils` gives the following error message: error: failed to run custom build command for `quote v1.0.23` Caused by: could not execute process "\AppData\Local\Temp\cargo-installurqU3j\release\build\quote-0cc442527a6b4d49\build-script-build" (never...

invalid
upstream

cargo install cargo-binutils : error[E0658]: use of unstable library feature 'proc_macro_byte_character' error[E0658]: use of unstable library feature 'proc_macro_c_str_literals'

I have a project, in which when I run `cargo objcopy` I get this error: ![image](https://github.com/rust-embedded/cargo-binutils/assets/277318/123ea1c4-3e7d-497d-8ba2-db2275040230) The error says "could not compile due to 2 previous errors", but there are...

`actions/upload-artifact@v3` and `actions/download-artifact@v3` were deprecated and removed earlier this year, so just updating the workflow to fix the pipeline errors

I use `cargo objcopy` to compile some projects, but the unformatted messages are challenging to scan visually. The diagnostics are also not printed if there is a build error. For...