[Nasm-bugs] [Bug 3392356] New: Compile failure with -g option if the nasm source include one header file with struc

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Thu Jun 16 00:59:01 PDT 2016


http://bugzilla.nasm.us/show_bug.cgi?id=3392356

            Bug ID: 3392356
           Summary: Compile failure with -g option if the nasm source
                    include one header file with struc
           Product: NASM
           Version: 2.12.xx
          Hardware: All
                OS: All
            Status: OPEN
          Severity: severe
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: liming.gao at intel.com
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us

I use nasm 2.12.01 to compile my nasm source file with -Ox -f win32 -g option.
This nasm source file includes the file with %include "test.inc". test.inc
defines one structure like below. It will cause build failure. If I remove this
struc from test.inc or remove -g option, it will build fine. 

test.inc:
struc TEST_HEADER 
 .Dummy      resd     1       
endstruc

compiler failure:
error: unable to hash file test.inc. Debug information may be unavailable.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list