How can I automate building KDS projects on a server through a script rather than on my machine using the IDE?
‎03-04-2016
07:08 PM
994 Views
tamermash
Contributor II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We need to automate our builds on a server to build our KDS projects; however, there's no make file of some sort to build using command line. How can I make that work?
3 Replies
‎03-06-2016
04:30 AM
775 Views


NXP Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
KDS creates and uses normal make files. So you can use them from a normal make executable without the IDE.
Erich
‎03-05-2016
04:31 PM
775 Views


NXP Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Tamer,
you can use this link: Welcome to Kinetis Expert | Kinetis Expert
and download the Kinetis SDK Project Generator tool. This tool will generate project for you.
I think it will help for you.
Best Regards,
Stano.
‎03-08-2016
05:09 PM
775 Views
tamermash
Contributor II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Stano but I'm not using the SDK.
