Skip to content

Commit 9101ea4

Browse files
committed
add --launcher.suppressErrors for headless Eclipse
1 parent b263864 commit 9101ea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/export/gnuarmeclipse/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ def build(project_name, log_name="build_log.txt", cleanup=True):
320320

321321
cmd = [
322322
'eclipse',
323+
'--launcher.suppressErrors',
323324
'-nosplash',
324325
'-application org.eclipse.cdt.managedbuilder.core.headlessbuild',
325326
'-data', tmp_folder,

0 commit comments

Comments
 (0)