C166 & ST10 C Compiler Toolset Support



Version 8.9

March 2012


Version 8.8

Novem­ber 2009


Version 8.7

Decem­ber 2007


Version 8.6

Jan­u­ary 2006


Version 8.5

June 2005


Version 8.0

Decem­ber 2003


Version 7.5

April 2001 - June 2003


Version 7.0

Sep­tem­ber 2000


Version 6.0

April 1998 - Feb­ru­ary 2000


Miscellaneous


TIPS AND TRICKS

This page contains TriCore compiler tips & tricks from our customer support staff.

After updating Java JRE, Eclipse does not start but quits with an error. How to solve this?

After updating Java JRE, Eclipse does not start but quits with an error. How to solve this?

After updat­ing Java JRE the fol­low­ing Eclipse error may show up:

 An error has occured. See the log file
 <workspace>\.metadata\.log.


The log file shows a line like:
Caused by: java.lang.IllegalArgumentException: Invalid ver­sion num­ber: Ver­sion num­ber may be neg­a­tive or greater than 255

Modify the eclipse.ini file which is included in the \eclipse subfolder of the TASKING tools installation directory.

Add the following two lines at the beginning of eclipse.ini:
-vm

C:\Program Files (x86)\Java\jre1.8.0_202\bin\javaw.exe

Or adapt the shortcut which starts the Eclipse executable and modify the Target by adding option:

-vm “C:\Program Files (x86)\Java\jre1.8.0_202\bin\javaw.exe”

Scroll to Top