Hello,
When I try build example Hello project about tricore, I got this error:
When I tried Multicore system startup example I got this error:
What could be the problems ?
Thank you.
Error "other than 'LINUX' not supported"
Moderator: paolo.gai
Re: Error "other than 'LINUX' not supported"
Seems that you have instantiated a tricore1 example [that target an AUDO MCU that are singlecore AFAIK], that, long story short, is not more supported.
You have to use tricore (without 1) examples.
You have to use tricore (without 1) examples.
Re: Error "other than 'LINUX' not supported"
Hello, second screenshot belongs to tricore example(without 1).e.guidieri wrote: ↑Fri Mar 22, 2019 10:52 amSeems that you have instantiated a tricore1 example [that target an AUDO MCU that are singlecore AFAIK], that, long story short, is not more supported.
You have to use tricore (without 1) examples.
Re: Error "other than 'LINUX' not supported"
Change the MCU declaration to this
MCU_DATA = TRICORE {
MODEL = TC27xC; /* <-- Added a C */
};
Is a BUG in the new Ifx header files that are bugged for old silicon version, so you are forced to use the new for version
MCU_DATA = TRICORE {
MODEL = TC27xC; /* <-- Added a C */
};
Is a BUG in the new Ifx header files that are bugged for old silicon version, so you are forced to use the new for version