OSCON Tutorial Pages
RATE THIS SESSION
This page will update throughout the presentation.
Cov-build tarball links are here: Linux32 Linux64 FreeBSD NetBSD Solaris-Sparc Solaris-x86 MacOSX Instructions for Java
cov-internal-thunk.sh
Download and extract cov-build tarball
Do once:
1) Add the bin directory to your path.
2) Run cov-configure -co /usr/bin/cc
3) Run cov-configure -co /usr/bin/g++
Do for each build:
1) cd to your build directory
1b) (optional) Run any build steps that you don't want to analyze – i.e. ./configure
2) cov-build -e emit -o output [BUILD CMD and ARGS]
Create a README file with your name, email, and project's name
Tar czvf project.tgz README emit output
Upload the project.tgz to ftp://oscon.coverity.com/incoming
Sample Databases
1 2 3 4 5 6 7 8 9 10
11 12 13 14 15 16 17 18 19 20
21 22 23 24 25 26 27 28 29 30
31 32 33 34 35 36 37 38 39 40
41 42 43 44 45 46 47 48 49 50
|