Part Number: AWR1642BOOST
Other Parts Discussed in Thread: MMWAVE-SDK
Tool/software: Code Composer Studio
Hi
I want to compile the mmwave demo code with TI CCS IDE to build the “.out files”
which can be loaded into the ARW1642 EVM board by using JTAG for debug
However , in order to compile mmwave demo code , I modified the CCS project properties. Like follow
Properties->Build->C6000 Compiler->Advanced Options->Default File Extensions->Extension for Object files
Unfortunately, i type error string to this setting
After that , the makefile (sources.mk) appeared error due to the mistake of modification in Extension for Object files .
The error message like that when rebuilding project
sources.mk:42: *** empty variable name. Stop.
This error also make other complied project fail.
Because the sources.mk is automatically-generated by CCS, I have no idea how to fix it
My question is how to fix this make file (sources.mk) to default status?
PS. i have already reinstalled the CCS, but the problem is still here.
