Skip to content
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

error running isla-axiomatic #43

Open
fengwz17 opened this issue Nov 15, 2021 · 4 comments
Open

error running isla-axiomatic #43

fengwz17 opened this issue Nov 15, 2021 · 4 comments

Comments

@fengwz17
Copy link

After running the commad

cargo build --realease

It is built successfully, but when I try to run "isla-axiomatic", I face the following error:
InkedScreenshot
The last line is

Callback([Internal("No such file or directory (os error 2)"), Internal("No such file or directory (os error 2)"), Internal("No such file or directory (os error 2)"), Internal("No such file or directory (os error 2)")])
@Alasdair
Copy link
Collaborator

I think it may be the riscv.ir file that is missing? That's from a separate repository from the models snapshots link in the README

@fengwz17
Copy link
Author

I think it may be the riscv.ir file that is missing? That's from a separate repository from the models snapshots link in the README

Thank you!

But I had already downloaded the file "riscv64.ir", and put it in the directory. Also, if I use the command "-A" refer to another ir file which I did not download, it will report other error "Error when loading architecture: No such file or directory (os error 2)".

So I think it seems that this error "Callback([Internal("No such file or directory (os error 2)"), ..." is not caused by the missing of ir file.

@fengwz17
Copy link
Author

Also, I face another question, when I try to build "cat2smt", I use the command

build

under the directory isla-cat, but it seems there does not generate the executable file "cat2smt" successfully,
how could I get this executable file ?

@Alasdair
Copy link
Collaborator

Oh, I removed that executable a while ago as it was no longer needed. I forgot to update the README

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