NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: Alexey Fayans on December 17, 2004, 08:59:17 PM

Title: Can't compile source using MSVC6
Post by: Alexey Fayans on December 17, 2004, 08:59:17 PM
I've got source from CVS and tried to compile it. I got this error:

cl /Fenasmw.exe a*.obj e*.obj f*.obj insnsa.obj l*.obj na*.obj o*.obj p*.obj z*.obj
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

Microsoft (R) Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

/out:nasmw.exe
a*.obj
e*.obj
f*.obj
insnsa.obj
l*.obj
na*.obj
o*.obj
p*.obj
z*.obj
LINK : fatal error LNK1561: entry point must be defined
make.exe: *** [nasmw.exe] Error 2