Headless Build on a Buidserver - No Console Output

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Headless Build on a Buidserver - No Console Output

779 次查看
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 项奖励
回复
1 回复

659 次查看
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 项奖励
回复