Skip to content

Commit c993db3

Browse files
authored
doc: Microsoft Visual C++ Redistributable package (#2)
* doc: Add note about vcruntime140.dll * Fix: Update title and note * Fix: Title * Fix: move note to the appropriate section.
1 parent 91743e2 commit c993db3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

INSTALLATION.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IAR Build Tools Installing Guide
1+
# IAR Build Tools Installation Guide
22

33
Before starting to download the archives, it is important to understand which files you need.
44

@@ -30,6 +30,9 @@ sha256sum --check cxarm-<version>-linux-x86_64-<variant>.tar.bz2.sha256
3030
tar -xf cxarm-<version>-linux-x86_64-<variant>.tar.bz2
3131
```
3232

33+
>[!NOTE]
34+
>- The IAR Command Line Build Utility (`iarbuild.exe`) and the IAR C-SPY Command Line Utility (`CSpyBat.exe`) require the installation of the [Latest supported Visual C++ Runtime Redistributable packages](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist).
35+
3336
### IAR Build Tools activation
3437
The IAR Build Tools requires a valid activation token for operation. When the tools are used, the token authenticates the subscriber to the IAR Cloud License Service using a `https` connection (`tcp/443`).
3538

@@ -41,6 +44,7 @@ The token is provided by the [IAR Customer Support](https://iar.my.site.com/mypa
4144
| Command Prompt | ```set IAR_LMS_BEARER_TOKEN=<token-string>```
4245
| Powershell | ```[System.Environment]::SetEnvironmentVariable("IAR_LMS_BEARER_TOKEN", "<token-string>", "Machine")```
4346

47+
4448
## Device support installation (optional)
4549
Vendor-specific device support packages are provided separately, as optional archives. One or more of these can be installed on top of a base installation, using the same procedure as described for the build tools.
4650

0 commit comments

Comments
 (0)