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
According to e.g. #142, it seems like cargo asm --target=$TARGET should work, but when I try it cargo asm replies:
[ERROR]: cargo asm could not find any output files!%
All I've done was rustup target add $TARGET, on compilation the artefacts end up into target/$TARGET/release but otherwise seem fine (the binary runs). The Cargo.toml was not updated with any sort of toolchain or target information (not sure it's relevant).
Also if the builddir is not clean, rather than fail cargo asm dumps the contents from the default target.
According to e.g. #142, it seems like
cargo asm --target=$TARGET
should work, but when I try itcargo asm
replies:All I've done was
rustup target add $TARGET
, on compilation the artefacts end up intotarget/$TARGET/release
but otherwise seem fine (the binary runs). TheCargo.toml
was not updated with any sort of toolchain or target information (not sure it's relevant).Also if the builddir is not clean, rather than fail
cargo asm
dumps the contents from the default target.I was trying to look at the x86_64 output from an aarch64 machine.
The text was updated successfully, but these errors were encountered: