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.
I'm trying to figure out how to run various targets (i.e. goals) when using a standard makefiles within CCSv4.
I'm documenting my observations and questions in the following bullets. Any comments or answers are appreciated.
Thanks,
Scott
sgspecker said:I've seen - in the past - a customer execute a target from what looks like the "Outline" view of the makefile. I can't seem to do this from the CCSv4 Outline View of the makefile. Is this a feature of another version of Eclipse; or, was the customer using an Eclipse plugin to be able to execute a rule from the Outline View?
I think you are referring to the "Make Targets" view. You can open it up via: 'View->Other...' then in the 'Show View' dialog, expand 'Make'
ki
Thanks! That's exactly what I was looking for.
While I'm not sure why the ".metadata" and ".settings" folders show up in this view, once I've "added" a make target to my project they are easily accessible via this window.
Thanks Again,
Scott