Tool/software: Code Composer Studio
Closed a project file and opened it. in CCS V7.2. cannot build . it does not find the path for makefile. what do I have to do?make.docx
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.
Tool/software: Code Composer Studio
Closed a project file and opened it. in CCS V7.2. cannot build . it does not find the path for makefile. what do I have to do?make.docx
I assume this is a CCS project and not a makefile project. Looking at the screeshot you sent, the command that is being run during build is "make all", which is not what I would expect when building a CCS project. The default build command for CCS projects is ${CCS_UTILS_DIR}/bin/gmake -k.
Try importing your project into a new workspace and see if that fixes it. Or you could check the properties of the project and ensure that it is set to use the default build command (as shown above).