Error "other than 'LINUX' not supported"

Forum related to ERIKA Enterprise and RT-Druid version 2

Moderator: paolo.gai

Post Reply
mdtkrm
Newbie
Posts: 10
Joined: Mon Feb 18, 2019 7:12 am

Error "other than 'LINUX' not supported"

Post by mdtkrm » Fri Mar 22, 2019 9:52 am

Hello,
When I try build example Hello project about tricore, I got this error:
linux.PNG
linux.PNG (20.16 KiB) Viewed 14226 times
When I tried Multicore system startup example I got this error:
multi.PNG
multi.PNG (103.57 KiB) Viewed 14226 times
What could be the problems ?
Thank you.

e.guidieri
Full Member
Posts: 166
Joined: Tue May 10, 2011 2:05 pm

Re: Error "other than 'LINUX' not supported"

Post by e.guidieri » Fri Mar 22, 2019 10:52 am

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.

mdtkrm
Newbie
Posts: 10
Joined: Mon Feb 18, 2019 7:12 am

Re: Error "other than 'LINUX' not supported"

Post by mdtkrm » Fri Mar 22, 2019 12:32 pm

e.guidieri wrote:
Fri Mar 22, 2019 10:52 am
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.
Hello, second screenshot belongs to tricore example(without 1).

e.guidieri
Full Member
Posts: 166
Joined: Tue May 10, 2011 2:05 pm

Re: Error "other than 'LINUX' not supported"

Post by e.guidieri » Fri Mar 22, 2019 1:22 pm

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

Post Reply