I have downloaded cppcheck tool and build it. Now am facing the problem that cppcheck command not found. Is there any mistake..suggest me the steps..
I tried in gcc compiler as following:
> cd /home/tcsujth/Desktop/cppcheck-1.46.1/ > g++ -o cppcheck -Ilib cli/*.cpp lib/*.cpp > ./cppcheck SYNTAX---------- cppcheck: error: could not find or open any of the paths given. Segmentation fault (core dumped) > cppcheck --version cppcheck: Command not found.