cancel
Showing results for 
Search instead for 
Did you mean: 

Command line operations with the SPC5Studio

GKove
Associate

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

This discussion has been locked for participation. If you have a question, please start a new topic in order to ask your question
1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

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

View solution in original post

4 REPLIES 4
Erwan YVIN
ST Employee

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

madanAde
Associate

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

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.

NMazz.1
Associate II

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 *