Page 1 of 1

compile a project without eclipse

Posted: Tue May 25, 2010 5:07 pm
by nest
Hello!

is there any way to compile or build a project without using eclipse? I have read in documentation that:
To generate code using the standalone version of RT-Druid, please run the following command:
rtdruid_launcher. bat --oil filename --output dir
Where:
• filename is the name of the OIL file.
• dir is the directory where the generator should put the generated files. The --output option is optional. If not specified, the default directory name used is Debug.
where can I find this rtdruid_launcher.bat?

Thanks!!!

Re: compile a project without eclipse

Posted: Tue May 25, 2010 5:40 pm
by srl100
Maybe the documentation means rtd_launcher.bat ?

Re: compile a project without eclipse

Posted: Fri May 28, 2010 8:20 am
by paolo.gai
Eclipse will be needed anyway, but everything can be launched from the command line without the need of a graphical interface.

Just download the Scilab code generation. If you try to generate code with Scilab, you'llò see that no Eclipse is called. Everything is run from scripts.

Also note that the manuals may have come outdated, since in ERIKA 1.5.1 we changed some parts of the code generation flow... but we did not yet found the time to update the manuals... We'll probably do that during the next summer school in Pisa...

Let me know if you need further help with this...

Ciao,

PJ