From ec39e06ae531d03000f19e7937a1112308f4764f Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Thu, 3 Nov 2022 05:59:49 -0400 Subject: [PATCH] GP-0: Update DevGuide.md with a new Known Issues section --- DevGuide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DevGuide.md b/DevGuide.md index 14eab68b9a..344d7e5533 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -76,6 +76,11 @@ prevent specific tasks from running: $ gradle buildGhidra -x ip ``` +## Known Issues +* There is a known issue in Gradle that can prevent it from discovering native toolchains on Linux + if a non-English system locale is being used. As a workaround, set the following environment + variable prior to running your Gradle task: `LC_MESSAGES=en_US.UTF-8` + ## Offline Development Environment Sometimes you may want to move the Ghidra repository to an offline network and do development there. These are the recommended steps to ensure that you not only move the source repository, but all