diff --git a/docs/support-tools/setting-up.md b/docs/support-tools/setting-up.md index 2590e92..c540fba 100644 --- a/docs/support-tools/setting-up.md +++ b/docs/support-tools/setting-up.md @@ -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) @@ -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). \ No newline at end of file + This directory contains the test scripts for [eXpOS](../os-spec/index.md).