Open GenTarkin opened 8 years ago
What version?
Same here, latest Linux branch version, commit dc719a40b3848d0ffab10cee383b20fed32485dc
I mean Ubuntu version :)?
Trying to execute the ./fasm
command individually, get this error:
djh@DESKTOP-8VGBMJ2:~/nheqminer/cpu_xenoncat/Linux/asm$ ./fasm -m 1280000 equihash_avx1.asm
bash: ./fasm: cannot execute binary file: Exec format error
Ubuntu version: Ubuntu 14.04.5 LTS running in Bash on Ubuntu on Windows
Ubuntu 64bit?
Yes, 64bit
Ubuntu version: Ubuntu 14.04.5 LTS running in Bash on Ubuntu on Windows
Please elaborate on that. What does this mean? Windows part is confusing me...
Yeah, I'm beginning to think that may be the problem...
cannot execute binary file: Exec format error
this means that the binary format is not compatible with the system. Now as far as I know Ubuntu for Windows is not native, so the problem lies there. Under a VM it should work and of course on installed on real hardwar. 64bit only
as a work around run the fasm.exe windows build to create the output files.
I'll chime in here even though it's been stale for a bit. Download flat assembler 1.71.63 for Linux and install of WSL.
cd ~
wget https://flatassembler.net/fasm-1.71.63.tgz'
tar zxvf fasm-1.71.63.tgz
cd fasm
cp fasm.x64 nheqminer/cpu_xenoncat/Linux/asm/fasm
That should do the trick.
When trying to build in ubuntu linux ...