From 233d1e75347947f825385c07be0ebc38355aacc6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 21 Aug 2014 08:36:36 -0600 Subject: [PATCH] Refresh some configurations --- configs/viewtool-stm32f107/highpri/setenv.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/viewtool-stm32f107/highpri/setenv.sh b/configs/viewtool-stm32f107/highpri/setenv.sh index dbb6ca6dcc..534c7212ff 100755 --- a/configs/viewtool-stm32f107/highpri/setenv.sh +++ b/configs/viewtool-stm32f107/highpri/setenv.sh @@ -56,6 +56,8 @@ fi # toolchain under windows. You will also have to edit this if you install # the CodeSourcery toolchain in any other location export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin" +#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin" +#export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/bin" # These are the Cygwin paths to the locations where I installed the Atollic # toolchain under windows. You will also have to edit this if you install