In CodeWarrior, I could do command line builds of my projects using ecd.exe. We used this for build automation. Is there equivalent functionality in KDS?
Solved! Go to Solution.
Yes, there is the normal Eclipse Kepler command line version of the IDE available which can do this.
See Building Projects with Eclipse from the Command Line | MCU on Eclipse
I hope this helps,
Erich
View solution in original post
Thanks! That works great.