I simply want to run an executable from the command line, ./arm-mingw32ce-g++, but then I get the error message,
./arm-mingw32ce-g++
bash: ./arm-mingw32ce-g++: No s
I found my solution for my Ubuntu 18 here.
sudo dpkg --add-architecture i386
Then:
sudo apt-get update sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386