Skip to content

Commit 76245b9

Browse files
committed
Add workaround in FVP install guide
1 parent 0d99ca5 commit 76245b9

File tree

1 file changed

+13
-1
lines changed
  • content/install-guides/fm_fvp

1 file changed

+13
-1
lines changed

content/install-guides/fm_fvp/fvp.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Fixed Virtual Platforms (FVP)
33
minutes_to_complete: 15
44
official_docs: https://developer.arm.com/documentation/100966/
55
author: Ronan Synnott
6-
weight: 3
6+
weight: 3
77

88
### FIXED, DO NOT MODIFY
99
tool_install: false # Set to true to be listed in main selection page, else false
@@ -69,3 +69,15 @@ telnetterminal2: Listening for serial connection on port 5002
6969
A visualization of the FVP will also be displayed.
7070

7171
Terminate the FVP with `Ctrl+C`.
72+
73+
{{% notice %}}
74+
It can happen that you run into an enablement issue related to the stack:
75+
```
76+
cannot enable executable stack as shared object requires: Invalid argument
77+
```
78+
This stems from the status of the the exec flag, and you need to clear it as a workaround. Use the `execstack` tool on each of the runtime binaries in the error trace.
79+
```
80+
execstack -c <binary>
81+
```
82+
{{% /notice %}}
83+

0 commit comments

Comments
 (0)