Headless Build on a Buidserver - No Console Output

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

Headless Build on a Buidserver - No Console Output

314 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by gibsodo on Fri Jun 06 04:11:27 MST 2014
Hello,

we are running LPCXpresso on an Jenkins buildserver. After upgrading from the CodeRed IDE to LPCXpresso 7.1.2 the console output of the build process is not shown.

We are calling LPCXpresso from an Windows batch file with the following parameters:

%LPC_PATH% --launcher.suppressErrors -consoleLog -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -cleanBuild %CDT_PROJECT%/%CDT_TARGET% -data %WORKSPACE% -vmargs -Dorg.eclipse.cdt.core.console=org.eclipse.cdt.core.systemConsole -Xms40m -Xmx800m -XX:MaxPermSize=256m

I think the error migth be with the -Dorg.eclipse.cdt.console option.

We called the CodeRed IDE with the same options and it worked.

0 Kudos
1 Reply

194 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by gibsodo on Fri Jun 06 04:36:18 MST 2014
I solved the problem by myself:

In %LPC_PATH% i called lpcxpresso.exe instead of lpcxpressoc.exe
One small letter makes a huge difference...
0 Kudos