你的rustc 开发环境还有点依赖没有解决。你可以先建个 hello world的工程试用一下。
cargo new --bin hello
cd hello
cargo run
看看有没有错误,如果这都有问题,估计要看看你是否需要安装其他基础开发包了
你的rustc 开发环境还有点依赖没有解决。你可以先建个 hello world的工程试用一下。
cargo new --bin hello
cd hello
cargo run
看看有没有错误,如果这都有问题,估计要看看你是否需要安装其他基础开发包了
我看了一下我安装的包,libssl 库大概率包含在 openssl 里,你安装一下
pkg install openssl
我来试试看!首先感谢你的回答。
我倒在最后一步了——No such file or directory。😭
可以在上一步,把-q 去掉,看你的输出的可执行文件的目录,有没有记得加 -r ?
好吧,是我大意了,应该是上一步就没做对。
error occurred: Failed to find tool. Is `aarch64-linux-android-ar` installed?
我以为这是完成的意思!
你主要安装 binutils 包
我装的是 binutils-is-llvm
我对这些一点都不懂,但是感觉这些好厉害。
pkg install binutils
这样吗?