Search found 11 matches

by WooHyuk
Fri Apr 29, 2016 8:51 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika Enterprise3 Contributor
Replies: 1
Views: 1539

Erika Enterprise3 Contributor

Hi, I'm Grey from South Korea. First of all, I really appreciate Evidence for giving me a best opportunity to study well-designed RTOS. I've studied ERIKA ENTERPRISE since last year and I also developed Hierarchical Scheduler on ERIKA ENTERPRISE old version. I'm very surprised at ERIKA kernel becaus...
by WooHyuk
Tue Nov 03, 2015 1:45 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Question about license.
Replies: 3
Views: 1908

Re: Question about license.

Thanks for reply!! We are going to refactor the HSM code in Erika Kernel. We have not proven schedulability of modified kernel so we don't have make this project actual product. We are developing it as a research up to now. For the next project, We are going to make new HSM kernel for Multicore proc...
by WooHyuk
Mon Sep 21, 2015 2:18 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Question about license.
Replies: 3
Views: 1908

Question about license.

Hi~ I have studied Erika Kernel for few months. First, I would really appreciate evidence because Erika Enterprise is an excellent Open Source RTOS!! It really gives me a lot. Anyway, I' interested in Hierarchical Scheduling so i made an HSM patch for Erika Kernel. I want to pull it to my GitHub. I ...
by WooHyuk
Fri Jun 05, 2015 7:12 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem with using Shared variable in MultiCore Environment
Replies: 3
Views: 2145

Re: Problem with using Shared variable in MultiCore Environm

Thanks to reply, e.guidieri. I finally solved problem. But I have a question about using shared variable in ERIKA ENTERPRISE. I saw how to use shared variable in Wiki page. To use shared variable, as a picture I attached, It is essential that EXPORT_FILE has to be assigned. and shared variable shoul...
by WooHyuk
Tue Jun 02, 2015 11:51 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem with using Shared variable in MultiCore Environment
Replies: 3
Views: 2145

Problem with using Shared variable in MultiCore Environment

Hello~ all! I'm using TC275 and ERIKA ENTERPRISE for my project. I made a project with RT-Druid C/C++ Project Example -> tricore -> infineon_TriBoard-TC2X5_V2.0 ->Multicore automatic tests -> Multicore Spinlocks test. However, When I tried to build this project, Compilation failed because shared var...
by WooHyuk
Mon Apr 13, 2015 11:38 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem porting on TC275 AURIX Family
Replies: 11
Views: 4706

Re: Problem porting on TC275 AURIX Family

Thanks to all, I finally succeed to build an example on Infineon TC275!! I'm trying to develop CAN Communicating application. Is there any CAN API about TC275 in Erika Enterprise?
by WooHyuk
Tue Mar 17, 2015 9:03 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem porting on TC275 AURIX Family
Replies: 11
Views: 4706

Re: Problem porting on TC275 AURIX Family

Hello~ I have just tried what you told me e.guidieri. I wrote EE_OPT = "EE_TASKING_4_3"; and change COMPILER_TYPE to TASKING. It seems that it would be successful but at last, error has occurred. I really want to build it! Can you tell me how to solve this problem?
by WooHyuk
Tue Mar 17, 2015 5:59 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem porting on TC275 AURIX Family
Replies: 11
Views: 4706

Re: Problem porting on TC275 AURIX Family

First of all, I appreciate your response e.guidieri. I'm trying to solve the problem with Tasking Compiler the way you taught me. I have another question today. You told me that HighTec Compiler should work and there must be a mistake with path. So, I fixed the path and try to build but errors which...
by WooHyuk
Fri Mar 13, 2015 6:55 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem porting on TC275 AURIX Family
Replies: 11
Views: 4706

Re: Problem porting on TC275 AURIX Family

Oh, Thanks to reply. I understand that Tasking compiler for Tricore is not really supported by Erika Enterprise. You mean that if I patch the code then, it works normally right? Anyway, I cannot understand how I can patch the code. Can you explain to me more detailedly? Also I have a question for yo...
by WooHyuk
Thu Mar 12, 2015 5:53 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem porting on TC275 AURIX Family
Replies: 11
Views: 4706

Re: Problem porting on TC275 AURIX Family

Thanks to reply. I changed the path but another problem has occurred. Please look up this error message and let me know how I can get through this problem!!
by WooHyuk
Wed Mar 11, 2015 10:43 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem porting on TC275 AURIX Family
Replies: 11
Views: 4706

Problem porting on TC275 AURIX Family

Hello all~ I'm trying to adapt Erika Enterprise on TC275 AURIX board. I made an OO example - Task demo project and tried to build the project but I encountered some problems. First, I heard that Erika Enterprise supports Tasking v4.0r1. But I have Tasking v4.1r1 and v4.3r3. Now, Windows -> preferenc...