Search found 6 matches

by abhishek.iav
Fri Jun 10, 2016 4:05 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Add MPC5567 MCU model to RT-Druid
Replies: 0
Views: 3671

Add MPC5567 MCU model to RT-Druid

Hallo, I am trying to port Erika to MPC5567. I have followed the tutorial "Tutorial: RT-Druid and OIL code generation using XML and XSLT transformations". But its not recognising the MODEL_ENUM. I have created new plugin as described in above tutorial.I have created oil file with new ENUM for mpc556...
by abhishek.iav
Tue Apr 26, 2016 2:20 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Right way to attach compiler library file(.a)in the oil file
Replies: 0
Views: 3002

Right way to attach compiler library file(.a)in the oil file

I need to add compiler library file in the conf.oil file. This compiler library file is in the following path "C:\Freescale\PA_Support\ewl\lib\libc_E200z650_VLE_SPFP_Only.a" I have added the path of this library in the library paths of eclipse and please see the atachment. I tried different ways lik...
by abhishek.iav
Wed Apr 20, 2016 4:20 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Library path with spaces and parantheses issue
Replies: 2
Views: 2480

Re: Library path with spaces and parantheses issue

Thank you nicola.serreli But i delt with it in different way. I copied that library to my local folder and gave that file path. but now i have other queries, I added library like this bellow. LDFLAGS = "-L../lib"; LIBS = "-llibc_E200z650_VLE_SPFP_Only"; If any one knows that can we use .a files in A...
by abhishek.iav
Wed Apr 20, 2016 12:13 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Library path with spaces and parantheses issue
Replies: 2
Views: 2480

Library path with spaces and parantheses issue

LDFLAGS = "- L C:/Program Files (x86)/Freescale/CW for MPC55xx and MPC56xx 2.10/PA_Support/ewl/lib"; LIB = ENABLE { NAME = " libc_E200z650_VLE_SPFP_Only "; }; these are the lines from oil file, and bellow is the error message i got. AR libee.a LD /bin/sh: -c: line 0: syntax error near unexpected tok...
by abhishek.iav
Fri Apr 15, 2016 1:33 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem with build in MPC5675k due to linker error.
Replies: 2
Views: 2120

Re: Problem with build in MPC5675k due to linker error.

No not using ERIKA in a product, Am just trying to get the ethernet packets from socket adaptor in the autosar stack and I have included the lwip and tcpip over it and SoAd on the top of this. I just want two tasks running cyclically with transmit function in one of them. The problem is if i define ...
by abhishek.iav
Fri Apr 15, 2016 9:29 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem with build in MPC5675k due to linker error.
Replies: 2
Views: 2120

Problem with build in MPC5675k due to linker error.

Using codewarrior 2.10 for MPC55xx/MPC56xx and cygwin environment. Using RT-Druid 2.3.0 Please find the following below: Console display, code snipets and please ask me if you need any more details. In TcpIp.c extern TcpIp_LocalAddrType TcpIp_LocalAddrTable[TCPIP_LOCAL_ADDR_TABLE_ENTRIES]; // declar...