[XviD-devel] Problems with NASM

Roberto Altieri xvid-devel@xvid.org
Sat, 11 Jan 2003 16:46:01 +0100


I'm trying to build the project by using Microsoft Visual Studio 6 but
I'm having troubles with the ASM files. I have installed NASM but some
files are not compiled. I get error messages for ASM instructions like:

cglobal sse2_os_trigger
align 16
sse2_os_trigger:
	xorpd xmm0, xmm0 // on this row!!!!!!!!
	ret

in the cpuid.asm,v 1.3 2002/11/17

The command I use in Visual Studio is

nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)

The error is:
.\..\src\utils\x86_asm\cpuid.asm:204: parser: instruction expected

Does anybody know what I have to do?

Thank-you
Roberto