Skip to content

Fix coverage build #949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions COMPILING
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
The GNU Make needs to be version 3.81 or higher.
On Debian-like distributions, do

apt-get install g++-6 gcc flex bison make git libwww-perl patch
apt-get install g++ gcc flex bison make git libwww-perl patch

On Red Hat/Fedora or derivates, do

Expand All @@ -44,13 +44,7 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.

git clone https://github.com/diffblue/cbmc cbmc-git

2) On Debian, do

cd cbmc-git/src
make minisat2-download
make CXX=g++-6

On Ubuntu, or other distributions with recent g++, do
2) On Debian or Ubuntu, do

cd cbmc-git/src
make minisat2-download
Expand Down
2 changes: 2 additions & 0 deletions src/jsil/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jsil_y.tab.h: jsil_y.tab.cpp
jsil_lex.yy.cpp: scanner.l
$(LEX) -Pyyjsil -o$@ scanner.l

generated_files: jsil_lex.yy.cpp jsil_y.tab.cpp jsil_y.tab.h

# extra dependencies
jsil_y.tab$(OBJEXT): jsil_y.tab.cpp jsil_y.tab.h
jsil_lex.yy$(OBJEXT): jsil_y.tab.cpp jsil_lex.yy.cpp jsil_y.tab.h