This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm trying to execute the unit tests using the HALCoGenTAU 01.00.00. Everything appears to be working until the compilation of the test.
Test Sequence : \Test\ADC1\FuncTest
Generating MakeFile...Passed...
Generating TCF File...Passed...
Validating and building the test sequence...
Build Failed due to compile errors...Please check \Test\ADC1\FuncTest\Debug\CompileLog.txt...
Looking at the compiler log there are errors and they are all the same
'Building file: ..\..\..\..\source\dabort.asm'
'Invoking: ARM Compiler'
C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/cl470 -mv7R4 --code_state=32 --float_support=VFPv3D16 --abi=eabi -g --diag_warning=261 --diag_warning=118 --diag_warning=225 --diag_error=189 --diag_error=994 --diag_error=551 --display_error_number --enum_type=packed --obj_directory=Debug --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --include_path="C:\myproject\include" --include_path="." "..\..\..\..\source\dabort.asm"
C:\myproject\Test\ADC1\FuncTest\\Debug\MakeFile.mk:81: recipe for target '".\Debug\dabort.obj"' failed
process_begin: CreateProcess(NULL, C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/cl470 -mv7R4 --code_state=32 --float_support=VFPv3D16 --abi=eabi -g --diag_warning=261 --diag_warning=118 --diag_warning=225 --diag_error=189 --diag_error=994 --diag_error=551 --display_error_number --enum_type=packed --obj_directory=Debug --include_path=C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include --include_path=C:\myproject\include --include_path=. ..\..\..\..\source\dabort.asm, ...) failed.
make (e=2): The system cannot find the file specified.
I assume it cannot find cl470 because that file is not there. I believe TI changed their compiler name from cl470 to armcl at some point (I've had a similar issue with Coverity). The path to the asm file is correct relative to where the makefile is being run. I tried creating a shortcut file in the bin directory called cl470 which pointed to armcl but that didn't work. Is there something else going on? Is there a way to change what compiler is tries to use, or alternatively is there a way to download only the compiler that will work with this. I tried installing CCS5.4 on this WIN10, it didn't work.
This led me to a similar question after I posted this.
that looks like it will resolve this issue. please close this.