Closed Kiblyn11 closed 1 month ago
I just tried on my ARM64 macOS with the official 11.2 download and it worked fine. What directory are you in when running your gradle command? What is the output of gradle -v
?
I'm running it from: /opt/homebrew/Caskroom/ghidra/11.2-20240926/ghidra_11.2_PUBLIC/support/gradle
gradle -v
------------------------------------------------------------
Gradle 8.10.2
------------------------------------------------------------
Build time: 2024-09-23 21:28:39 UTC
Revision: 415adb9e06a516c44b391edff552fd42139443f7
Kotlin: 1.9.24
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 23 (Homebrew 23)
Daemon JVM: /opt/homebrew/Cellar/openjdk/23/libexec/openjdk.jdk/Contents/Home (no JDK specified, using current Java home)
OS: Mac OS X 14.7 aarch64
I'm not sure what if anything is different about that homebrew distro, which we don't support. Can you try our official release which can be downloaded here: direct download link
If that still fails, there is something weird about your dev environment which we haven't encountered yet.
Just tried with official release and it is the same error.
Well I managed to build it, using homebrew llvm package, not Apple's one.
Ok. I've only ever used whatever XCode installs and never had an issues. I've never used homebrew.
Hello,
I have errors compiling with buildNatives, it does not find
cstdint
.I do have installed the XCode command line tools, clang, gcc, make, etc.