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
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.