April 2020
Intermediate to advanced
412 pages
9h 58m
English
We are going to download and install CPAcheck to our build environment, and then run it against a sample program. Follow these steps:
# apt-get install openjdk-11-jre
# su - user$ cd /mnt
$ wget -O - https://cpachecker.sosy-lab.org/CPAchecker-1.9-unix.tar.bz2 | tar xjf -
$ cd CPAchecker-1.9-unix
./scripts/cpa.sh -default doc/examples/example.c ...