10000 make error · Issue #1 · 0tcb/TAP · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

make error #1

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

Open
zpzigi opened this issue May 3, 2019 · 1 comment
Open

make error #1

zpzigi opened this issue May 3, 2019 · 1 comment

Comments

@zpzigi
Copy link
zpzigi commented May 3, 2019

Hello, when I run make in AbstractPlatform, I encounter the following error messages.

"/z3opt:smt.RELEVANCY=0 /z3opt:smt.CASE_SPLIT=0 /errorLimit:1 /xml:build/CPU.xml Types.bpl ../Common/Types.bpl ../Common/Common.bpl ../Common/Cache.bpl CPU.bpl CPUImpl.bpl
/bin/sh: 1: /z3opt:smt.RELEVANCY=0: not found
Makefile:39: recipe for target 'build/CPU.xml' failed
make: *** [build/CPU.xml] Error 127"

How could address this problem?

I set $BOOGIE and I use Boogie with version 2.3.0.61016 which works well with other bpl files.

@arxgy
Copy link
arxgy commented Dec 2, 2022

Hello, this problem can be addressed by changing the /z3opt: to /proverOpt:O:, like this:
BOOGIEOPT:=/proverOpt:O:smt.relevancy=0 /proverOpt:O:smt.case_split=0 /errorLimit:1
My boogie version is 2.5.0.0 and my z3 version is Z3 version 4.8.7 - 64 bit.
Hope this message be useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0