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

Ghidra Extension build issue on Apple M1 / workaround to consider #88

Closed
ochimo opened this issue Apr 22, 2022 · 1 comment
Closed

Ghidra Extension build issue on Apple M1 / workaround to consider #88

ochimo opened this issue Apr 22, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ochimo
Copy link

ochimo commented Apr 22, 2022

Building the Ghidra Extension on Apple M1 (ARM) generates error:

Could not find protoc-3.13.0-osx-aarch_64.exe (com.google.protobuf:protoc:3.13.0)

Referencing similar issue was able to get successful build on M1 by bumping protobuf from 3.13.0 to 3.18.1 in java/build.gradle

Unclear if this protobuf upgrade will cause regressions so opening issue

@cblichmann cblichmann added the enhancement New feature or request label Jun 7, 2022
@cblichmann
Copy link
Member

cblichmann commented Jun 7, 2022

Thanks! In c6cf16a, I updated Protobuf to a newer version for the native code parts already. We should do this for the Java parts as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants