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
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
69
69
A visualization of the FVP will also be displayed.
70
70
71
71
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.
0 commit comments