Search found 68 matches

by nicola.serreli
Tue Sep 29, 2015 4:41 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Global resources are not allowed (with queued spinlocks)
Replies: 8
Views: 3448

Re: Global resources are not allowed (with queued spinlocks)

Hello,

the last nightly build contains the fix.

You can update your installation using the update site: http://www.evidence.eu.com/erika-builds ... uid_250_nb

best regards,
Nicola
by nicola.serreli
Fri Sep 18, 2015 3:42 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problems in OIL-File with new IMPLEMENTATION section
Replies: 7
Views: 4011

Re: Problems in OIL-File with new IMPLEMENTATION section

Hi, I was looking in your plug-in files. I put them in the dropins folder (of eclipse installation) and then I started eclipse. The result was an error parsing the tm4c129x.oil file (the error was reported in the eclipse log file, placed in <workspace>/.metadata/.log) First: add few commas to the en...
by nicola.serreli
Thu Apr 09, 2015 10:00 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: RT-Druid new target: MK60F12.
Replies: 1
Views: 1456

Re: RT-Druid new target: MK60F12.

Dear Zohra, the error is related to the MCU_DATA element in the oil file (mk60f12.oil in your plugin). The idea is that the oil "structure" is the composition of many files like your and if the same object (i.e. MCU_DATA) is defined in more than one place, it must have the same attributes. In this c...
by nicola.serreli
Thu Nov 06, 2014 12:08 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Can´t compile dual core example for MPC5668G
Replies: 5
Views: 2473

Re: Can´t compile dual core example for MPC5668G

Hi Simon,

you can find the new build on the web. As ever, the reference page is http://erika.tuxfamily.org/drupal/download.html.

best regards,
Nicola
by nicola.serreli
Wed Nov 05, 2014 12:04 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Can´t compile dual core example for MPC5668G
Replies: 5
Views: 2473

Re: Can´t compile dual core example for MPC5668G

Hi Simon, we fix the bug (few changes in both RT-Druid and Erika). I'm running all regression test and, as soon everything is fine, I'll upload the new build. Regarding the line "COMPILER_TYPE" ... I'm working with the RT-Druid sources "HEAD" and I assumed that it was available also in the current u...
by nicola.serreli
Mon Nov 03, 2014 11:10 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Can´t compile dual core example for MPC5668G
Replies: 5
Views: 2473

Re: Can´t compile dual core example for MPC5668G

Hi Simon, it's true that the definition of the compiler path is missing. 99% it is a bug. Thanks :) ps : if I undestrand correctly, you are tring to work with ee\examples\ppc\dual_examples\mono_EEtest01. The oil file does not specify the compiler type, so the default one is diab. This means that the...
by nicola.serreli
Sun Nov 02, 2014 10:51 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Modifying an RT-Plugin
Replies: 2
Views: 1523

Re: Modifying an RT-Plugin

Hi Simon, the easiest way to compile a RT-Druid plugin is to use the website project provided with RT-Druid sources: open the site.xml file with the Eclipse Site Manifest Editor and then build what you need. Note that the "minimal build unit" is the feature (that may include more than one plugin). B...
by nicola.serreli
Mon Oct 13, 2014 7:08 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problems about run RT-druid plugin on eclipse
Replies: 4
Views: 2600

Re: Problems about run RT-druid plugin on eclipse

Hi, If you create an RT-Druid project (and this means that you have an installation of eclipse with RT-Druid plugins) then you are creating a project with both the C/C++ nature and the RT-Druid nature. The first one requires CDT plugins to both handle properties and to compile all c files. The secon...
by nicola.serreli
Fri Oct 10, 2014 11:43 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problems about run RT-druid plugin on eclipse
Replies: 4
Views: 2600

Re: Problems about run RT-druid plugin on eclipse

Hi, the article "Tutorial: Develop RT-Druid plugins" tries to explain how start to develop new plugins for RT-Druid (or improve existing plugins). This means that the (usual) goal is to write something in java. Then, if you want to see your work in action, you have to run a new eclipse application w...
by nicola.serreli
Sun Sep 21, 2014 5:44 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Adding new MCU-Modell to RT-Druid
Replies: 1
Views: 1435

Re: Adding new MCU-Modell to RT-Druid

Dear Simon, Elements for mcu_model enumeration are computed from oil files. So, if you want to add a new one, you have to add a new oil file with the new enumerator. Here you can find an exempla about how "define" the enumerator in the current ppc oil file: http://svn.tuxfamily.org/viewvc.cgi/erika_...
by nicola.serreli
Fri May 30, 2014 11:56 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Porting Erika to Arm Cortex R4
Replies: 13
Views: 5387

Re: Porting Erika to Arm Cortex R4

Hi, the compiler path is set through the common_oil.pref or using the eclipse settings GUI (see http://erika.tuxfamily.org/wiki/index.php?title=RT-Druid_configuration#Compiler_paths) Another limitation of xslt transformation is that there is no way to retrive that value during the transformation. Th...
by nicola.serreli
Thu May 29, 2014 8:29 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Porting Erika to Arm Cortex R4
Replies: 13
Views: 5387

Re: Porting Erika to Arm Cortex R4

Hi, I just updated the wiki page. The execution of all writers (including xslt ones) is ordered using two properties. The first one is the generation phase, then, writers with the same phase, are ordered by priority. Writers with the same phase and priority are not sorted (the first loaded by eclips...
by nicola.serreli
Fri May 16, 2014 5:26 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: About ERIKA AURIX project
Replies: 8
Views: 5167

Re: About ERIKA AURIX project

Hi, the last plugin version in the update site allow to set the tricore path through the eclipse/settings gui. Moreover, the value set in the common_oil.pref file is now used by the gui (if no value is set using the eclipse/settings gui). See http://erika.tuxfamily.org/wiki/index.php?title=Tutorial:...
by nicola.serreli
Sat May 25, 2013 4:09 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: XSLT Transformation for new MCU
Replies: 8
Views: 3052

Re: XSLT Transformation for new MCU

Dear Eugen, here some short answers - The warning is hard coded (as it is, RT-Druid does not know the new mcu). We can talk about add it to the list of available mcu - It is possible to change the order of execution of each contribution to the code generation, unfortunately the makefile is generated...
by nicola.serreli
Wed Mar 20, 2013 12:01 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Installation issues
Replies: 30
Views: 13502

Re: Installation issues

Hello, It is possible to use the content assist on .c/.h files to see erika functions and types. Here is a short answer (I'm going to write a wiki page on that). 1) If you are using an RT-Druid Project, project's properties should have a tab related to Erika sources (see http://erika.tuxfamily.org/w...