Search found 166 matches

by e.guidieri
Tue Nov 06, 2018 12:11 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: erika aurix
Replies: 5
Views: 6466

Re: erika aurix

Hi Kanch, double posting of a misplaced topic in ERIKA3 section, I post mi answer her too, hoping that administrator will delete the wrong topic. Said that, looking at your configuration I see that you are not using ERIKA's system timer feature (the counter COUNTER IFX_OSTASK_COUNTER is a software c...
by e.guidieri
Tue Nov 06, 2018 12:08 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: erika aurix
Replies: 1
Views: 2330

Re: erika aurix

Hi Kanch, first a little cavea:. as you are declaring, since in ERIKA3 there is no support for TC26X family yet, you are working with ERIKA ver. 2. This part of the forum is for the new version of ERIKA. I cannot move the topic directly, I hope that the administrator would do that. Said that, lookin...
by e.guidieri
Wed Oct 31, 2018 12:42 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Erika3 and Avr8
Replies: 20
Views: 13898

Re: Erika3 and Avr8

Hi Dimolin, congratulations: you just found a bug in our configuration generator. Actually, to let the generator generate correctly, if you are using autostart ALARMs with any APPMODE you need to tie at least one AUTOSTART ALARM with all the others APPMODE. Since OSDEFAULTAPPMODE is always defined b...
by e.guidieri
Wed Oct 17, 2018 9:29 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: makefile ignoring flags set in oil.file
Replies: 2
Views: 3886

Re: makefile ignoring flags set in oil.file

Update, ok I found the problem. The problem is that ${LIBS} flags are passed even to the intermediate linkage of EE_BUILD_SINGLE_ELF. This is not correct so we need to prevent this. Unfortunatly you have to patch the file by hand Open: $ERIKA_FILES/pkg/cfg/arch/cc_tricore_gnu_new.mk and add at line ...
by e.guidieri
Wed Oct 17, 2018 9:06 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: makefile ignoring flags set in oil.file
Replies: 2
Views: 3886

Re: makefile ignoring flags set in oil.file

Hi Alben, I just checked the issue that you pointed, but I verified the LDFLAGS are correctly passed to linker, even with EE_BUILD_SINGLE_ELF. You have to be aware that EE_BUILD_SINGLE_ELF is a little peculiar and the only real link that happens is the last one and you should get a message like this...
by e.guidieri
Fri Feb 23, 2018 11:09 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Adding specific library build on the fly with RT-Druid
Replies: 5
Views: 4416

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

Hi Phil,

good job, you almost got everyrthing right in an not easy task.

Try to add:

LIBDEP += $(MYLIBLIB)

This should do the trick.

Regards,
Errico
by e.guidieri
Wed Jan 17, 2018 3:59 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: MESSAGE Size Limitation to 255 Bits?
Replies: 9
Views: 6808

Re: MESSAGE Size Limitation to 255 Bits?

Yes you are right,

we chose an uint8_t as message size field, so that is the size limit.
I the use cases that have been took in account we never needed a bigger size.

Errico
by e.guidieri
Fri Dec 15, 2017 11:39 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Some patches for ERIKA v2.8
Replies: 3
Views: 3597

Re: Some patches for ERIKA v2.8

Hi Matthias,

I introduced some suggested fixes, but I fixed make-depend command not removed it.

We have to wait the nightly build to have them integrated in eclipse, you can access them by .svn for now.

Bye,

Errico Guidieri
by e.guidieri
Wed Nov 08, 2017 2:14 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Recommend way for standalone ERIKA OS export
Replies: 8
Views: 7861

Re: Recommend way for standalone ERIKA OS export

Hi Matthias, it is possible for sure to invocke RT-Druid from command line to generate the configuration, but if you need to change the .oil you need some form of generator. Indeed there is a stripped down version of RT-Druid with only the generator invockable in command line. If you want just provi...
by e.guidieri
Tue Jul 18, 2017 10:04 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Executing from Flash
Replies: 1
Views: 2472

Re: Executing from Flash

Hi,

It's difficult to help people that do not give context.

I suppose checking the other thread that you posted into, that you are trying to do a port on a new architecture, if this is the case what's happening is likely to be ascribed to an error in data initialization at startup.

Errico
by e.guidieri
Mon Jun 05, 2017 10:23 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Tricore compilation
Replies: 38
Views: 199114

Re: Tricore compilation

Hi NSR, the problem in this case seems to be VPATH variable tied with an old version of make command (which is your version? my collegue that tested this uses 4.2.1) in $(ERIKA_FIKES)/pkg/cfg/arch/rules_infineon_tc_generic.mk makefile my collegue used to transform APPBASE from relative to absolute p...
by e.guidieri
Thu Jun 01, 2017 3:41 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Tricore compilation
Replies: 38
Views: 199114

Re: Tricore compilation

Hi, the first issue is tied to the new Ifx headers release (infineon standard headers) so you should contact Hightec (that probably will contact Infineon). Issue with standard headers with hightec is something that happened to us too with the old compiler versions and it doesn't seems that they find...
by e.guidieri
Thu Jun 01, 2017 11:46 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Tricore compilation
Replies: 38
Views: 199114

Re: Tricore compilation

Hi NSR, as I posted yesterday this should be fixed with the today nightly build, if you don't want to update or you have problems to do that, try to patch manually your ERIKA in this way =================================================================== --- repos/ee/trunk/ee/pkg/cfg/arch/rules_infi...
by e.guidieri
Wed May 31, 2017 2:26 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Tricore compilation
Replies: 38
Views: 199114

Re: Tricore compilation

The bug have been fixed. The fix shall be available with the next successfully built update site (hopefully, tomorrow).

http://www.evidence.eu.com/erika-builds ... uid_270_nb

Errico