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
## How do I download and install ACfL manually? {#manual}
84
84
85
-
### Download with wget
85
+
### How do I download ACfL with wget?
86
86
87
87
Download releases from the command line using `wget`. Install `wget` if not present.
88
88
89
89
```bash
90
90
sudo apt install wget
91
91
```
92
92
93
-
### Fetch the appropriate installer
93
+
### How do I fetch the appropriate ACfL installer?
94
94
95
95
ACfL installation packages are available to download from [Arm Developer](https://developer.arm.com/downloads/-/arm-compiler-for-linux). Individual Arm Performance Libraries (ArmPL) packages are also available.
To install Arm Compiler for Linux on your 64-bit Linux Arm machine extract the package and run the installation script.
112
112
@@ -139,13 +139,13 @@ install takes place **after** ACfL, you will no longer be able to fully
139
139
uninstall ACfL.
140
140
{{% /notice %}}
141
141
142
-
## Download and install using System Packages
142
+
## How do I download and install ACfL using System Packages?
143
143
144
-
### Ubuntu Linux 20.04 and 22.04
144
+
### How do I install ACfL on Ubuntu Linux 20.04 and 22.04?
145
145
146
146
Arm Compiler for Linux is available to install with the Ubuntu system package manager `apt` command.
147
147
148
-
#### Set up the ACfL package repository
148
+
#### How do I set up the ACfL package repository?
149
149
150
150
Add the ACfL `apt` package repository to your system. These instructions apply for Ubuntu 22.04. You can check the [available versions](https://developer.arm.com/packages/) for other releases.
151
151
@@ -166,11 +166,11 @@ Install Arm Compiler for Linux with:
166
166
sudo apt install acfl -y
167
167
```
168
168
169
-
### Amazon Linux 2023
169
+
### How do I install ACfL on Amazon Linux 2023?
170
170
171
171
Arm Compiler for Linux is available to install with either the `dnf` or `yum` system package manager.
172
172
173
-
#### Install ACfL from the Amazon Linux 2023 package repository
173
+
#### How do I install ACfL from the Amazon Linux 2023 package repository?
174
174
175
175
Install ACfL and prerequisites from the Amazon Linux 2023 `rpm` package repository with `dnf`:
176
176
@@ -192,11 +192,11 @@ sudo yum -y install acfl
192
192
193
193
The ACfL tools are now ready to use.
194
194
195
-
### Red Hat Enterprise Linux (RHEL) 9
195
+
### How do I install ACfL on Red Hat Enterprise Linux (RHEL) 9?
196
196
197
197
Arm Compiler for Linux is available to install with either the `dnf` or `yum` system package manager.
198
198
199
-
#### Install ACfL from the RHEL 9 package repository
199
+
#### How do I install ACfL from the RHEL 9 package repository?
200
200
201
201
Install ACfL and prerequisites from the RHEL 9 `rpm` package repository with `dnf`:
202
202
@@ -218,7 +218,7 @@ sudo yum -y install acfl
218
218
219
219
The ACfL tools are now ready to use.
220
220
221
-
### Set up environment
221
+
### How do I set up the environment for ACfL?
222
222
223
223
Arm Compiler for Linux uses environment modules to dynamically modify your user environment. Refer to the [Environment Modules documentation](https://lmod.readthedocs.io/en/latest/#id) for more information.
224
224
@@ -256,13 +256,13 @@ module load gnu/14.2.0
256
256
257
257
ACfL is now [ready to use](#armclang).
258
258
259
-
## Download and install with Spack {#spack}
259
+
## How do I download and install ACfL with Spack? {#spack}
260
260
261
261
Arm Compiler for Linux is available with the [Spack](https://spack.io/) package manager.
262
262
263
263
See the [Arm Compiler for Linux and Arm PL now available in Spack](https://community.arm.com/arm-community-blogs/b/high-performance-computing-blog/posts/arm-compiler-for-linux-and-arm-pl-now-available-in-spack) blog for full details.
264
264
265
-
### Set up Spack
265
+
### How do I set up Spack for ACfL?
266
266
267
267
Clone the Spack repository and add `bin` directory to the path:
268
268
@@ -279,7 +279,7 @@ Set up shell support:
279
279
280
280
Spack is now ready to use.
281
281
282
-
### Install ACfL
282
+
### How do I install ACfL using Spack?
283
283
284
284
Download and install Arm Compiler for Linux with:
285
285
@@ -293,7 +293,7 @@ If you wish to install just the Arm Performance Libraries, use:
293
293
spack install armpl-gcc
294
294
```
295
295
296
-
### Set up environment
296
+
### How do I set up the environment for ACfL with Spack?
297
297
Use the commands below to set up the environment:
298
298
299
299
```console
@@ -304,7 +304,7 @@ spack compiler find
304
304
ACfL is now [ready to use](#armclang).
305
305
306
306
307
-
## Get started with Arm C/C++ compiler {#armclang}
307
+
## How do I get started with the Arm C/C++ compiler in ACfL? {#armclang}
308
308
309
309
To get started with the Arm C/C++ Compiler and compile a simple application follow the steps below.
310
310
@@ -342,7 +342,7 @@ The program will output the string specified.
342
342
Hello, C World!
343
343
```
344
344
345
-
## Get started with Arm Fortran compiler {#fortran}
345
+
## How do I get started with the Arm Fortran compiler? {#fortran}
346
346
347
347
To get started with the Arm Fortran Compiler and compile a simple application follow the steps below.
348
348
@@ -375,6 +375,6 @@ The program will output the string specified.
375
375
Hello, Fortran World!
376
376
```
377
377
378
-
## Get started with Arm Performance Libraries {#armpl}
378
+
## How do I get started with Arm Performance Libraries? {#armpl}
379
379
380
380
To get started with the [Arm Performance Libraries](https://developer.arm.com/Tools%20and%20Software/Arm%20Performance%20Libraries) and learn how to select the optimal library for your system, follow the [Get started with Arm Performance Libraries](https://developer.arm.com/documentation/101004/latest) guide.
Copy file name to clipboardExpand all lines: content/install-guides/ambaviz.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
@@ -37,7 +37,7 @@ test_images:
37
37
38
38
A detailed overview of functionality is described in [Introduction to AMBA Viz](https://community.arm.com/arm-community-blogs/b/soc-design-and-simulation-blog/posts/introduction-to-amba-viz).
39
39
40
-
## Download installer packages
40
+
## How do I download AMBA Viz?
41
41
42
42
AMBA Viz is a component of [Arm Hardware Success Kits](https://www.arm.com/products/development-tools/success-kits).
43
43
@@ -47,7 +47,7 @@ You can download AMBA Viz as an individual component, or you can download comple
47
47
48
48
For more information on the Download Hub, refer to the [Arm Product Download Hub install guide](/install-guides/pdh/).
49
49
50
-
## Installation
50
+
## How do I install AMBA Viz?
51
51
52
52
AMBA Viz requires a Linux host machine with Java 11 or JavaFX.
53
53
@@ -73,13 +73,13 @@ The AMBA Viz Release Notes provide full installation instructions, located in th
73
73
docs/public/assets/pdfs/ambaviz-release-note.pdf
74
74
```
75
75
76
-
## Set up the product license
76
+
## How do I set up the AMBA Viz product license?
77
77
78
78
AMBA Viz is license-managed. A Hardware Success Kit license is necessary.
79
79
80
80
License set up instructions are available in the [Arm License install guide](/install-guides/license/).
81
81
82
-
## Get started
82
+
## How do I get started with AMBA Viz?
83
83
84
84
Typically, AMBA Viz is launched with a waveform file:
Copy file name to clipboardExpand all lines: content/install-guides/ams.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,26 +47,26 @@ It comprises of a suite of easy-to-use tools that show you how well your game or
47
47
48
48
All features of Arm Performance Studio are available free of charge without any additional license as of the `2022.4` release.
49
49
50
-
## Installation
50
+
## How do I install Arm Performance Studio?
51
51
52
52
Arm Performance Studio is supported on Windows, Linux, and macOS hosts. Download the appropriate installer from [Arm Performance Studio Downloads](https://developer.arm.com/Tools%20and%20Software/Arm%20Performance%20Studio#Downloads).
53
53
54
54
Full installation and application launch instructions are given in the Arm Performance Studio [Release Notes](https://developer.arm.com/documentation/107649).
55
55
56
-
### Windows
56
+
### How do I install Arm Performance Studio on Windows?
57
57
58
58
Run the supplied `Arm_Performance_Studio_<version>_windows_x86-64.exe` installer, and follow on-screen instructions.
59
59
60
-
### Linux
60
+
### How do I install Arm Performance Studio on Linux?
61
61
62
62
Unpack the supplied `Arm Performance Studio` bundle to the desired location. For example:
63
63
```console
64
64
tar -xf Arm_Performance_Studio_2024.3_linux_x86-64.tgz
65
65
```
66
-
### macOS
66
+
### How do I install Arm Performance Studio on macOS?
67
67
68
68
Run the supplied `Arm_Performance_Studio_<version>_macos_x86-64.dmg` installer, and follow on-screen instructions.
69
69
70
-
## Get started
70
+
## How do I get started with Arm Performance Studio?
71
71
72
72
See the [Get started with Arm Performance Studio for Mobile](/learning-paths/mobile-graphics-and-gaming/ams/) learning path for a collection of tutorials for each component of Performance Studio.
Copy file name to clipboardExpand all lines: content/install-guides/aperf.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
@@ -19,7 +19,7 @@ APerf was created by AWS to help with Linux performance analysis.
19
19
20
20
In addition to the CLI, APerf includes an HTML view to visualize the collected data.
21
21
22
-
## Before you begin
22
+
## What should I do before I begin installing APerf?
23
23
24
24
APerf works on Linux, and is available as a single binary.
25
25
@@ -41,7 +41,7 @@ aarch64
41
41
42
42
If you see a different result, you are not using an Arm computer running 64-bit Linux.
43
43
44
-
## Download and install APerf
44
+
## How do I download and install APerf?
45
45
46
46
The easiest way to install APerf is to download a release from GitHub, extract it, and setup your `PATH` environment variable or copy the executable to a directory already in your search path.
47
47
@@ -84,9 +84,9 @@ The output should print the version:
84
84
aperf 0.1.0 (4b910d2)
85
85
```
86
86
87
-
## Verify APerf is working
87
+
## How do I verify APerf is working?
88
88
89
-
### Create and view a report
89
+
### How do I create and view a report?
90
90
91
91
To confirm APerf is working, start it for 10 seconds and take a sample every 1 second.
92
92
@@ -120,7 +120,7 @@ You can browse the data and see what has been collected.
120
120
The Kernel Config and Sysctl Data tabs are blank unless you click No.
121
121
{{% /notice %}}
122
122
123
-
### Create and view a report containing 2 runs
123
+
### How do I create and view a report containing 2 runs?
124
124
125
125
To demonstrate comparing 2 runs, create a second run with `aperf record`:
If you are doing performance analysis on a remote system or cloud instance without a remote desktop, you can view the APerf reports from your local browser by running a simple web server on the remote machine.
Copy file name to clipboardExpand all lines: content/install-guides/arduino-pico.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,13 @@ You can install the Arduino IDE and Arduino core software for the Raspberry Pi P
24
24
25
25
Arduino core is the software stack that powers Arduino devices and development boards. While the Raspberry Pi Pico isn't an Arduino board, it uses the same RP2040 SoC as the Arduino RP2040 Connect, and therefore can run the same Arduino core software.
26
26
27
-
## Install Arduino IDE
27
+
## How do I install Arduino IDE?
28
28
29
29
First, you need to install the Arduino IDE on your laptop or desktop. You can download it for your operating system from [the Arduino Software website](https://www.arduino.cc/en/software). Follow the provided instructions for installing the IDE.
30
30
31
31
Start the IDE by clicking the Arduino IDE icon.
32
32
33
-
## Install board support package
33
+
## How do I install the board support package?
34
34
35
35
The Arduino software is comprised of the core libraries and a Board Support Package that is specific to your device. You need to install the `Arduino Mbed OS RP2040 Boards` package to support the Raspberry Pi Pico.
36
36
@@ -42,7 +42,7 @@ When the `Boards Manager` opens search for `pico` and the `Arduino Mbed OS RP204
Return to `Tools -> Board -> Boards Manager` and search for `pico` and you will see a new entry `Raspberry Pi Pico/RP2040`. Click the `Install` button to add it to the Arduino IDE.
56
56
57
-
## Select your board
57
+
## How do I select my board?
58
58
59
59
Once the support package is installed, you need to tell the Arduino IDE which supported board you will be using. From the `Tools -> Board` menu, find and select `Raspberry Pi Pico` or `Raspberry Pi Pico W` depending on your board type.
0 commit comments