Linux version of ZX-IDE

Any discussions related to the creation of new hardware or software for the ZX80 or ZX81
Post Reply
David G
Posts: 449
Joined: Thu Jul 17, 2014 7:58 am
Location: 48 North

Linux version of ZX-IDE

Post by David G »

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 ...

Code: Select all

dd@DESKTOP-7ADGKLL:/mnt/c/fasmw-zx/LINUX$ FASM
FASM: command not found
FASM is an ELF executable, so I think it should execute

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
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:
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).
...
Post Reply