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

Does not build #16

Open
jimaf opened this issue Apr 11, 2024 · 2 comments
Open

Does not build #16

jimaf opened this issue Apr 11, 2024 · 2 comments

Comments

@jimaf
Copy link

jimaf commented Apr 11, 2024

I downloaded, installed your latest capstone branchs and get a bunch of errors on missing ARM instructions -- these are not in the capstone arm64.h or arm.h files. But are in your capstone .py and .java arm files.

Such as: gtirb-pprinter/src/gtirb_pprinter/ArmPrettyPrinter.cpp:646:12: error: ‘ARM_SYSREG_SP_NS’ was not declared in this scope; did you mean ‘ARM_SYSREG_SP_UND’?
646 | case ARM_SYSREG_SP_NS:
| ^~~~~~~~~~~~~~~~

Also Intel X86_INS_BNDMOV instruction is not defined. So something is off.

It works in the Docker, but for my project, I need a version that show the detected function addresses of all functions including main, _start and the others you put actual names too. So, I was going to edit the code to remove those names, but ...

@aeflores
Copy link
Collaborator

Note that we use the next branch, https://github.com/GrammaTech/capstone/tree/next that is likely what is going on here. Let me know if that is not the case

@jimaf
Copy link
Author

jimaf commented Apr 12, 2024 via email

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