Solved
Forum Discussion
Ahmed_H_Intel1
Frequent Contributor
7 years agoHi,
This is a complicated issue which might take long time to get resolved. I will find the correct person to assign this case to.
Today we found a solution: Use eclipse itself in stead of the console version eclipsec. The same command-line options can be used, e.g:
I.s.o. using this:
COMMAND_TO_RUN="eclipsec --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ${TEMP_WORKSPACE_DIR} -build ${project}"
use this
COMMAND_TO_RUN="eclipse --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ${TEMP_WORKSPACE_DIR} -build ${project}"
This is related to case 00412336 on IPS (Intel Premier Support).