Eclipse IDE with ARIKA v3 (gh61)

Forum related to ERIKA Enterprise and RT-Druid version 3

Moderator: paolo.gai

Locked
ChayMa

Eclipse IDE with ARIKA v3 (gh61)

Post by ChayMa »

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 8231 times
ChayMa

Makefile Error

Post by ChayMa »

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: 877
Joined: Thu Dec 07, 2006 12:11 pm

Re: Eclipse IDE with ARIKA v3 (gh61)

Post by paolo.gai »

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

Re: Eclipse IDE with ARIKA v3 (gh61)

Post by ChayMa »

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 8224 times
ChayMa

Re: Eclipse IDE with ARIKA v3 (gh61)

Post by ChayMa »

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,
Locked