Categories

IDE/Eclipse
SmartCode: Error: Java was started but returned exit code=X 12-Nov-2024
The SmartCode Eclipse IDE requires a 64-bit Java Runtime Environment (JRE) v11 or higher. Typically, this JRE is installed when the SmartCode product is installed, provided the installer does not detect an existing JRE installation. However, due to the installation of other products that r...
Debugger Error: Loading failed: A problem occurred during downloading 12-Nov-2024
When your application is fully located in RAM, the debugger may fail to download and run it on the target. In that case, the debugger issues an error: Loading failed: A problem occurred during downloading Possible solution Certain parts of the internal memory are automatically cleared duri...
Does the TriCore toolset work with the Amazon Corretto distribution of OpenJDK? 12-Nov-2024
Yes, the 64-bit version of Amazon Corretto has been tested successfully with the TriCore toolset v6.3r1. Also, the 32-bit version of Amazon Corretto JRE8 can be used for the 32-bit versions of the TASKING TriCore tools (versions up to v6.2r2) which are JRE8 compliant. To force the Eclipse ...
Do the Eclipse-based products for TriCore, GTM, and the Embedded Debugger work with OpenJDK? 22-Oct-2024
Yes, you can use the free OpenJDK 8 with our products that use the Eclipse platform v4.5.1 (Mars 1). These products are: TASKING VX-toolset for TriCore versions v6.1r1 and higher GTM v3.2r1 and higher TASKING Embedded Debugger v1.0r3 and higher Note that Eclipse requires you to have a Java...
Eclipse IDE: Show help on tool errors 17-Oct-2024
When you encounter errors or warnings, they are displayed in the Problems view in Eclipse. Possible solution To get more details or information about errors or warnings encountered during the build process: 1. Right-click on an error or warning in the Problems view. 2. Select Detailed Diag...
Eclipse quits with an error after updating Java JRE or installing a product 24-Sep-2024
After updating Java JRE, the following Eclipse error may show up: An error has occured. See the log file workspace\.metadata\.log. The log file shows a line like this: Caused by: java.lang.IllegalArgumentException: Invalid version number: Version number may be negative or greater than 255 ...
How can I view the command line invocations of all executed tools during a build? 23-Sep-2024
To view all tool invocations during a build in the Console view of Eclipse: 1. Select Project | Properties | C/C++ Build | Settings | Global Options 2. Enable the option Verbose mode of control program and rebuild your application or file. From the command line, you can use the control pro...
TriCore Eclipse IDE: An Error had occured. See the log file 17-Sep-2024
TriCore VX-toolset v6.3r1 Eclipse IDE requires a 64-bit Java Runtime Environment (JRE) v8 or above. The installer tries to detect if a 64-bit JRE is already present. If not, it will install JRE build v1.8.0_162. If multiple JRE versions are installed, it might happen that the Eclipse inclu...