I tried to run scons toolchain on a WSL2 Ubuntu environment. I have installed all the dependencies.
But I get this
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
./scripts/setup_toolchain.sh ../.toolchains
sh: 1: ./scripts/setup_toolchain.sh: not found
scons: *** [toolchain] Error 127
scons: building terminated because of errors.
It's saying the setup_toolchain script does not exist. But it does.
Also, this is not a duplicate of #16.