From: Hao Zhang Date: Thu, 14 Feb 2013 17:58:11 +0000 (-0500) Subject: MCSDK 3.0: update srio/pcie boot exampls scripts X-Git-Tag: DEV.MCSDK-03.00.00.08~2 X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Fmcsdk-tools.git;a=commitdiff_plain;h=2a0153e36730f0e4eeaabaa2ea9a77cf29f6402a;hp=5d06fe6175bdb5301c0e926e074b3b7574f0fb74 MCSDK 3.0: update srio/pcie boot exampls scripts --- diff --git a/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat b/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat index 3d4aca3..1241a20 100755 --- a/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat +++ b/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat @@ -1,4 +1,4 @@ -set C6000_CG_DIR="C:\ti\ccsv5\tools\compiler\c6000_7.3.4" +set C6000_CG_DIR="C:\ti\ccsv5\tools\compiler\c6000_7.4.1" set TOOL_DIR="..\..\..\..\..\..\" set TARGET=k2h set ENDIAN=little diff --git a/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh b/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh index 2e7ae94..ff9d22b 100755 --- a/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh +++ b/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh @@ -1,4 +1,4 @@ -export CGT_INSTALL_DIR=~/ti/ccsv5/tools/compiler/c6000_7.3.4 +export CGT_INSTALL_DIR=~/ti/ccsv5/tools/compiler/c6000_7.4.1 export TOOL_DIR="../../../../../../" export TARGET=k2h export ENDIAN=little diff --git a/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat b/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat index 95f531c..b585089 100755 --- a/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat +++ b/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat @@ -1,4 +1,4 @@ -set C6000_CG_DIR="C:\ti\ccsv5\tools\compiler\c6000_7.3.4" +set C6000_CG_DIR="C:\ti\ccsv5\tools\compiler\c6000_7.4.1" set TOOL_DIR="..\..\..\..\..\..\" set TARGET=k2h set ENDIAN=little diff --git a/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh b/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh index 4180165..617f341 100755 --- a/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh +++ b/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh @@ -1,4 +1,4 @@ -export CGT_INSTALL_DIR=~/ti/ccsv5/tools/compiler/c6000_7.3.4 +export CGT_INSTALL_DIR=~/ti/ccsv5/tools/compiler/c6000_7.4.1 export TOOL_DIR="../../../../../../" export TARGET=k2h export ENDIAN=little