Game Development Community

Compile error: "nasm error: operation size not specified"

by Thomas Mayer · in Torque Game Engine · 03/17/2003 (1:42 pm) · 3 replies

Anyone ever had this one?

--> Assembling terrain/blender_asm.asm
terrain/blender_asm.asm:1099: error: operation size not specified
make[1]: *** [out.GCC2.DEBUG/terrain/blender_asm.obj] Error 1
make: *** [default] Error 2


Don't know what to make of it..

Thanks.

Tom.

#1
03/17/2003 (5:41 pm)
Try upgrading your nasm to the latest version.

sourceforge.net/project/showfiles.php?group_id=6208
#2
03/17/2003 (7:00 pm)
Cool, okay I'll give this a go... thanks.
#3
01/27/2004 (11:21 pm)
Just ran into the same problem w/Debian 3.0 r 2.
Upgrading to the last NASM, which wasn't that many versions ahead, fixed the problem.