Closed kguniverse closed 1 year ago
To solve llvm config issue: FileNotFoundError: [Errno 2] No such file or directory: 'llvm-config': 'llvm-config'
solution:
sudo apt-get llvm-10-dev sudo ln -s /usr/bin/llvm-config-10 /usr/bin/llvm-config
failed: Hardware limited After few moments debugging aarch64 compliing issues, successfully run initialize the ROS system. However, the system totally got stuck due to the hardware limitation.
To solve llvm config issue: FileNotFoundError: [Errno 2] No such file or directory: 'llvm-config': 'llvm-config'
solution: