This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I'd like to know if there is a way to build a project without doing a clean first via command line. I already looked at the following link:
http://tiexpressdsp.com/index.php/Projects_-_Command_Line_Build/Create
but it only shows how to Rebuild a project. I want to do an incremental build, not a whole rebuild.
Thank you.
The default should be an incremental build. Does it do and incremental build properly from the CCSv4 GUI?
From the the Eclipse Gui, a Build does an incremental build while from the command line it does a Rebuild. In the wiki page explaining the command line, it clearly said it Rebuild the project. But as you may understand, Rebuild is much , much than a simple incremental Build.
Here's the command I'm using:
"C:\Program Files\Texas Instruments\CCSv4\eclipse\jre\bin\java" -jar "C:\Program Files\Texas Instruments\CCSv4\eclipse\startup.jar" -data "C:\Workspace" -application com.ti.ccstudio.apps.projectBuild -ccs.projects Mo3Project -ccs.configuration Release
and this command does a Rebuild (so a Clean followed by a Build).
Thank you.
David,
I still have the same problem, ("CCSv4 Command Line Build", http://e2e.ti.com/support/development_tools/f/81/t/3217.aspx)
Andi