-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
Note that we use the |
I downloaded that branch,,it does not have the INS 8nstructions in the include files that then get installed,
* jimaf
…________________________________
From: Antonio Flores Montoya ***@***.***>
Sent: Thursday, April 11, 2024 5:18 PM
To: GrammaTech/gtirb-pprinter ***@***.***>
Cc: Alves-Foss, Jim ***@***.***) ***@***.***>; Author ***@***.***>
Subject: Re: [GrammaTech/gtirb-pprinter] Does not build (Issue #16)
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 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
Note that we use the next branch, https://github.com/GrammaTech/capstone/tree/next<https://urldefense.com/v3/__https://github.com/GrammaTech/capstone/tree/next__;!!JYXjzlvb!jMqqnLnOqfnLarv0QrRMvov8EYh2Jxt1h3bKyi1PP-R_16LF3rvYiS4qWkXkHnbi4Knl6PrDFf-PW1HcDnwzXGtz$> that is likely what is going on here. Let me know if that is not the case
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/GrammaTech/gtirb-pprinter/issues/16*issuecomment-2050750209__;Iw!!JYXjzlvb!jMqqnLnOqfnLarv0QrRMvov8EYh2Jxt1h3bKyi1PP-R_16LF3rvYiS4qWkXkHnbi4Knl6PrDFf-PW1HcDjccb1Pw$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AB4SSPDWBAZHRRQHMMD44GTY44RSNAVCNFSM6AAAAABGDEUDOCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJQG42TAMRQHE__;!!JYXjzlvb!jMqqnLnOqfnLarv0QrRMvov8EYh2Jxt1h3bKyi1PP-R_16LF3rvYiS4qWkXkHnbi4Knl6PrDFf-PW1HcDm5TBcDJ$>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ...
The text was updated successfully, but these errors were encountered: