mumbel / ghidra

Ghidra is a software reverse engineering (SRE) framework
https://www.nsa.gov/ghidra
Apache License 2.0
9 stars 1 forks source link

Can't build 'tricore' project #16

Closed syntroniks closed 5 years ago

syntroniks commented 5 years ago

Describe the bug When running gradle --init-script gradle/support/fetchDependencies.gradle init, the process fails because \gradleScripts\processorUtils.gradle does not exist

Output

  • Where: Build file 'C:\Users\user\Desktop\ghidra\ghidra\Ghidra\Processors\tricore\build.gradle' line: 7

  • What went wrong: A problem occurred evaluating project ':tricore'.

    Could not read script 'C:\Users\user\Desktop\ghidra\ghidra\gradleScripts\processorUtils.gradle' as it does not exist.

Environment (please complete the following information):

syntroniks commented 5 years ago

I think this is a 9.0.x vs 9.1.x thing -- the folders look like they moved around and gradleScripts is now Gradle. I'm not sure where the contents of processorUtils went.

mumbel commented 5 years ago

Thanks for catching that. I did a fetch upstream and forgot to update the gradle file, should be good now