aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/winbuild/setenv.bat
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f4discovery/winbuild/setenv.bat')
-rwxr-xr-xnuttx/configs/stm32f4discovery/winbuild/setenv.bat10
1 files changed, 4 insertions, 6 deletions
diff --git a/nuttx/configs/stm32f4discovery/winbuild/setenv.bat b/nuttx/configs/stm32f4discovery/winbuild/setenv.bat
index 1d4a95f3a..b4580f778 100755
--- a/nuttx/configs/stm32f4discovery/winbuild/setenv.bat
+++ b/nuttx/configs/stm32f4discovery/winbuild/setenv.bat
@@ -1,6 +1,6 @@
@echo off
-rem configs/stm32f4discovery/winbuild/setenv.sh
+rem configs/stm32f4discovery/winbuild/setenv.bat
rem
rem Copyright (C) 2012 Gregory Nutt. All rights reserved.
rem Author: Gregory Nutt <gnutt@nuttx.org>
@@ -32,6 +32,9 @@ rem LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
rem ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
rem POSSIBILITY OF SUCH DAMAGE.
+rem This script is not needed for setting the path because the full path
+rem to the ZDI-II tools are used in Make.defs.
+
rem This is the location where I installed in the MinGW compiler. With
rem this configuration, it is recommended that you do NOT install the
rem MSYS tools; they conflict with the GNUWin32 tools. See
@@ -39,11 +42,6 @@ rem http://www.mingw.org/ for further info.
set PATH=C:\MinGW\bin;%PATH%
-rem This is the location where I installed the CodeSourcey toolchain. See
-rem http://www.mentor.com/embedded-software/codesourcery
-
-set PATH=C:\Program Files (x86)\CodeSourcery\Sourcery G++ Lite\bin;%PATH%
-
rem This is the location where I installed the GNUWin32 tools. See
rem http://gnuwin32.sourceforge.net/.