From dd611b9fadde1e213105a2b2d647ce34911a6c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 26 Oct 2016 09:46:43 +0100 Subject: [PATCH] Update usage instructions - clarification on how to properly specify the GCC path --- setenv_gcc.cmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setenv_gcc.cmd b/setenv_gcc.cmd index 522a01674..d905bb8a1 100644 --- a/setenv_gcc.cmd +++ b/setenv_gcc.cmd @@ -16,3 +16,7 @@ GOTO :EOF @echo USAGE: setenv_gcc.cmd GCC_VERSION [GCC_TOOL_PATH] @echo where GCC_VERSION is (4.2.1, 4.5.2, 4.6.1, ...) @echo. +@echo NOTE: If you need to set GCC_TOOL_PATH use the following (mind the double quotes): +@echo setenv_gcc.cmd "GCC_VERSION GCC_TOOL_PATH" +@echo setenv_gcc.cmd "4.2.1 c:\programs\gcc\4.2.1" +@echo.