Skip to content

Commit 50e919a

Browse files
committed
xtask: add a hint to install cargo binutils
1 parent f76801e commit 50e919a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xtask/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ fn check_tool<S: AsRef<str>>(tool: S) -> Option<String> {
308308
return Some(format!("riscv64-unknown-elf-{}", tool.as_ref()));
309309
}
310310
}
311+
println!("No binutils found, try install using `cargo install cargo-binutils`.");
311312
return None;
312313
}
313314

0 commit comments

Comments
 (0)