T
T
Tolik2014-11-20 20:20:08
assembler
Tolik, 2014-11-20 20:20:08

How to compile NASM -> win32 exe from Linux?

Assembling is done: nasm -f win32 main.nasm -o main.obj
But it fails to link. I tried it through GoLink, swearing that it cannot find ExitProcess and some other features (although I specify shell32.dll). The linker from MASMa didn't find anything either. Should I install MinGW on Wine?!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Tolik, 2014-11-22
@Diel

Found an option: use ld or gcc from the MinGW32 set

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question