Eclipse IDE with ARIKA v3 (gh61)

Forum related to ERIKA Enterprise and RT-Druid version 3

Moderator: paolo.gai

Post Reply
ChayMa
Newbie
Posts: 41
Joined: Tue Mar 26, 2019 5:44 pm

Eclipse IDE with ARIKA v3 (gh61)

Post by ChayMa » Wed Apr 03, 2019 10:01 am

Hello,
I am working on AURIX/ERIKA project. As an IDE, I am using Eclipse IDE gh61 installed in the windows host (the latest version).
I created RT_druid project and I choose the Tricore board and full demo 1 as an example. Unfortunately, the project compilation has errors about the Makefiles. The following picture shows the errors.

Configuration notes :
I have installed the cygwin and added its path to the system variables path.
AS following C:\Cygwin\bin;
I have added the ERIKA_FILES environment variable with the ee_files path. (I tried the back slash and the double back slashes)
AS following ERIKA_FILES = C:\\Evidence\\Gh61\\eclipse\\plugins\\com.eu.evidence.ee3_3.0.1.20190221_gh61\\ee_files
Did I miss something in the configuration?
Thank you for helping.

Best regards,
Attachments
error_mk.PNG
error_mk.PNG (29.72 KiB) Viewed 3866 times

ChayMa
Newbie
Posts: 41
Joined: Tue Mar 26, 2019 5:44 pm

Makefile Error

Post by ChayMa » Wed Apr 03, 2019 12:38 pm

ChayMa wrote:
Wed Apr 03, 2019 10:01 am
Hello,
I am working on AURIX/ERIKA project. As an IDE, I am using Eclipse IDE gh61 installed in the windows host (the latest version).
I created RT_druid project and I choose the Tricore board and full demo 1 as an example. Unfortunately, the project compilation has errors about the Makefiles. The following picture shows the errors.

Configuration notes :
I have installed the cygwin and added its path to the system variables path.
AS following C:\Cygwin\bin;
I have added the ERIKA_FILES environment variable with the ee_files path. (I tried the back slash and the double back slashes)
AS following ERIKA_FILES = C:\\Evidence\\Gh61\\eclipse\\plugins\\com.eu.evidence.ee3_3.0.1.20190221_gh61\\ee_files
Did I miss something in the configuration?
Thank you for helping.

Best regards,

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

Re: Eclipse IDE with ARIKA v3 (gh61)

Post by paolo.gai » Wed Apr 03, 2019 2:18 pm

if you are using the normal GH61 no need to specify ERIKA_FILES. Everything should work out of the box without environnment variables.

PJ

ChayMa
Newbie
Posts: 41
Joined: Tue Mar 26, 2019 5:44 pm

Re: Eclipse IDE with ARIKA v3 (gh61)

Post by ChayMa » Wed Apr 03, 2019 2:33 pm

Hello,
I did unset the ERIKA_FILES variable but I still get errors.
Thank you for helping.

Best regards,
Attachments
Capture_error.PNG
Capture_error.PNG (24.7 KiB) Viewed 3859 times

ChayMa
Newbie
Posts: 41
Joined: Tue Mar 26, 2019 5:44 pm

Re: Eclipse IDE with ARIKA v3 (gh61)

Post by ChayMa » Wed Apr 03, 2019 4:52 pm

Hello,
The problem has been solved.
Checking the compiler parameter set in the confg.oil file and it happened that it is set as TASKING.
Change it to GCC (if you are working with the HIGHTEC GCC Compiler) and the project will be successfully compiled.

Best regards,

Post Reply