Hello,
i have two problems / questions about the command line build with CCSv4:
1) Is it possible to do an incremental build from the command line? Currently it always does a rebuild. With CCS 3.3 i could use timake which could do an incremental build. We are using a continuous integration server which does multiple compilations at night, but it takes forever...
2) During the second / third compiler run of our continuous integration server i sometimes get a "java.lang.OutOfMemoryError: Java heap space" message. Other cryptic messages follow:
R/, P/V0, OrderedLock (0),
main : 1, 1,
Worker-3 : 0, 0,
Is this some kind of Eclipse problem? I tried to change the values in eclipse.ini but it did not change anything. Is the eclipse.ini used during a command line build? I tried something like this:
"%CCS4_INSTALL_DIR%\ccsv4\eclipse\jre\bin\java" -jar "%CCS4_INSTALL_DIR%\ccsv4\eclipse\startup.jar" -data "%CCS4_WORKSPACE_DIR%" -application com.ti.ccstudio.apps.projectBuild -ccs.projects V0 -ccs.configuration %1 -vmargs -Xms512m -Xmx1536m -XX:MaxPermSize=256m
But i still have the same problem. :/
Does anyone have an idea what is happening here?
Best regards
Simon