Tool/software: Code Composer Studio
I am trying to compile the boot examples from:
git.ti.com:keystone2_boot_examples/keystone2_boot_examples.git
and I am following the instructions here for Linux:
http://processors.wiki.ti.com/index.php/KeystoneII_Boot_Examples
The setupLinuxEnv.sh script defines an environment variable ARM_COMPILER_FOLDER which in the example points to:
$HOME/ti/ccsv5/tools/compiler/arm_5.0.4
The instructions state a requirement for a TI ARM Compiler that comes with Code Composer Studio. Well after changing that variable to point to my CCSv7 installation I tried to build the K2H boot examples with "make k2h_examples" and I get the following error:
/home/user01/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/armcl: Command not found
Well I was confused that the GNU cross compiler toolchain wasn't being called but instead armcl was. How am I supposed to build the boot examples when CCSv7 doesnt come with armcl? Should I install an older version of CCS? Can the boot examples be built with CCSv7 on Linux? How?
Thanks for the help!