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
This uenv is configured to be mounted in the `/user-tools` path so that they can be used alongside application and development uenv mounted at `/user-environment`.
@@ -33,33 +33,26 @@ When using alongside another uenv, start a uenv session with both uenv.
33
33
In the following example, the `prgenv-gnu` and `linaro-forge` uenv will be mounted at `/user-environment` and `/user-tools` respectively:
Copyright (c) 2023-2024 Linaro Limited. All rights reserved.
44
-
Version: 24.1.1
44
+
Copyright (c) 2023-2025 Linaro Limited. All rights reserved.
45
+
Version: 24.1.2
45
46
```
46
47
47
-
1. Test that everything has been mounted correctly by looking at `uenv status`.
48
+
1. Loading the `activate` script instead of loading a view for the linaro-forge uenv allows to keep using the compilers from the prgenv-gnu uenv.
49
+
2. Test that everything has been mounted correctly by looking at `uenv status`.
48
50
There will be warnings if there are problems.
49
-
2. Check that the [DDT debugger][ref-devtools-ddt] is in the path.
51
+
3. Check that the [DDT debugger][ref-devtools-ddt] is in the path.
50
52
51
53
!!! note
52
54
The `linaro-forge` uenv is always mounted at the `/user-tools` mount point, and a script `/user-tools/activate` is provided to load both ddt and map into your environment, without needing to use a view.
53
55
54
-
```console
55
-
$ uenv start linaro-forge/14.1.1
56
-
$ source /user-tools/activate
57
-
$ ddt --version
58
-
Linaro DDT Part of Linaro Forge.
59
-
Copyright (c) 2023-2024 Linaro Limited. All rights reserved.
60
-
Version: 24.1.1
61
-
```
62
-
63
56
### Install and configure the Linaro client on your local machine
64
57
65
58
We recommend installing the [Linaro desktop client] on your local workstation or laptop.
@@ -73,7 +66,7 @@ It can be downloaded for a selection of operating systems.
73
66
Mismatches between the client and the uenv version will lead to the following error when trying to establish a remote connection:
74
67
75
68
```
76
-
The local version of Linaro DDT (24.0.6) is not compatible with the remote version (24.1.1).
69
+
The local version of Linaro DDT (24.0.6) is not compatible with the remote version (24.1.2).
77
70
```
78
71
79
72
The client can be configured to connect with the debug jobs running on [Alps][ref-alps], offering a better user experience compared to running with X11 forwarding.
@@ -88,7 +81,7 @@ First, start the client on your laptop:
88
81
The path will change if you have installed a different version, or if it has been installed in a non-standard installation location.
89
82
90
83
```bash
91
-
$HOME/linaro/forge/24.1.1/bin/ddt
84
+
$HOME/linaro/forge/24.1.2/bin/ddt
92
85
```
93
86
94
87
=== "macOS"
@@ -99,7 +92,7 @@ First, start the client on your laptop:
99
92
Please use the appropriate path and version for your installation.
100
93
101
94
```bash
102
-
open /Applications/Linaro\ Forge\ Client\ 24.1.1.app/
95
+
open /Applications/Linaro\ Forge\ Client\ 24.1.2.app/
103
96
```
104
97
105
98
Next, configure a connection to the target system.
@@ -117,7 +110,7 @@ Examples of the settings are below.
0 commit comments