Skip to content

Commit 69b0716

Browse files
committed
Merge branch 'GP-0_ryanmkurtz_devguide' (Closes NationalSecurityAgency#2166)
2 parents cee6efb + ec39e06 commit 69b0716

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DevGuide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ prevent specific tasks from running:
7676
$ gradle buildGhidra -x ip
7777
```
7878

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+
7984
## Offline Development Environment
8085
Sometimes you may want to move the Ghidra repository to an offline network and do development there.
8186
These are the recommended steps to ensure that you not only move the source repository, but all

0 commit comments

Comments
 (0)