quantii icon indicating copy to clipboard operation
quantii copied to clipboard

Better Error Messages for Uninstalled Tools

Open AldaronLau opened this issue 4 years ago • 2 comments

For instance if QEMU or objcopy aren't installed.

AldaronLau avatar Apr 08 '22 01:04 AldaronLau

This could be pretty easily solved with a simple makefile, if that works for you

CATboardBETA avatar Apr 27 '22 15:04 CATboardBETA

I don't really like makefiles. As simple solution would be to just replace the message at https://github.com/ardaku/quantii/blob/stable/xtask/src/main.rs#L106 with "failed to execute aarch64-linux-gnu-objcopy".

AldaronLau avatar Apr 27 '22 23:04 AldaronLau