Ubuntu에 LLVM-14를 설치하는 방법은 무엇입니까?

Ubuntu에 LLVM-14를 설치하는 방법은 무엇입니까?

Ubuntu에 LLVM-14를 수동으로 설치했습니다. Rust 화물을 ld컴파일하는 동안을 제외하면 모든 것이 잘 작동하는 것 같습니다 .cargo-bpf

  = note: /usr/bin/ld: cannot find -lLLVM-14
          collect2: error: ld returned 1 exit status
          

error: could not compile `cargo-bpf` (bin "cargo-bpf") due to previous error

산출llvm-config --version

root@ip-172-31-0-42:/opt/llvm/cs-fw# llvm-config --version
14.0.0

LLVM 경로:/opt/llvm/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04

관련 정보