简要:我们将arm板的交叉编译工具链从32位文件系统主机移动到64位主机,其文件系统的inode> 2^32。使用gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabihf会导致错误
cc1plus: error: MYPATH: Value too large for defined data type
哪里
$ stat MYPATH
...
Inode 9264879623
...
这个工具链是为64位主机编译的,那么为什么它不能处理64位节点呢?
Long:我们在32位主机上使用了gcc-linaro linux-gnueabihf-4.8
我用过
cargo install --git https://github.com/steveklabnik/rustbook.git
要成功安装“锈本”,但当我运行rustbook时,会得到一个错误:
rustbook: error while loading shared libraries: librustdoc-c0dcaea09a16c7ec.so: cannot open shared object file: No such file or directory
但是我可以找到这个.so文件。
./.rustup/toolchains/nightly-x86_64-unknown