FAQ: Is there a way to automate changing processor and forcing re-generation of Startup code by running CCES from the command line? by Santhakumari
Question:
Is there a way to automate changing processor and forcing re-generation of Startup code by running CCES from the command line?
- - - - - -- - - - - -- - - - - -- - - - - -- - - - - -- - - - - -- - - - - -- - - - - - - - - - - -- - - - - - - - - - - -- - - - - - - - - - - -- - - - - -
Answer:
Yes. You can use the -regensrc option in conjunction with the -processor to re-target your project and regenerate source files.
A very quick example to illustrate running CCES from a command line is shown below:
ccesc.exe
-nosplash
-application com.analog.crosscore.headlesstools
-data c:/workspace
-project ./test
-regensrc
-cleanBuild all