Page 1 of 1

Eclipse IDE with ARIKA v3 (gh61)

Posted: Wed Apr 03, 2019 10:01 am
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,

Makefile Error

Posted: Wed Apr 03, 2019 12:38 pm
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,

Re: Eclipse IDE with ARIKA v3 (gh61)

Posted: Wed Apr 03, 2019 2:18 pm
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

Re: Eclipse IDE with ARIKA v3 (gh61)

Posted: Wed Apr 03, 2019 2:33 pm
by ChayMa
Hello,
I did unset the ERIKA_FILES variable but I still get errors.
Thank you for helping.

Best regards,

Re: Eclipse IDE with ARIKA v3 (gh61)

Posted: Wed Apr 03, 2019 4:52 pm
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,