I have problem running headless build on OSX version of MCUXpresso
I get few screens of error log, but I have no clue what is wrong or missing ..
!ENTRY org.eclipse.tools.templates.core 2 0 2017-10-22 20:58:00.525
!MESSAGE Could not resolve module: org.eclipse.tools.templates.core [260]
!ENTRY org.eclipse.ui.ide.application 2 0 2017-10-22 20:58:00.526
!MESSAGE Could not resolve module: org.eclipse.ui.ide.application [271]
!ENTRY com.pemicro.debug.gdbjtag.pne 2 0 2017-10-22 20:58:00.526
!MESSAGE Could not resolve module: com.pemicro.debug.gdbjtag.pne [51]
And it goes on and on, with different error messages ..
end of log file, which is really massive is
!ENTRY org.eclipse.osgi 4 0 2017-10-22 20:58:00.544
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:78)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
Anyone tried it on OSX ?