2019-01-23 04:43 AM
Hi,
With SPC5Studio 5.8.1, is there a command line option to generate the SPC5 application? Or a headless way to generate and build the project?
I'm looking into non-GUI interactions with the environment so that generation and building can be scripted.
I'll appreciate any information about this.
Best regards,
Gregory
Solved! Go to Solution.
2019-01-23 08:41 AM
Hello Gregory ,
It is a good question
I think that you can use RCPTT or a project like
https://code.google.com/archive/p/headlesseclipse/
I am looking an Alternative for your problematic
Best Regards
Erwan
2019-01-23 08:41 AM
Hello Gregory ,
It is a good question
I think that you can use RCPTT or a project like
https://code.google.com/archive/p/headlesseclipse/
I am looking an Alternative for your problematic
Best Regards
Erwan
2019-07-08 06:05 PM
Hi Gregory,
I am also looking for non-GUI compilation for SPC studio project, Have you successful with the command line setup? I appreciate if you can share any more information, thanks
2019-07-08 11:40 PM
I didn't find any way to generate the project files using CLI, but once it's generated, I could work with the generated makefiles and sources.
2021-01-11 11:21 AM
I found placing this in a batch file gets it to work
C:/SPC5Studio/eclipse/SPC5Studio.exe --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data "c:\spc5_headlessBuilds" -import "%cd%" -build *