故障排除 (Troubleshooting)
从源代码安装的故障排除 (Troubleshooting installation from source)
内存不足 (Not enough RAM)
src/apps/namada lib could not compile due to previous errors. Exited with exit code:首次编译 (Compiling for the first time)
找不到链接器 "CC" (Linker "CC" not found)
Entering directory '/root/namada/wasm/wasm_source'
RUSTFLAGS='-C link-arg=-s' cargo build --release --target wasm32-unknown-unknown --target-dir 'target' --features tx_bond && \
cp "./target/wasm32-unknown-unknown/release/namada_wasm.wasm" ../tx_bond.wasm
Compiling proc-macro2 v1.0.46
Compiling quote v1.0.21
error: linker `cc` not found
|
= note: No such file or directory (os error 2)
error: could not compile `quote` due to previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `proc-macro2` due to previous errorWASM32-unknown-unknown
OpenSSL
Last updated