flat assembler
Message board for the users of flat assembler.
Index
> Linux > Build FASM without gcc? |
Author |
|
TmX 11 Mar 2011, 14:49
In Windows, all you need to build FASM is FASM itself.
In Linux, you need gcc/ld. Is is possible to build FASM without them? |
|||
11 Mar 2011, 14:49 |
|
Tyler 13 Mar 2011, 00:04
The problem is linking. PE is the only format for which Fasm has built in(through macros) linking support. When building non-PE executables, you need gcc or ld to link in all the system calls Fasm uses.
EDIT: Actually, I was wrong. See here. |
|||
13 Mar 2011, 00:04 |
|
vid 13 Mar 2011, 00:45
If you have some cheapo wine box handy, then you don't need any gcc.
|
|||
13 Mar 2011, 00:45 |
|
Tomasz Grysztar 15 Mar 2011, 10:53
The standard Linux version of fasm does not require gcc, it assembles itself into a final executable.
|
|||
15 Mar 2011, 10:53 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.