Linux version of ZX-IDE
Posted: Sat Oct 12, 2024 12:35 am
getting error message "command not found" when trying to execute FASM on Ubuntu WSL. Apparently there are many things that can cause this message in Ubuntu
help ...
FASM is an ELF executable, so I think it should execute
As you can see from that message, FASM does exist in the directory. I installed the 32-bit support but the message does not change. Install first libc6, with no change, then libc6-i386
This executable FASM is from PokeMon:

Code: Select all
dd@DESKTOP-7ADGKLL:/mnt/c/fasmw-zx/LINUX$ FASM
FASM: command not found
Code: Select all
dd@DESKTOP-7ADGKLL:/mnt/c/fasmw-zx/LINUX$ file FASM
FASM: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, no section header
This executable FASM is from PokeMon:
PokeMon wrote: ↑Fri May 09, 2014 9:40 pmYou could load the source here:
http://board.flatassembler.net/topic.php?t=15062
... see attached file which contains a source.tar which contains the executable and the library (and source as well).
...