Hi
Thanks for the user guide, if you refer to page 2 you will find that -application is mentioned as com.nxp.mcuxpresso.headless.application, on the other hand I am using this
org.eclipse.cdt.managedbuilder.core.headlessbuild

I have got most of the stuff I need using -import and -build, but my main concern is how to specify the sdk location as a command line argument.
One way I can do is go to this location `\mcuxpresso\02\SDKPackages` and add the sdk zip manually, but I wanna avoid that since am planning to do a build automation.
Instead I have the zip file in a folder in my project directory and wanna use that via command line to specify the sdk location
Please help on this one
Thanks