Hello,
I would like to use the command line tools to setup a automated Jenkins build.
I used the MCUXpresso IDE Command Line User Guide Rev. 11.8.0 and tried for 2 day's to get a test build of the lpcopen examples in lpcopen_3_02_lpcxpresso_xpresso4337.zip to compile but could not get it working.
The command line user guide uses -application com.nxp.mcuxpresso.headless.application .
Searching the web i found some older threads where they used -application org.eclipse.cdt.managedbuilder.core.headlessbuild and i have got that working.
I succesfully used:
/usr/local/mcuxpressoide-11.8.0_1165/ide/mcuxpressoide -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data /home/testbox/lpcopen/lpcopen_3_02_lpcxpresso_xpresso4337 -importAll /home/testbox/lpcopen/lpcopen_3_02_lpcxpresso_xpresso4337 -cleanBuild all
Could you give me a working command example with -application com.nxp.mcuxpresso.headless.application according the MCUXpresso IDE Command Line User Guide Rev. 11.8.0 that does the same?