Search found 3 matches

by Phil0031
Wed Mar 07, 2018 3:27 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Adding specific library build on the fly with RT-Druid
Replies: 5
Views: 4437

Re: Adding specific library build on the fly with RT-Druid

Hi again I even applies the patch from Matthias - Some patches for ERIKA v2.8 - but no success 1. MIssing $(LIBS) ./RT-Druid/plugins/com.eu.evidence.ee_2.8.0.20171025_0922/ee_files/pkg/cfg/arch/rules_infineon_tc_generic.mk and added $(QUIET)$(EE_LINK) $(OPT_LINK) $(TARGET_LD_FILE) $(OBJS) $(LIBDEP) ...
by Phil0031
Mon Feb 26, 2018 5:45 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Adding specific library build on the fly with RT-Druid
Replies: 5
Views: 4437

Re: Adding specific library build on the fly with RT-Druid

Hi Paolo I did the change in libcfg.mk to add LIBDEP += $(MYLIBLIB), but there is no effect no compiling of mylib library I tested also the change in the make, cfg but not in the OIL as syntax is not support. I seems that contrib/mylib/cfg is not visible ! in my oil the configuration is defined for ...
by Phil0031
Tue Feb 20, 2018 7:14 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Adding specific library build on the fly with RT-Druid
Replies: 5
Views: 4437

Adding specific library build on the fly with RT-Druid

Hi I am trying to implement a specific library built on the fly with the link, but I do no see effect in the make file. What I did : I did the following change c In file conf.oil I added EE_OPT = "__ADD_LIBS__"; LIB = ENABLE { NAME = "mylib"; }; In hiearchy ee_files/contrib I created a folder mylib ...