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 had this issue and the reason was EOL in some editors such as Notepad++. You can check it in Edit menu/EOL conversion. Unix(LF) should be selected. I hope it would be useful.