that should be an intinsic of the compiler... please check the compiler manual!
PJ
Search found 877 matches
- Wed Jul 24, 2019 8:17 am
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: __cmpswapw function
- Replies: 1
- Views: 5319
- Wed Jul 24, 2019 8:03 am
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: rt-druid V3 question
- Replies: 1
- Views: 5462
Re: rt-druid V3 question
Please use the pre-built virtual machines:
http://www.erika-enterprise.com/index.p ... hines.html
Ciao,
Paolo
http://www.erika-enterprise.com/index.p ... hines.html
Ciao,
Paolo
- Fri Jul 12, 2019 2:06 pm
- Forum: ERIKA Enterprise and RT-Druid v2 (closed)
- Topic: XSLT transformation on RT-Druid Command Line
- Replies: 2
- Views: 30510
Re: XSLT transformation on RT-Druid Command Line
Hi,
Once you develop the plugin on the normal Eclipse, I guess they should work also on the command line version.
Ciao,
PJ
Once you develop the plugin on the normal Eclipse, I guess they should work also on the command line version.
Ciao,
PJ
- Mon Jul 08, 2019 7:05 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: Enabling ORTI support for Lauterbach Tracer
- Replies: 1
- Views: 4849
Re: Enabling ORTI support for Lauterbach Tracer
Hi, There are various examples in the repository and templates that use and generate ORTI files. For example, all the S32 K148 OSEK examples have ORTI enabled. lauterbach scripts are directly generated and lauterbach can execute just by using the upload build target. Please check the wiki page: http...
- Mon Jul 01, 2019 8:56 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: Problem with buiding example on Tricore with Erika 3
- Replies: 4
- Views: 10832
Re: Problem with buiding example on Tricore with Erika 3
Please install make from Cygwin.
you can see from the screenshot posted that you are referring to the make provided by hightec.
The command output should be:
$ which make
/usr/bin/make
Ciao,
PJ
you can see from the screenshot posted that you are referring to the make provided by hightec.
The command output should be:
$ which make
/usr/bin/make
Ciao,
PJ
- Mon Jul 01, 2019 4:07 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: Problem with buiding example on Tricore with Erika 3
- Replies: 4
- Views: 10832
Re: Problem with buiding example on Tricore with Erika 3
It could be cause by:
- usage of installation directories not in C: but in D: (seems strange)
- a wrong make application (could you please open a cygwin shell and type "which make" to see if it returns a standard cygwin make?
Ciao,
PJ
- usage of installation directories not in C: but in D: (seems strange)
- a wrong make application (could you please open a cygwin shell and type "which make" to see if it returns a standard cygwin make?
Ciao,
PJ
- Fri Jun 14, 2019 10:54 am
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: two infinite loops task on one core in tricore
- Replies: 3
- Views: 7829
Re: two infinite loops task on one core in tricore
ERIKA is an AUTOSAR OS. Please check the specification, the scheduling is priority driven, with immediate priority ceiling. No Round Robin.
Ciao,
PJ
Ciao,
PJ
- Thu Jun 13, 2019 11:11 am
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: two infinite loops task on one core in tricore
- Replies: 3
- Views: 7829
Re: two infinite loops task on one core in tricore
There are various event demos in the templates available in the standard distribution. just instantiate one of them...
Ciao,
PJ
Ciao,
PJ
- Thu Jun 13, 2019 11:10 am
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: memory protection erika in tricore
- Replies: 1
- Views: 5934
Re: memory protection erika in tricore
Hi Yuriy,
ERIKA3 does not support yet Memory Protection.
Ciao,
PJ
ERIKA3 does not support yet Memory Protection.
Ciao,
PJ
- Mon Jun 10, 2019 4:35 pm
- Forum: ERIKA Enterprise and RT-Druid v2 (closed)
- Topic: RT-Druid in HighTec Free Tool Chain IDE?
- Replies: 3
- Views: 35752
Re: RT-Druid in HighTec Free Tool Chain IDE?
Please check your board whether it provides any kind of on-chip debugging capabilities. by looking at this page: https://www.infineon.com/cms/en/product/evaluation-boards/kit_aurix_tc223_trb/ it seems you should have a USB debugger. Pelase try it. Once you successfully run one of the provided demos ...
- Sat May 25, 2019 2:00 pm
- Forum: ERIKA Enterprise and RT-Druid v3 (closed)
- Topic: ERIKA3 Release GH65
- Replies: 0
- Views: 7384
ERIKA3 Release GH65
Dear all, The ERIKA3 release GH65 is ready for download. We added various features, here's the changelog: -------------------------------- Architectures: - Added RH850 G4MH support based on Renesas Embark library - Introduced spinlocks locking methods (i.e. spinlocks ceiling) - contrib/infineon: Add...
- Fri May 24, 2019 12:53 pm
- Forum: ERIKA Enterprise and RT-Druid v2 (closed)
- Topic: First steps to porting erika to mc9s12xe family
- Replies: 4
- Views: 37310
Re: First steps to porting erika to mc9s12xe family
Dear LelloCaputo,
please check https://erika.tuxfamily.org/wiki/index. ... controller
this should be a good starting point.
PJ
please check https://erika.tuxfamily.org/wiki/index. ... controller
this should be a good starting point.
PJ
- Tue May 21, 2019 10:29 pm
- Forum: ERIKA Enterprise and RT-Druid v2 (closed)
- Topic: First steps to porting erika to mc9s12xe family
- Replies: 4
- Views: 37310
Re: First steps to porting erika to mc9s12xe family
s12 is already supported by erika2.
Just check whether the current version works on your derivative.
Check also the porting guide which is available in the wiki...
Ciao,
PJ
Just check whether the current version works on your derivative.
Check also the porting guide which is available in the wiki...
Ciao,
PJ
- Mon May 20, 2019 11:20 am
- Forum: ERIKA Enterprise and RT-Druid v2 (closed)
- Topic: No output from Erika on Xen
- Replies: 7
- Views: 46992
Re: No output from Erika on Xen
Ouch. Sorry, patch now attached 
PJ

PJ
- Sun May 19, 2019 6:32 pm
- Forum: ERIKA Enterprise and RT-Druid v2 (closed)
- Topic: No output from Erika on Xen
- Replies: 7
- Views: 46992
Re: No output from Erika on Xen
Yes, ERIKA2 worked as well on Xen, it was tested on an Allwinner chip if I remember well. Last year people from Lauterbach made ERIKA2 work on a newer Xen. I'm attaching the patch, maybe it can help solvimng your issue. Unfortunately we never had time to integrate it into the ERIKA2 branch. I hope i...