This release note covers the changes between v7.0r1 and v7.1r1 of the TASKING VX-toolset for Arm.
For release notes prior to v7.1r1, please visit the TASKING Arm support website.
This is the first public release of TASKING VX-toolset for Arm which supports NXP S32K388, and STMicro Stellar SR6 devices.
The product includes the following features:
Note 1: The winIDEA debugger included in the product will be installed the first time you create a new debug configuration. You can also start the installation manually. From the Window->Preferences dialog, select TASKING winIDEA and click the Install button. This Install button changes into an Update button after installation is done. The Update button is enabled when a new version of the winIDEA debugger is available.
Note 2: The winIDEA debugger is not supported under Linux.
All executable files in this release have the following build number: Build 24082661.
For a quick start, just start the IDE from the Start menu. This will start the Eclipse based development environment. You will be asked to select a workspace. In case you used Eclipse before it is recommended to select a new workspace. After clicking OK, you will see the 'Welcome' view. On this view you will see icons that link to specific information.
TASKING products are protected with TASKING license management software.
You need a license key when you install a TASKING product on a computer. When you order a TASKING product from TASKING or one of its distributors, a license key will be sent to you by email or on paper.
See the TASKING License Management (TLM) Support page for information on obtaining a license.
You can set the TSK_LOG_VERBOSE
option in licopt.txt
,
or as an environment variable, to different verbose levels.
With level 3 or higher, detailed license configuration information is shown, which is useful for debugging licensing problems. For example, it shows the environment variables or options used, the license key and the search path.
You can now set the TSK_LICENSE_WAIT
option in licopt.txt
to a
configurable time period to wait for a free license seat to become available instead of directly
terminating when a license request is denied.
If your license specifies a maximum number of processes you are allowed to use,
you can set the TSK_PROCESS_WAIT
option in licopt.txt
,
or as an environment variable, to the parallel process time-out (default: unlimited).
This specifies the number of seconds the system is allowed to wait for a process to
run if the maximum number of parallel processes permitted by the license is already
running.
In all license files (licopt.txt
, licdopt.txt
,
licfile.txt
, licdfile.txt
, licdaccess.txt
) you can
add comments, not only on a separate comment line, but also at the end of a line.
Comments start with the # character.