Hi,
I'd like to be build my ccs projects outside eclipse.
Right now I 'm able to run gmake once the makefile and associated .mk files are created,
but i do not know how to generate the makefile
Eclipse version: V5
Best regards,
Bruno
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.
Hi,
I'd like to be build my ccs projects outside eclipse.
Right now I 'm able to run gmake once the makefile and associated .mk files are created,
but i do not know how to generate the makefile
Eclipse version: V5
Best regards,
Bruno
Hello,
I'd like to be build my ccs projects outside eclipse.
I suggest using the CCS CLI project build command for this:
https://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html
Not only will it generate the makefiles, but it will also call gmake automatically (basically mimic what happens in the CCS IDE when you build a project)
Thansk
ki