From dcb63507c108def1b73547945d78dc4c14be773b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 16 Aug 2014 08:33:20 -0600 Subject: SAMA5 setenv.sh: Add another CodeSourcery install path --- nuttx/configs/sama5d3-xplained/nsh/setenv.sh | 1 + nuttx/configs/sama5d3x-ek/demo/setenv.sh | 3 ++- nuttx/configs/sama5d3x-ek/hello/setenv.sh | 3 ++- nuttx/configs/sama5d3x-ek/norboot/setenv.sh | 3 ++- nuttx/configs/sama5d3x-ek/nsh/setenv.sh | 3 ++- nuttx/configs/sama5d3x-ek/nx/setenv.sh | 3 ++- nuttx/configs/sama5d3x-ek/nxplayer/setenv.sh | 1 + nuttx/configs/sama5d3x-ek/nxwm/setenv.sh | 3 ++- nuttx/configs/sama5d3x-ek/ov2640/setenv.sh | 3 ++- nuttx/configs/sama5d4-ek/at25boot/setenv.sh | 1 + nuttx/configs/sama5d4-ek/dramboot/setenv.sh | 1 + nuttx/configs/sama5d4-ek/nsh/setenv.sh | 1 + nuttx/configs/sama5d4-ek/nxwm/setenv.sh | 1 + nuttx/configs/sama5d4-ek/ramtest/setenv.sh | 1 + 14 files changed, 21 insertions(+), 7 deletions(-) (limited to 'nuttx') 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 # # 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 # # 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 # # 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 # # 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 # # 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 # # 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 # # 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 -- cgit v1.2.3