Search found 875 matches

by paolo.gai
Fri Nov 30, 2018 4:57 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: erika aurix
Replies: 5
Views: 6546

Re: erika aurix

Dear Kanch, There are a few examples for aurix in the template examples when you create a project. The "Full Demo 1" has an example of interrupts. The OIL specification is mostly following the OSEK/VDX standard (also the alarms specification works that way). Additional information are on those pages...
by paolo.gai
Tue Nov 27, 2018 9:11 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: erika build error
Replies: 10
Views: 9535

Re: erika build error

In general, no. The virtual machine should be able to detect the USB. If it is saying that someone else is using the board, it means maybe you have opened the Arduino interface. On the previous issue you had related to the makefile, are you sure that when you created the project on ERIKA3 you select...
by paolo.gai
Sun Nov 25, 2018 5:12 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Erika3 and Avr8
Replies: 20
Views: 14011

Re: Erika3 and Avr8

Hi Dimo! Thanks for posting a use case. I does not have a Ardiuno with me, but I tried it on a S32 (which is a Cortex M). the idea is that if the program worked with the autostart, it is likely not an IRQ problem but more an internal kernel issue. At the first try, I got an ErrorHook, memory got cor...
by paolo.gai
Sat Nov 24, 2018 5:07 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: erika build error
Replies: 10
Views: 9535

Re: erika build error

it means the device is in use by another process. Try closing the other processes, reblooting, or remopving/reinserting the board...

PJ
by paolo.gai
Tue Nov 20, 2018 7:41 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: ERIKA 3 BUILD ERROR
Replies: 3
Views: 3426

Re: ERIKA 3 BUILD ERROR

You are not using the cygwin make. you can see in the picture it says ... entering directory c:\... it should be /cygdrive/c/...

Please follow correctly the cygwin installation at this wiki page:
http://www.erika-enterprise.com/wiki/in ... tle=Cygwin

PJ
by paolo.gai
Tue Nov 20, 2018 7:34 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: erika build error
Replies: 10
Views: 9535

Re: erika2 build error

Dear shakthi, Please use the virtual machine we provide in the download page. It is already pre-configured. The problem you have is likely a misconfiguration of the compiler. Did you filled up the Arduino SDK property in the Windows/Preferences/Oil/Generator properties? Finally, please follow the fo...
by paolo.gai
Thu Nov 15, 2018 9:49 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: erika build error
Replies: 10
Views: 9535

Re: erika build error

Dear Sir, It would be kind if, when someone is asking for help, also tells who he/she is, provide his/her name, and a bit of context in the e-mail... Anyway, the error you are having is quite clear and is in the console message. did you try following the tutorial? http://erika.tuxfamily.org/wiki/ind...
by paolo.gai
Thu Nov 15, 2018 9:44 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: ERIKA 3 BUILD ERROR
Replies: 3
Views: 3426

Re: ERIKA 3 BUILD ERROR

It seems you have problems with Cygwin. try reinstalling or updating it.

PJ
by paolo.gai
Wed Oct 17, 2018 10:00 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: RH850 Project
Replies: 4
Views: 5850

Re: RH850 Project

Btw,

we are currently working on RH850 E2 in ERIKA3. Expected release will be around mid november.

Ciao,

PJ
by paolo.gai
Wed Oct 10, 2018 6:10 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Getting errors while building the demo from RT Druid
Replies: 7
Views: 5047

Re: Getting errors while building the demo from RT Druid

No. You cannot write "make code" expecting it to build the application...

Please follow the Wiki:
http://www.erika-enterprise.com/wiki/in ... on_Windows

PJ
by paolo.gai
Tue Oct 09, 2018 4:23 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Getting errors while building the demo from RT Druid
Replies: 7
Views: 5047

Re: Getting errors while building the demo from RT Druid

Please provide the console output in eclipse (not the screenshot of the eclipse error window) after you build the project.
The console output should contain the source of the error.

PJ
by paolo.gai
Tue Oct 09, 2018 9:36 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Getting errors while building the demo from RT Druid
Replies: 7
Views: 5047

Re: Getting errors while building the demo from RT Druid

when you create a project, your workspace gets initialized with the source code. Then the OIL configuration build starts. After that, you need to build the code, and get the ELF file --> were you able to compile and get the ELF file? (your mail only cites the sources and not the objects/libraries/el...
by paolo.gai
Mon Oct 01, 2018 1:44 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: NXP S32K1xx Example in ERIKA V3
Replies: 6
Views: 5686

Re: NXP S32K1xx Example in ERIKA V3

On my machine, where it works, I set up the ARM Toolchain

C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3

Please try that version of the ARM toolchain.

PJ
by paolo.gai
Mon Oct 01, 2018 11:44 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: NXP S32K1xx Example in ERIKA V3
Replies: 6
Views: 5686

Re: NXP S32K1xx Example in ERIKA V3

Once you created the example from the template, please check the OIL file. The OIL file contains the version of the EAR to be used. For example, I have installed a few days ago the latest version of the EAR, and I had to change the OIL file to: LIB = S32_SDK { /* Used to select Board: S32K148EVB-Q14...
by paolo.gai
Mon Sep 24, 2018 9:39 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Not including Arduino Libaries in .cpp Files
Replies: 5
Views: 9038

Re: Not including Arduino Libaries in .cpp Files

well... the image you posted has the Arduino SDK ponting to a workspace directory. The one I have is the location of the Arduino installation.

PJ