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
Dear mikelui,
Hello, I am tring to compile dynamoRIO as frontend on aarch64 platform, but I encounter some compile problems, it seems that a variable's definition cannot be find, have you meet this problem before, could you give me some suggestion?
1)/prism/src/Frontends/DrSigil/dynamorio/clients/drsigil/drsigil.h:69:5: error: unknown type name ‘Sigil2DBISharedData’
Sigil2DBISharedData *shared_mem;
2)error: unknown type name ‘SglMemEv’
SglMemEv *mems;
Regards,
chandler
The text was updated successfully, but these errors were encountered:
However, I would still caution against using the DR yet. I was away for a bit but am back developing and maintaining Prism. I'm fixing a few event mapping (insn -> Prism event) issues at the moment.
Dear mikelui,
Hello, I am tring to compile dynamoRIO as frontend on aarch64 platform, but I encounter some compile problems, it seems that a variable's definition cannot be find, have you meet this problem before, could you give me some suggestion?
1)/prism/src/Frontends/DrSigil/dynamorio/clients/drsigil/drsigil.h:69:5: error: unknown type name ‘Sigil2DBISharedData’
Sigil2DBISharedData *shared_mem;
2)error: unknown type name ‘SglMemEv’
SglMemEv *mems;
Regards,
chandler
The text was updated successfully, but these errors were encountered: