We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee6efb commit ec39e06Copy full SHA for ec39e06
DevGuide.md
@@ -76,6 +76,11 @@ prevent specific tasks from running:
76
$ gradle buildGhidra -x ip
77
```
78
79
+## Known Issues
80
+* There is a known issue in Gradle that can prevent it from discovering native toolchains on Linux
81
+ if a non-English system locale is being used. As a workaround, set the following environment
82
+ variable prior to running your Gradle task: `LC_MESSAGES=en_US.UTF-8`
83
+
84
## Offline Development Environment
85
Sometimes you may want to move the Ghidra repository to an offline network and do development there.
86
These are the recommended steps to ensure that you not only move the source repository, but all
0 commit comments