Note that you need to install a Java Virtual Machine (JVM) to use Eclipse. A 64-bit version of Eclipse requires a 64-bit JVM, and a 32-bit version requires a 32-bit JVM. You can install either a Java Runtime Environment (JRE) or a Java Development Kit (JDK). TASKING product releases up to ...
The AURIX Development Studio (ADS) can import example projects downloaded and extracted fromthe Infineon GitHub . Meanwhile, the TASKING TriCore Eclipse environment does not support the import of an existing ADS project into a TASKING Eclipse workspace. Possible solution To mitigate this, ...
Prerequisite CMake and its respective Generators Make sure that CMake is installed on your system along with the respective Generators . This article considers the use of Ninja and Ninja Multi-Config generators. 1. Place the Generator executable, in this case, ninja.exe , in the ..\ CMake ...
While recording trace using SWAT, the Profiler's Output window displays the message: SWAT: Buffer on the target is full . This can happen if the data generation is too high and the debugger cannot read the data fast enough to prevent the buffer from filling. Possible solutions Increase the...
While recording trace using SWAT, the Profiler's Output window displays the message: SWAT: Period between two events is too long . This can happen if the application does not generate enough trace messages or when the streamer does not sample the Target often enough to avoid timestamp over...
The TASKING TriCore Inspector is a product that allows you to verify whether the compilation of your code is affected by known issues in various components of the TASKING VX-toolset for TriCore, as presented on the TASKING Issue Portal . Essentially, the Inspector is a copy of the existing...
This article is applicable only for TriCore VX-toolset Patch levels above v6.2r2 patch 2 and v6.3r1 patch 2. The TriCore v6.2r2 Inspector v1.0r7 is based on the TASKING VX-toolset for TriCore v6.2r2 Patch 2, and the TriCore v6.3r1 Inspector v1.0r6 is based on the TASKING VX-toolset for Tri...
Update winIDEA Refer to the Install winIDEA Eclipse Plugin in winIDEA Help. Update TASKING Eclipse plugin 1. From the Window menu, select Preferences . 2. In the left pane, expand Install/Update and select Available Software Sites . 3. Enable TASKING and click the Edit button. Make sure th...
Possible solution Eclipse IDE When you encounter errors or warnings in the TASKING Eclipse IDE during the build process , they are displayed in the Problems view. To get more details or information about errors or warnings encountered : 1. Right-click on an error or warning in the Problems...
Possible solutions The following are several recommended practices to optimize and reduce the build time of the TASKING compiler project: Use a workstation with a multi-core CPU and a large amount of PC RAM (32 GB+ is beneficial) to take full advantage of concurrent processing capabilities...