It means that your compiler has not been configured. Please check the preferences and please specify correctly the compiler path...
Regards,
Paolo
Search found 877 matches
- Fri Apr 24, 2020 5:08 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: RT-Diuid V3 Can't generate OS code
- Replies: 1
- Views: 15177
- Thu Mar 26, 2020 7:43 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: Trying different scheduling algorithms in erika OS
- Replies: 4
- Views: 22758
Re: Trying different scheduling algorithms in erika OS
Hi,
EDF was supported on ERIKA2, not yet ported to ERIKA3.
For a time triggered implementation, you should try with emulating it with a Schedule table...
PJ
EDF was supported on ERIKA2, not yet ported to ERIKA3.
For a time triggered implementation, you should try with emulating it with a Schedule table...
PJ
- Wed Mar 18, 2020 2:10 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: usart stm32f4discovery
- Replies: 2
- Views: 9374
Re: usart stm32f4discovery
Hi,
I guess this could be related to the VM on ERIAK2, correct? did you try th latest version of ERIKA2? (mayb if there was an issue it may bhave been resolved there)
Ciao,
PJ
I guess this could be related to the VM on ERIAK2, correct? did you try th latest version of ERIKA2? (mayb if there was an issue it may bhave been resolved there)
Ciao,
PJ
- Thu Feb 20, 2020 9:53 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: Not including Arduino Libaries in .cpp Files
- Replies: 5
- Views: 16722
Re: Not including Arduino Libaries in .cpp Files
Let me better understand... 1- when you compile the system builds the executable and you are able to flash it (which means the system works) 2- the issue is more related to the fact that the Eclipse CDT does not find all the includes you are using, neither the official Arduino ones, so the editor si...
- Thu Jan 23, 2020 9:52 am
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: chip tricore supported
- Replies: 1
- Views: 7280
Re: chip tricore supported
Hi samir,
The supported microcontrollers are currently listed in the wiki page for tricore:
http://www.erika-enterprise.com/wiki/in ... core_AURIX
Ciao,
PJ
The supported microcontrollers are currently listed in the wiki page for tricore:
http://www.erika-enterprise.com/wiki/in ... core_AURIX
Ciao,
PJ
- Thu Jan 09, 2020 9:37 am
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: Trying different scheduling algorithms in erika OS
- Replies: 4
- Views: 22758
Re: Trying different scheduling algorithms in erika OS
Hi, Thanks for your compliments, not only to me but to the whole team who is working on ERIKA. About the support of additional scheduling algorithms: ERIKA3 has the parts related to the scheduler separated in separate files. You can try to change them, but it will not be as easy as it was in Shark (...
- Sun Dec 22, 2019 9:08 am
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: S32K144EVB Example
- Replies: 2
- Views: 8851
Re: S32K144EVB Example
as you said, the system is not finding the ARM compiler path and the SDK. Please check that the directories you specified are correct... That's the only thing which comes to my mind...
Ciao,
PJ
Ciao,
PJ
- Sat Nov 09, 2019 8:55 am
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: Forum updated
- Replies: 0
- Views: 44340
Forum updated
Dear all, I have just updated phpBB. I also changed the spambot countermeasures, as we were flooded by fake account subscription requests. In doing that, I lost a number of pending subscription requests. 99% were spam, in case someone's request has deeb canceled, please submit it again. I apologize ...
- Thu Aug 29, 2019 2:45 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: Website moved to new location
- Replies: 0
- Views: 10797
Website moved to new location
Daer all,
We moved the website to a new location. Please report anything which may not work well.
One message was posted during the transition and was lost. we apologize for this. Please repost!
Ciao,
PJ
We moved the website to a new location. Please report anything which may not work well.
One message was posted during the transition and was lost. we apologize for this. Please repost!
Ciao,
PJ
- Mon Aug 19, 2019 1:43 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: SAMC 21J18 with ERIKA Enterprise
- Replies: 7
- Views: 65906
Re: SAMC 21J18 with ERIKA Enterprise
Dear ChayMa,
The specific microcontroller you are talking about is not yet supported by ERIKA3...
Ciao,
PJ
The specific microcontroller you are talking about is not yet supported by ERIKA3...
Ciao,
PJ
- Fri Aug 02, 2019 2:21 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: Time stamp in TC277
- Replies: 1
- Views: 5536
Re: Time stamp in TC277
You can program a timer and read its value over time.
PJ
PJ
- Fri Aug 02, 2019 2:19 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: Problem using "sprintf"
- Replies: 1
- Views: 5402
Re: Problem using "sprintf"
sprintf is too big...
try writing a simple itoa function. I remember the original K&R C book had one.
Ciao,
PJ
try writing a simple itoa function. I remember the original K&R C book had one.
Ciao,
PJ
- Fri Aug 02, 2019 2:16 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: .oil file parameters
- Replies: 1
- Views: 5358
Re: .oil file parameters
The idea is that the page: http://www.erika-enterprise.com/wiki/index.php?title=ERIKA3_OIL_specification plus the specific page for the architecture should contain all information. If you find a EEOPT which is missing (there could be some O:-) ), please report it and we'll fill the wiki. Ciao, PJ
- Fri Jul 26, 2019 12:19 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: Problem building an ERIKA project
- Replies: 3
- Views: 9725
Re: Problem building an ERIKA project
You need to remove the S32 library in the OIL file...
(not sure whether our demos will work, because they rely on those libraries)
PJ
(not sure whether our demos will work, because they rely on those libraries)
PJ
- Fri Jul 26, 2019 10:35 am
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: Problem in scheduling the tasks(event 1 and event 3).
- Replies: 2
- Views: 8767
Re: Problem in scheduling the tasks(event 1 and event 3).
When you say IFX_* it seems that it is some demo delivered by Infineon. Maybe it is better to ask them for an advice?
or try to start from the ERIKA3 demos we distribute...
PJ
or try to start from the ERIKA3 demos we distribute...
PJ