[Nasm-bugs] [Bug 3392351] New: Codeview doesn't use include path when processing include files

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Wed May 4 19:07:46 PDT 2016


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

            Bug ID: 3392351
           Summary: Codeview doesn't use include path when processing
                    include files
           Product: NASM
           Version: 2.12.xx
          Hardware: PC
                OS: Windows
            Status: OPEN
          Severity: major
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: zlatko.karakas at gmail.com
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us

When NASM is instructed to generate codeview debug symbols (-gcv8 in command
line), and NASM command is run from directory different than the source files,
assembling will fail with "error: unable to hash file <any include file>".
calc_md5() in codeview.c tries to open include file without taking in account
include directories specified from command line and fails.

-- 
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