You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/armclang.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ weight: 1
23
23
24
24
A safety qualified branch of Arm Compiler for Embedded, known as [Arm Compiler for Embedded FuSa](https://developer.arm.com/Tools%20and%20Software/Arm%20Compiler%20for%20Embedded%20FuSa), is available for safety critical applications.
25
25
26
-
## How can I access Arm Compiler for Embedded through other tools?
26
+
## How can I access Arm Compiler for Embedded from Arm Development Studio?
27
27
28
28
The easiest way to access the Arm Compiler for Embedded is to use the version provided with [Arm Development Studio](https://developer.arm.com/Tools%20and%20Software/Arm%20Development%20Studio).
29
29
@@ -39,7 +39,7 @@ Arm Compiler for Embedded FuSa must also be [downloaded separately](#download).
39
39
40
40
Individual compiler packages for all supported host platforms can be downloaded from the [Arm Product Download Hub](#pdh) or the [Arm Tools Artifactory](#artifactory).
41
41
42
-
### How do I download from the Product Download Hub? {#pdh}
42
+
### How do I download Arm Compiler for Embedded from the Product Download Hub? {#pdh}
43
43
44
44
All compiler packages can be downloaded from the [Arm Product Download Hub](https://developer.arm.com/downloads) (requires login).
45
45
@@ -87,7 +87,7 @@ set path=(/home/$USER/ArmCompilerforEmbedded6.22/bin $path)
87
87
armclang --version
88
88
```
89
89
90
-
### How do I download from the Arm Tools Artifactory? {#artifactory}
90
+
### How do I download Arm Compiler for Embedded from the Arm Tools Artifactory? {#artifactory}
91
91
92
92
The Arm Compiler for Embedded, as well as other tools and utilities are available in the [Arm Tools Artifactory](https://www.keil.arm.com/artifacts/). The Keil Studio VS Code [Extensions](../keilstudio_vs) use the artifactory to fetch and install and the necessary components.
Copy file name to clipboardExpand all lines: content/install-guides/armpl.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ These libraries are free to use and do not require a license. They can be instal
37
37
38
38
Arm Performance Libraries are available for use on [Windows 11 on Arm](#windows), [macOS](#macos) (Apple Silicon), and [Linux](#linux) (AArch64) hosts.
39
39
40
-
## How do I install on Windows? {#windows}
40
+
## How do I install Arm Performance Libraries on Windows? {#windows}
41
41
42
42
On your Windows 11 Arm machine, go to the [Arm Performance Libraries download page](https://developer.arm.com/downloads/-/arm-performance-libraries).
43
43
Click on the Download Windows section and download the Windows Installer:
@@ -68,7 +68,7 @@ You can now start linking your application to the Arm Performance libraries on y
68
68
For more information refer to [Get started with Arm Performance Libraries](https://developer.arm.com/documentation/109361).
69
69
70
70
71
-
## How do I install on macOS? {#macos}
71
+
## How do I install Arm Performance Libraries on macOS? {#macos}
72
72
73
73
[Download](https://developer.arm.com/downloads/-/arm-performance-libraries) the appropriate package for your macOS distribution.
74
74
@@ -105,11 +105,11 @@ To get started, compile and test the examples included in the `/opt/arm/<armpl_d
105
105
For more information refer to [Get started with Arm Performance Libraries](https://developer.arm.com/documentation/109362).
106
106
107
107
108
-
## How do I install on Linux? {#linux}
108
+
## How do I install Arm Performance Libraries on Linux? {#linux}
109
109
110
110
Arm Performance Libraries are supported on most Linux distributions like Ubuntu, RHEL, SLES and Amazon Linux on an `AArch64` host and compatible with various versions of GCC, LLVM, and NVHPC. The GCC compatible releases are built with GCC 14 and tested with GCC versions 7 to 14. The LLVM compatible releases are tested with LLVM 19.1. The NVHPC compatible releases are tested with NVHPC 24.7.
111
111
112
-
### How do I manually download and install on Linux?
112
+
### How do I manually download and install Arm Performance Libraries on Linux?
113
113
114
114
[Download](https://developer.arm.com/downloads/-/arm-performance-libraries) the appropriate package for your Linux distribution. The deb based installers can be used on Ubuntu 20 and Ubuntu 22. The RPM based installers can be used on the following supported distributions:
115
115
@@ -141,7 +141,7 @@ Using the `--accept` switch you automatically accept the End User License Agreem
141
141
142
142
If you want to change the installation directory location use the `--install-to` option with the script and provide the desired directory location.
143
143
144
-
## How do I download and install using system packages on Linux?
144
+
## How do I download and install Arm Performance Libraries using system packages on Linux?
145
145
146
146
Arm Performance Libraries are available to install using Linux system package managers. The instructions shown below are for the Ubuntu system package manager `apt` command.
147
147
@@ -161,7 +161,7 @@ Download and install Arm Performance Libraries with:
161
161
sudo apt install arm-performance-libraries
162
162
```
163
163
164
-
### How do I set up the environment on Linux?
164
+
### How do I set up the environment for Arm Performance Libraries on Linux?
Copy file name to clipboardExpand all lines: content/install-guides/cmake.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This article provides quick instructions to install CMake for Arm Linux distribu
36
36
37
37
Confirm you are using a Windows on Arm device such as the Lenovo ThinkPad X13s or Surface Pro 9 with 5G.
38
38
39
-
### How do I prepare to install CMake for Arm Linux distributions?
39
+
### How do I prepare to install CMake on Arm Linux distributions?
40
40
41
41
Confirm you are using an Arm computer with 64-bit Linux by running:
42
42
@@ -52,7 +52,7 @@ aarch64
52
52
53
53
If you see a different result, you are not using an Arm computer running 64-bit Linux.
54
54
55
-
## How do I download and install on Windows on Arm?
55
+
## How do I download and install CMake on Windows on Arm?
56
56
57
57
Native CMake support for Windows on Arm is available starting with version 3.24. Installers are available now from the [CMake download](https://cmake.org/download/) page. Emulated CMake can be used but is no longer needed unless an older version of CMake must be used.
58
58
@@ -74,11 +74,11 @@ Wait for the installer to complete and click `Finish`:
Copy file name to clipboardExpand all lines: content/install-guides/keilstudio_vs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ layout: installtoolsall # DO NOT MODIFY. Always true for tool install ar
35
35
36
36
Alternatively, [Keil Studio Cloud](/install-guides/keilstudiocloud/) provides similar functionality, but runs in a browser and requires no installation.
37
37
38
-
## What should I do before I begin?
38
+
## Where can I download Visual Studio Code?
39
39
40
40
[Download](https://code.visualstudio.com/download), install, and start `Visual Studio Code` on your desktop.
41
41
@@ -61,7 +61,7 @@ If you have a commercial license for `Keil MDK` installed, decline this option.
61
61
62
62
Follow the [Getting started with an example project](https://developer.arm.com/documentation/108029/latest/Get-started-with-an-example-project) tutorial to verify the extensions are installed correctly.
63
63
64
-
## Where can I find more extension information?
64
+
## Where can I find more information about the Keil Studio extensions?
65
65
66
66
Use the table below to find additional information about the VS Code extensions.
See [Hardware and software requirements](https://developer.arm.com/documentation/107573/latest/Installing-and-populating-the-license-server/Hardware-and-software-requirements) in the [User-based Licensing Administration Guide](https://developer.arm.com/documentation/107573).
35
35
36
-
### How do I download and install server software?
36
+
### How do I download and install the server software?
37
37
38
38
The local license server (LLS) software can be downloaded from:
39
39
```url
@@ -54,7 +54,7 @@ Waiting for license server... (up to 120 seconds, or press CTRL-C to stop waitin
54
54
License server running and ready to accept requests at http://<external server name or IP address>:7070
55
55
```
56
56
57
-
### How do I add the install directory to PATH?
57
+
### How do I add the install directory to the search path?
58
58
59
59
It is recommended to add the server install directory to the `PATH` so that license server commands can be easily called. For example the default location:
Copy file name to clipboardExpand all lines: content/install-guides/license/ubl_license_enduser.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ layout: installtoolsall # DO NOT MODIFY. Always true for tool install ar
15
15
16
16
A [Local License Server (LLS)](/install-guides/license/ubl_license_admin/) must first be set up by your license administration team.
17
17
18
-
## How do I activate a license on my end user machine?
18
+
## How do I activate a license on my computer?
19
19
20
20
The user-based license can be activated on the end user machine in different ways. Select the most appropriate for your needs.
21
21
22
22
*[Activate via environment variable](#envvar)
23
23
*[Activate within tools IDE](#ide)
24
24
*[Activate manually](#manual)
25
25
26
-
## How do I activate via environment variable? {#envvar}
26
+
## How do I activate a license using an environment variable? {#envvar}
27
27
28
28
Create `ARMLM_ONDEMAND_ACTIVATION` environment variable referencing the product code and your internal license server. Contact your internal license administrators for information on your internal server.
29
29
@@ -42,15 +42,15 @@ armclang --version
42
42
```
43
43
You can now [confirm your license has been checked out](#confirm).
44
44
45
-
## How do I activate within tools IDE? {#ide}
45
+
## How do I activate a license from the tools IDE? {#ide}
46
46
47
47
The license can also be activated in the various Arm tool IDEs.
48
48
49
49
For example [Arm Development Studio](https://developer.arm.com/Tools%20and%20Software/Arm%20Development%20Studio), via `Help` > `Arm License Manager` > `Manage Arm User-Based Licenses`.
50
50
51
51
Select `Activate with` > `License Server`, and enter the appropriate license server address. Click `Query` to see what license types are available, and select the appropriate one from the pull down. Click `Activate`.
52
52
53
-
## How do I activate manually? {#manual}
53
+
## How do I activate a license manually? {#manual}
54
54
55
55
Open a command prompt, and navigate to the bin directory of any user-based licensing enabled product.
0 commit comments