C166 and ST10 VX-toolset Support



Version 4.0

Decem­ber 2015


Version 3.1

Novem­ber 2012


Version 3.0

Feb­ru­ary 2011


Version 2.5

Octo­ber 2010


Version 2.4

Sep­tem­ber 2009


Version 2.3

Sep­tem­ber 2008


Version 2.2

Decem­ber 2007


Version 2.1

Decem­ber 2006


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