gdbghidra icon indicating copy to clipboard operation
gdbghidra copied to clipboard

Building with Gradle Fails

Open lyellread opened this issue 3 years ago • 0 comments

Hello -

I followed the instructions outlined in README.md, and tried to build this for Ghidra version 10.0.4, which I have an active project in. I get the following error and cannot seem to build this.

$pwd
/opt/gdbghidra

$gradle -PGHIDRA_INSTALL_DIR=/opt/ghidra
FAILURE: Build failed with an exception.

* Where:
Script '/opt/ghidra/support/buildExtension.gradle' line: 80

* What went wrong:
A problem occurred evaluating script.
> Could not set unknown property 'archiveBaseName' for task ':buildExtension' of type org.gradle.api.tasks.bundling.Zip.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 0s

Specs: OS: Ubuntu 20.04.3 LTS Ghidra Version: 10.0.4 PUBLIC 2021-Sep-28 1538 EDT Java:

 openjdk 17.0.1 2021-10-19
 OpenJDK Runtime Environment (build 17.0.1+12-Ubuntu-120.04)
 OpenJDK 64-Bit Server VM (build 17.0.1+12-Ubuntu-120.04, mixed mode, sharing)

Gradle:

Gradle 4.4.1
Build time:   2012-12-21 00:00:00 UTC
Revision:     none
Groovy:       2.4.17
Ant:          Apache Ant(TM) version 1.10.7 compiled on October 24 2019
JVM:          11.0.13 (Ubuntu 11.0.13+8-Ubuntu-0ubuntu1.20.04)
OS:           Linux 5.4.0-91-generic amd64

Any ideas what I'm doing wrong / how I could get gdbghidra built for 10.0.4?

Thanks!

Lyell

lyellread avatar Dec 29 '21 22:12 lyellread