compile a project without eclipse

Forum related to ERIKA Enterprise and RT-Druid version 2

Moderator: paolo.gai

Post Reply
nest
Newbie
Posts: 3
Joined: Wed Dec 16, 2009 11:25 am

compile a project without eclipse

Post by nest » Tue May 25, 2010 5:07 pm

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!!!

srl100
Newbie
Posts: 15
Joined: Thu May 20, 2010 2:07 pm

Re: compile a project without eclipse

Post by srl100 » Tue May 25, 2010 5:40 pm

Maybe the documentation means rtd_launcher.bat ?

paolo.gai
Administrator
Posts: 875
Joined: Thu Dec 07, 2006 12:11 pm

Re: compile a project without eclipse

Post by paolo.gai » Fri May 28, 2010 8:20 am

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

Post Reply