Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/support-tools/setting-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ If the setup worked correctly, the following executables will be created:
- **xfs-interface** in `$HOME/myexpos/xfs-interface` folder
- **xsm** in `$HOME/myexpos/xsm` folder

!!! note
In newer versions of GCC (14+) when executing the `make` command an error is thrown and the executables are not created.
This can be fixed by downgrading GCC to 13 or lower.

If the setting up of the system is done correctly the following directories will be created.

![](../assets/img/xsm_folders.png)
Expand Down Expand Up @@ -134,4 +138,4 @@ If the setting up of the system is done correctly the following directories will
This directory contains the machine simulator ([NEXSM](./xsm-simulator.md) or NExt eXperimental String Machine).

- **$HOME/mynexpos/test**
This directory contains the test scripts for [eXpOS](../os-spec/index.md).
This directory contains the test scripts for [eXpOS](../os-spec/index.md).