Tool/software: TI C/C++ Compiler
Hi
The issue is as shown in the title.
I want to ensure if it is a version bug of CCS9.0
thanks.
use external makefile in CCS9.0, "build" dont update the .obj file and .hex file through the code has changed.
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: TI C/C++ Compiler
Hi
The issue is as shown in the title.
I want to ensure if it is a version bug of CCS9.0
thanks.
use external makefile in CCS9.0, "build" dont update the .obj file and .hex file through the code has changed.
6002469 said:use external makefile in CCS9.0
I assume this means that you are NOT using a CCS Project, or an Eclipse managed make project. Is this correct? An existing makefile project is being used, of which the makefile is manually maintained by you?
Thanks
ki