You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 1.70 the output was made executable (chmod +x ..).
In version 1.73.22 this is no longer the case. Allthough I can make the output executable and it runs, I'm worried that there is an extra step require to officially get at an executable.
~/PROJECT/ciforths/ciforth: /usr/bin/fasm ci86.lina64.fas
flat assembler version 1.73.22 (16384 kilobytes memory)
2 passes, 56352 bytes.
~/PROJECT/ciforths/ciforth: ls -l ci86.lina64
-rw-rw-r-- 1 albert albert 56352 Apr 5 12:21 ci86.lina64
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Select Topic Area
Question
Body
I generate a program with
FORMAT ELF64 EXECUTABLE 3
(For amd64 linux ).
In version 1.70 the output was made executable (chmod +x ..).
In version 1.73.22 this is no longer the case. Allthough I can make the output executable and it runs, I'm worried that there is an extra step require to officially get at an executable.
Beta Was this translation helpful? Give feedback.
All reactions