Search found 6 matches

by nkigen
Wed Sep 18, 2013 4:05 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: MULTI_STACK configuration on PIC32
Replies: 7
Views: 3768

Re: MULTI_STACK configuration on PIC32

Hi, I just did that but I am still getting an error. ERROR > Some errors : Property not found: counter_maxallowed {counter_type=SOFTWARE, counter_id=0, counter_cpu_mapped_id=default_cpu} Check and fill folder test/Debug test/Debug/make_launcher.bat OK Here is part of my OIL file : /* ###*B*### * * N...
by nkigen
Wed Sep 18, 2013 11:45 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: MULTI_STACK configuration on PIC32
Replies: 7
Views: 3768

Re: MULTI_STACK configuration on PIC32

Hi all,
@paolo.gai. I am using microchip's explore16 board with pic32mx795f512l. I'll send the email with my oil file. Thanks

@outlawch. I think if you use KERNEL_TYPE=FP and set MULTI_STACK=TRUE, the conformance class ECC2(which should support blocking primitives) is automatically used?
by nkigen
Thu Sep 05, 2013 12:04 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: MULTI_STACK configuration on PIC32
Replies: 7
Views: 3768

MULTI_STACK configuration on PIC32

Hi, I want to set MULTI_STACK to TRUE so that I can use EVENT synchronization primitives(WaitEvent() and SetEvent()) in my application but I get the following error error whenever I do so: eecfg.c:24:19: error: array type has incomplete element type Below is part of the OIL file: MULTI_STACK = {IRQ_...
by nkigen
Thu Aug 08, 2013 11:45 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Compilation Error C32
Replies: 5
Views: 2405

Re: Compilation Error C32

Is count a reserved word? I had used count as the name for the Counter but I have changed it to another name and it compiles fine now.
Thanks.
by nkigen
Wed Aug 07, 2013 6:31 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Compilation Error C32
Replies: 5
Views: 2405

Re: Compilation Error C32

Yes, I tried the examples and they compile and work fine.
by nkigen
Tue Aug 06, 2013 11:57 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Compilation Error C32
Replies: 5
Views: 2405

Compilation Error C32

Hi, I get the following error when I im compiling my project. CPP eecfg.c In file included from /opt/microchip/xc32/v1.21/bin/../lib/gcc/pic32mx/4.5.2/../../../../pic32mx/include/sys/appio.h:40:0, from /opt/microchip/xc32/v1.21/bin/../lib/gcc/pic32mx/4.5.2/../../../../pic32mx/include/xc.h:481, from ...