headlessbuild OSX problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

headlessbuild OSX problem

723 Views
svensavic
Contributor III

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 ? 

Tags (3)
0 Kudos
2 Replies

592 Views
lpcxpresso_supp
NXP Employee
NXP Employee

Can you clarify the version of MCUXpresso IDE that you have installed, what SDK packages you have installed in your system, and the exact build command you are invoking?

Regards,

MCUXpresso IDE Support

0 Kudos

592 Views
svensavic
Contributor III

I have installed MCUXpresso 10.0.2 on Sierra macOS. No additional SDK's.

This is my command:

/Applications/MCUXpressoIDE_10.0.2_411/ide/MCUXpressoIDE.app/Contents/MacOS/mcuxpressoide -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -cleanBuild tstM4/Debug -data "/Users/xxxx/Projects/Microcontrollers/LPC_ARM/Xpresso" -import "/Users/xxxx/Projects/Microcontrollers/LPC_ARM/Xpresso/CortexM4/CortexM4_Tests/LPC54102/test1" --launcher.suppressErrors
0 Kudos