summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-28 10:01:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-28 10:01:01 -0600
commitb5aeeb9fdb3547717d124dc9ec538be79f510c59 (patch)
tree32cdb5cd937bec19635034ecc84f4c72f0a791b9
parent99c4261c45106529852cff4917697bb6946eed33 (diff)
downloadnuttx-b5aeeb9fdb3547717d124dc9ec538be79f510c59.tar.gz
nuttx-b5aeeb9fdb3547717d124dc9ec538be79f510c59.tar.bz2
nuttx-b5aeeb9fdb3547717d124dc9ec538be79f510c59.zip
Remove Ken's personal directory as the default path to the CodeSourcery toolchain
-rwxr-xr-xnuttx/configs/mikroe-stm32f4/fulldemo/setenv.sh5
-rw-r--r--nuttx/configs/mikroe-stm32f4/kostest/setenv.sh5
-rwxr-xr-xnuttx/configs/mikroe-stm32f4/nx/setenv.sh5
-rwxr-xr-xnuttx/configs/mikroe-stm32f4/nxlines/setenv.sh5
-rwxr-xr-xnuttx/configs/mikroe-stm32f4/nxtext/setenv.sh5
-rwxr-xr-xnuttx/configs/mikroe-stm32f4/usbnsh/setenv.sh5
-rw-r--r--nuttx/configs/stm32f429i-disco/extflash/setenv.sh5
-rw-r--r--nuttx/configs/stm32f429i-disco/nsh/setenv.sh5
-rw-r--r--nuttx/configs/stm32f429i-disco/ostest-fpu/setenv.sh9
-rw-r--r--nuttx/configs/stm32f429i-disco/ostest/setenv.sh5
-rw-r--r--nuttx/configs/stm32f429i-disco/usbmsc/setenv.sh5
-rw-r--r--nuttx/configs/stm32f429i-disco/usbnsh/setenv.sh5
12 files changed, 25 insertions, 39 deletions
diff --git a/nuttx/configs/mikroe-stm32f4/fulldemo/setenv.sh b/nuttx/configs/mikroe-stm32f4/fulldemo/setenv.sh
index 1dc5b1806..ff7cf40e2 100755
--- a/nuttx/configs/mikroe-stm32f4/fulldemo/setenv.sh
+++ b/nuttx/configs/mikroe-stm32f4/fulldemo/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/stm32f4discovery/usbnsh/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
@@ -56,6 +56,7 @@ 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"
# 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
@@ -69,8 +70,6 @@ fi
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-export TOOLCHAIN_BIN="/home/ken/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/nuttx/configs/mikroe-stm32f4/kostest/setenv.sh b/nuttx/configs/mikroe-stm32f4/kostest/setenv.sh
index 1e4135839..c2fc06120 100644
--- a/nuttx/configs/mikroe-stm32f4/kostest/setenv.sh
+++ b/nuttx/configs/mikroe-stm32f4/kostest/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/mikroe-stm32f4/usbnsh/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
@@ -56,6 +56,7 @@ 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"
# 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
@@ -69,8 +70,6 @@ fi
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-export TOOLCHAIN_BIN="/home/ken/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/nuttx/configs/mikroe-stm32f4/nx/setenv.sh b/nuttx/configs/mikroe-stm32f4/nx/setenv.sh
index 1dc5b1806..ff7cf40e2 100755
--- a/nuttx/configs/mikroe-stm32f4/nx/setenv.sh
+++ b/nuttx/configs/mikroe-stm32f4/nx/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/stm32f4discovery/usbnsh/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
@@ -56,6 +56,7 @@ 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"
# 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
@@ -69,8 +70,6 @@ fi
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-export TOOLCHAIN_BIN="/home/ken/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/nuttx/configs/mikroe-stm32f4/nxlines/setenv.sh b/nuttx/configs/mikroe-stm32f4/nxlines/setenv.sh
index 1dc5b1806..ff7cf40e2 100755
--- a/nuttx/configs/mikroe-stm32f4/nxlines/setenv.sh
+++ b/nuttx/configs/mikroe-stm32f4/nxlines/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/stm32f4discovery/usbnsh/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
@@ -56,6 +56,7 @@ 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"
# 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
@@ -69,8 +70,6 @@ fi
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-export TOOLCHAIN_BIN="/home/ken/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/nuttx/configs/mikroe-stm32f4/nxtext/setenv.sh b/nuttx/configs/mikroe-stm32f4/nxtext/setenv.sh
index 1dc5b1806..ff7cf40e2 100755
--- a/nuttx/configs/mikroe-stm32f4/nxtext/setenv.sh
+++ b/nuttx/configs/mikroe-stm32f4/nxtext/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/stm32f4discovery/usbnsh/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
@@ -56,6 +56,7 @@ 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"
# 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
@@ -69,8 +70,6 @@ fi
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-export TOOLCHAIN_BIN="/home/ken/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/nuttx/configs/mikroe-stm32f4/usbnsh/setenv.sh b/nuttx/configs/mikroe-stm32f4/usbnsh/setenv.sh
index 1dc5b1806..ff7cf40e2 100755
--- a/nuttx/configs/mikroe-stm32f4/usbnsh/setenv.sh
+++ b/nuttx/configs/mikroe-stm32f4/usbnsh/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/stm32f4discovery/usbnsh/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
@@ -56,6 +56,7 @@ 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"
# 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
@@ -69,8 +70,6 @@ fi
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-export TOOLCHAIN_BIN="/home/ken/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/nuttx/configs/stm32f429i-disco/extflash/setenv.sh b/nuttx/configs/stm32f429i-disco/extflash/setenv.sh
index 1a17cc0a3..a11e9434a 100644
--- a/nuttx/configs/stm32f429i-disco/extflash/setenv.sh
+++ b/nuttx/configs/stm32f429i-disco/extflash/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/stm32f429i-disco/usbnsh/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
@@ -56,6 +56,7 @@ 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"
# 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
@@ -69,8 +70,6 @@ fi
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-export TOOLCHAIN_BIN="/home/ken/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/nuttx/configs/stm32f429i-disco/nsh/setenv.sh b/nuttx/configs/stm32f429i-disco/nsh/setenv.sh
index 1a17cc0a3..a11e9434a 100644
--- a/nuttx/configs/stm32f429i-disco/nsh/setenv.sh
+++ b/nuttx/configs/stm32f429i-disco/nsh/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/stm32f429i-disco/usbnsh/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
@@ -56,6 +56,7 @@ 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"
# 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
@@ -69,8 +70,6 @@ fi
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-export TOOLCHAIN_BIN="/home/ken/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/nuttx/configs/stm32f429i-disco/ostest-fpu/setenv.sh b/nuttx/configs/stm32f429i-disco/ostest-fpu/setenv.sh
index 450f6d983..8ba9d4b22 100644
--- a/nuttx/configs/stm32f429i-disco/ostest-fpu/setenv.sh
+++ b/nuttx/configs/stm32f429i-disco/ostest-fpu/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/stm32f429i-disco/ostest-fpu/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
@@ -60,6 +60,7 @@ export TOPDIR=`pwd`/..
# 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"
# 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
@@ -71,12 +72,8 @@ export TOPDIR=`pwd`/..
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-
-#export TOOLCHAIN_BIN="/home/ken/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-#export TOOLCHAIN_BIN="/opt/arm-2013.05/bin"
+export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
#export TOOLCHAIN_BIN="${TOPDIR}/misc/buildroot/build_arm/staging_dir/bin"
-export TOOLCHAIN_BIN="${TOPDIR}/misc/buildroot/build_arm_hf/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
#export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/nuttx/configs/stm32f429i-disco/ostest/setenv.sh b/nuttx/configs/stm32f429i-disco/ostest/setenv.sh
index 1a17cc0a3..a11e9434a 100644
--- a/nuttx/configs/stm32f429i-disco/ostest/setenv.sh
+++ b/nuttx/configs/stm32f429i-disco/ostest/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/stm32f429i-disco/usbnsh/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
@@ -56,6 +56,7 @@ 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"
# 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
@@ -69,8 +70,6 @@ fi
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-export TOOLCHAIN_BIN="/home/ken/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/nuttx/configs/stm32f429i-disco/usbmsc/setenv.sh b/nuttx/configs/stm32f429i-disco/usbmsc/setenv.sh
index 1a17cc0a3..a11e9434a 100644
--- a/nuttx/configs/stm32f429i-disco/usbmsc/setenv.sh
+++ b/nuttx/configs/stm32f429i-disco/usbmsc/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/stm32f429i-disco/usbnsh/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
@@ -56,6 +56,7 @@ 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"
# 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
@@ -69,8 +70,6 @@ fi
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-export TOOLCHAIN_BIN="/home/ken/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/nuttx/configs/stm32f429i-disco/usbnsh/setenv.sh b/nuttx/configs/stm32f429i-disco/usbnsh/setenv.sh
index 1a17cc0a3..a11e9434a 100644
--- a/nuttx/configs/stm32f429i-disco/usbnsh/setenv.sh
+++ b/nuttx/configs/stm32f429i-disco/usbnsh/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/stm32f429i-disco/usbnsh/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
@@ -56,6 +56,7 @@ 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"
# 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
@@ -69,8 +70,6 @@ fi
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-export TOOLCHAIN_BIN="/home/ken/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"