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
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
A first attempt to compile with make i386 gives unrecognized option --noexecstack'`.
After commenting that lines from the Makefile, the next one says :
i386/start.S: Assembler messages:
i386/start.S:66: Warning: .size pseudo-op used outside of .def/.endef: ignored.
i386/start.S:66: Error: junk at end of line, first unrecognized character is `_'
make[1]: *** [Makefile:232: bin-i386/start.o] Error 1
I know that windows is not supported, but are there technical reasons for that?
The FAQ, just says No.
A first attempt to compile with
make i386givesunrecognized option--noexecstack'`.After commenting that lines from the Makefile, the next one says :
I know that windows is not supported, but are there technical reasons for that?
The FAQ, just says No.