Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make command fail on linux (latest version) #65

Closed
bunkbail opened this issue Jun 29, 2017 · 2 comments
Closed

make command fail on linux (latest version) #65

bunkbail opened this issue Jun 29, 2017 · 2 comments
Labels

Comments

@bunkbail
Copy link

As title suggests, the make command ends prematurely at compiling matefish.

$ make
./asmFish/fasm "asmFish/asmFishW_base.asm" -m 50000 "Windows/asmFishW_2017-06-29_base.exe"
flat assembler version 1.71.54 (50000 kilobytes memory)
5 passes, 0.1 seconds, 123904 bytes.
./asmFish/fasm "asmFish/asmFishW_popcnt.asm" -m 50000 "Windows/asmFishW_2017-06-29_popcnt.exe"
flat assembler version 1.71.54 (50000 kilobytes memory)
5 passes, 0.1 seconds, 116224 bytes.
./asmFish/fasm "asmFish/asmFishW_bmi2.asm" -m 50000 "Windows/asmFishW_2017-06-29_bmi2.exe"
flat assembler version 1.71.54 (50000 kilobytes memory)
5 passes, 0.1 seconds, 111616 bytes.
./asmFish/fasm "asmFish/asmFishL_base.asm" -m 50000 "Linux/asmFishL_2017-06-29_base"
flat assembler version 1.71.54 (50000 kilobytes memory)
4 passes, 0.1 seconds, 120722 bytes.
./asmFish/fasm "asmFish/asmFishL_popcnt.asm" -m 50000 "Linux/asmFishL_2017-06-29_popcnt"
flat assembler version 1.71.54 (50000 kilobytes memory)
4 passes, 0.1 seconds, 113634 bytes.
./asmFish/fasm "asmFish/asmFishL_bmi2.asm" -m 50000 "Linux/asmFishL_2017-06-29_bmi2"
flat assembler version 1.71.54 (50000 kilobytes memory)
4 passes, 0.1 seconds, 109054 bytes.
./asmFish/fasm "asmFish/mateFishW_base.asm" -m 50000 "Matefinder/mateFishW_2017-06-29_base.exe"
flat assembler version 1.71.54 (50000 kilobytes memory)
error: write failed.
make: *** [makefile:9: all] Error 255

@lantonov
Copy link
Owner

lantonov commented Jul 1, 2017

Sorry, I don't have Linux and can't tell why the make command is unable to write at this point. However, I make all these versions with make.bat in Windows (including the mateFish versions for Linux) and these can be found in branch executables

@lantonov lantonov added the bug label Jul 2, 2017
@lantonov
Copy link
Owner

lantonov commented Jul 3, 2017

FASM.EXE assembler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants