I exported the makefile from CCS, and I want to build the makefile in command prompt without using .pjt, but it appears some errors. I typed: gmake -f <projectName.mak> and below are the errors:
"C:/CCStudio_v3.3/C6000/cgtools/bin/cl6x" -g -pm -pdsw225 -o3 -fr"D:/Test/Debug" -d"_DEBUG" -mf5 -mv6400 --gcc -@"test.Debug.lkf"
': Invalid argumenten command file 'test.Debug.lkf
>> ERROR: no source files, nothing to do
"C:/CCStudio_v3.3/C6000/cgtools/bin/cl6x" -@"test.Debug.lkf"
': Invalid argumenten command file 'test.Debug.lkf
>> ERROR: no source files, nothing to do
I didn't change anything from the makefile exported directly from CCS , except changing the MAKEFILE_DIR to my drive.
Do I need to edit the makefile? Please advise.