summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-16 08:33:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-16 08:33:20 -0600
commitdcb63507c108def1b73547945d78dc4c14be773b (patch)
tree4c622b721a3944e698ecb69642164c7016572a5d
parent6db7b8dcbd90d31329c82bb884d9f2dc5c6da23b (diff)
downloadnuttx-dcb63507c108def1b73547945d78dc4c14be773b.tar.gz
nuttx-dcb63507c108def1b73547945d78dc4c14be773b.tar.bz2
nuttx-dcb63507c108def1b73547945d78dc4c14be773b.zip
SAMA5 setenv.sh: Add another CodeSourcery install path
-rwxr-xr-xnuttx/configs/sama5d3-xplained/nsh/setenv.sh1
-rwxr-xr-xnuttx/configs/sama5d3x-ek/demo/setenv.sh3
-rwxr-xr-xnuttx/configs/sama5d3x-ek/hello/setenv.sh3
-rwxr-xr-xnuttx/configs/sama5d3x-ek/norboot/setenv.sh3
-rwxr-xr-xnuttx/configs/sama5d3x-ek/nsh/setenv.sh3
-rwxr-xr-xnuttx/configs/sama5d3x-ek/nx/setenv.sh3
-rwxr-xr-xnuttx/configs/sama5d3x-ek/nxplayer/setenv.sh1
-rwxr-xr-xnuttx/configs/sama5d3x-ek/nxwm/setenv.sh3
-rwxr-xr-xnuttx/configs/sama5d3x-ek/ov2640/setenv.sh3
-rwxr-xr-xnuttx/configs/sama5d4-ek/at25boot/setenv.sh1
-rwxr-xr-xnuttx/configs/sama5d4-ek/dramboot/setenv.sh1
-rwxr-xr-xnuttx/configs/sama5d4-ek/nsh/setenv.sh1
-rwxr-xr-xnuttx/configs/sama5d4-ek/nxwm/setenv.sh1
-rwxr-xr-xnuttx/configs/sama5d4-ek/ramtest/setenv.sh1
14 files changed, 21 insertions, 7 deletions
diff --git a/nuttx/configs/sama5d3-xplained/nsh/setenv.sh b/nuttx/configs/sama5d3-xplained/nsh/setenv.sh
index c66a4e249..08046c7fa 100755
--- a/nuttx/configs/sama5d3-xplained/nsh/setenv.sh
+++ b/nuttx/configs/sama5d3-xplained/nsh/setenv.sh
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d3x-ek/demo/setenv.sh b/nuttx/configs/sama5d3x-ek/demo/setenv.sh
index 1f31bc3d7..fbcebf318 100755
--- a/nuttx/configs/sama5d3x-ek/demo/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/demo/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/sama5d3x-ek/demo/setenv.sh
#
-# Copyright (C) 2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d3x-ek/hello/setenv.sh b/nuttx/configs/sama5d3x-ek/hello/setenv.sh
index 9c5d345a3..ce9d0e3b5 100755
--- a/nuttx/configs/sama5d3x-ek/hello/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/hello/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/sama5d3x-ek/hello/setenv.sh
#
-# Copyright (C) 2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d3x-ek/norboot/setenv.sh b/nuttx/configs/sama5d3x-ek/norboot/setenv.sh
index 0882927bc..31b3e6459 100755
--- a/nuttx/configs/sama5d3x-ek/norboot/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/norboot/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/sama5d3x-ek/norboot/setenv.sh
#
-# Copyright (C) 2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d3x-ek/nsh/setenv.sh b/nuttx/configs/sama5d3x-ek/nsh/setenv.sh
index 6bf5fd2de..c8224f478 100755
--- a/nuttx/configs/sama5d3x-ek/nsh/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/nsh/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/sama5d3x-ek/nsh/setenv.sh
#
-# Copyright (C) 2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d3x-ek/nx/setenv.sh b/nuttx/configs/sama5d3x-ek/nx/setenv.sh
index 42fec3961..03b70b036 100755
--- a/nuttx/configs/sama5d3x-ek/nx/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/nx/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/sama5d3x-ek/nx/setenv.sh
#
-# Copyright (C) 2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d3x-ek/nxplayer/setenv.sh b/nuttx/configs/sama5d3x-ek/nxplayer/setenv.sh
index 0d3921fce..1a61ac0a5 100755
--- a/nuttx/configs/sama5d3x-ek/nxplayer/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/nxplayer/setenv.sh
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh b/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh
index 1a3543d06..b7eb85c19 100755
--- a/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/sama5d3x-ek/nxwm/setenv.sh
#
-# Copyright (C) 2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d3x-ek/ov2640/setenv.sh b/nuttx/configs/sama5d3x-ek/ov2640/setenv.sh
index 6ec2be84e..a173cf63c 100755
--- a/nuttx/configs/sama5d3x-ek/ov2640/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/ov2640/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/sama5d3x-ek/ov2640/setenv.sh
#
-# Copyright (C) 2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d4-ek/at25boot/setenv.sh b/nuttx/configs/sama5d4-ek/at25boot/setenv.sh
index 145024ad3..b4c8312f8 100755
--- a/nuttx/configs/sama5d4-ek/at25boot/setenv.sh
+++ b/nuttx/configs/sama5d4-ek/at25boot/setenv.sh
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d4-ek/dramboot/setenv.sh b/nuttx/configs/sama5d4-ek/dramboot/setenv.sh
index 75bb68cc0..18c06ac9d 100755
--- a/nuttx/configs/sama5d4-ek/dramboot/setenv.sh
+++ b/nuttx/configs/sama5d4-ek/dramboot/setenv.sh
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d4-ek/nsh/setenv.sh b/nuttx/configs/sama5d4-ek/nsh/setenv.sh
index 7b3b42389..683adc807 100755
--- a/nuttx/configs/sama5d4-ek/nsh/setenv.sh
+++ b/nuttx/configs/sama5d4-ek/nsh/setenv.sh
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d4-ek/nxwm/setenv.sh b/nuttx/configs/sama5d4-ek/nxwm/setenv.sh
index 55ff17a16..c033856fc 100755
--- a/nuttx/configs/sama5d4-ek/nxwm/setenv.sh
+++ b/nuttx/configs/sama5d4-ek/nxwm/setenv.sh
@@ -57,6 +57,7 @@ fi
# 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
diff --git a/nuttx/configs/sama5d4-ek/ramtest/setenv.sh b/nuttx/configs/sama5d4-ek/ramtest/setenv.sh
index 61363d774..fc87a5f52 100755
--- a/nuttx/configs/sama5d4-ek/ramtest/setenv.sh
+++ b/nuttx/configs/sama5d4-ek/ramtest/setenv.sh
@@ -57,6 +57,7 @@ fi
# 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