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
CBMC version: 5.11
Operating system: 64-bit x86_64 linux (Ubuntu 18.04)
Exact command line resulting in the issue: see above
What behaviour did you expect: run cbmc correctly, as from documentation
What happened instead: got the error 'The program has no entry point'
The text was updated successfully, but these errors were encountered:
I obtained the above error while following this guide but using a different version of httpd and apr, namely:
The above error can be replicated as follows from a Docker image.
Extract apache-httpd.zip (you can download the folder here)
cd apache-httdp
docker build -t apache-httdp .
docker run -it apache-httpd
cd httpd-2.4.41/support
find ./ -name "*.i" > source-file-list
That's what I tried then:
cbmc checkgid.i.gb
(checkgid.c has a main() inside, but got error)goto-instrument checkgid.i.gb foo --bounds-check ; cbmc foo
cbmc htdbm.i.gb --function terminate
(does not contain main(), but stil does not work)goto-cc checkgid.o -o foo ; cbmc foo
(Failed to figure out type of file `foo')I think this issue is related to #175
Any help? Thanks!
CBMC version: 5.11
Operating system: 64-bit x86_64 linux (Ubuntu 18.04)
Exact command line resulting in the issue: see above
What behaviour did you expect: run cbmc correctly, as from documentation
What happened instead: got the error 'The program has no entry point'
The text was updated successfully, but these errors were encountered: