Skip to content

Commit 181fd93

Browse files
committed
xtask: install using rustup and cargo install
1 parent 50e919a commit 181fd93

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

xtask/src/main.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,11 @@ 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`.");
311+
println!("
312+
No binutils found, try install using:
313+
314+
rustup component add llvm-tools-preview
315+
cargo install cargo-binutils");
312316
return None;
313317
}
314318

0 commit comments

Comments
 (0)