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?
已解决! 转到解答。
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
在原帖中查看解决方案
Thanks! That works great.