You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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.
The text was updated successfully, but these errors were encountered: