Search found 9 matches

by Andrea
Tue Nov 18, 2014 5:33 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika on MPC5643L with Hightec compiler on Windows
Replies: 3
Views: 2487

Re: Erika on MPC5643L with Hightec compiler on Windows

Hi all, I solved the second problem, C:\eclipse\EE\pkg\mcu\freescale_mpc5643l\src\ee_boot.S:54: Error: unrecognized external symbol type "ee_sdata" must be STT_OBJECT/STT_FUNC /cygdrive/c/eclipse/EE/pkg/cfg/arch/rules_ppc_generic.mk:378: recipe for target 'obj/pkg/mcu/freescale_mpc5643l/src/ee_boot....
by Andrea
Wed Nov 12, 2014 5:08 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika on MPC5643L with Hightec compiler on Windows
Replies: 3
Views: 2487

Re: Erika on MPC5643L with Hightec compiler on Windows

Hi Giuseppe, Thank you for your reply. I'm currently interested in doing the missing work in order to compile Erika with Hightec for MPC5643L on Windows. Actually, there are some difficulties I encountered to do so. Could you help me to solve them? 1. First of all, I would like to ask if the makefil...
by Andrea
Tue Nov 11, 2014 5:09 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika on MPC5643L with Hightec compiler on Windows
Replies: 3
Views: 2487

Erika on MPC5643L with Hightec compiler on Windows

Hi all, I am trying to use Erika on MPC5643L with Hightec compiler on Windows. I started with the following wiki from Erika's website: "Freescale PPC e200 (MPC 56xx) support", http://erika.tuxfamily.org/wiki/index.php?title=Freescale_PPC_e200_(MPC_56xx) In this wiki, you mention that Hightec compile...
by Andrea
Mon Nov 10, 2014 10:10 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problems with Infineon Aurix tricore
Replies: 3
Views: 2281

Re: Problems with Infineon Aurix tricore

This problem happened to me before. The reason was that I didn't install the whole cygwin software.

The solution was that to install the the whole cygwin, at least includes all the "make". Then my problem was solved. I don't know if this works for you.
by Andrea
Fri Oct 24, 2014 9:37 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problems about run RT-druid plugin on eclipse
Replies: 4
Views: 2599

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 seco...
by Andrea
Mon Oct 13, 2014 10:03 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problems about run RT-druid plugin on eclipse
Replies: 4
Views: 2599

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 ...
by Andrea
Fri Oct 10, 2014 2:07 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problems about run RT-druid plugin on eclipse
Replies: 4
Views: 2599

Problems about run RT-druid plugin on eclipse

Hi all, I was trying to run a MPC56 RT-Druid project on a eclipse BUT without RT-Druid plugin. The article I followed is " Tutorial: Develop RT-Druid plugins". After importing the project, I built it and found there was problem when compiling the conf.oil file. Because I changed the command "Task Ta...
by Andrea
Sun Sep 28, 2014 10:19 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Strange errors when run debug on stm32f4
Replies: 2
Views: 1775

Re: Strange errors when run debug on stm32f4

Ciao Paolo, Many thanks for your reply. Yestoday I attemped to put "stm32f4xx.h" under the related project workspace, which includes the code.c file, the errors were reduced to 24 instead of 32. Somehow It worked! I was hopeful when I was trying to put other files like "stm32f4xx_hal_tim" "stm32f4xx...
by Andrea
Sat Sep 27, 2014 3:21 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Strange errors when run debug on stm32f4
Replies: 2
Views: 1775

Strange errors when run debug on stm32f4

Hi, everyone. I successfully built and debugged one stm32f4 GPIO template in eclipse. Everything was ok but when I tried to stop debugging, there were 32 semantic errors! Something like: " Field 'GPIO_Mode' could not be resolved" " Field 'GPIO_OType' could not be resolved" " Field 'GPIO_Pin' could n...