Skip to content
Kevin Buffardi edited this page Apr 15, 2016 · 6 revisions

Other static analysis tools available for C++

For error reporting (and fixes), please copy the exact error message

#Static Analysis

(If you have an error that says: No Space left on device) You can follow this link: http://www.linuxfromscratch.org/blfs/view/svn/general/llvm.html

You might need to install following dependencies before following those instructions:

sudo apt-get install binutils-multiarch sudo apt-get install gcc-4.7-arm-linux-gnueabihf
sudo apt-get install g++-4.7-arm-linux-gnueabihf

#libcxx c++ error message

Go to build folder and delete libcxx folder Similarly go to llvm folder and delete libcxx folder Then start from 3rd command in 7th step

Clone this wiki locally