[Nasm-bugs] [Bug 3392650] Microsoft linker reports corrupt debug information

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Thu Jun 25 15:52:15 PDT 2020


https://bugzilla.nasm.us/show_bug.cgi?id=3392650

michael at mehlich.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael at mehlich.com

--- Comment #2 from michael at mehlich.com ---
The issue is still occurring with 2.15rc11

"c:/Program Files/NASM/nasm.exe" -v
NASM version 2.15rc11 compiled on Jun 25 2020
"c:/Program Files/NASM/nasm.exe" -fwin64 examples/mytest.asm -p
win64/optimizations.inc -g -Fcv8 -Ox -o examples/mytest.obj -MD
examples/mytest.dep
"c:/Program Files (x86)/Microsoft Visual
Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/link.exe"
/nologo /incremental:no /subsystem:console /out:examples/mytest.exe
examples/mytest.obj /entry:main /stack:65536,65536 /release /debug
/dynamicbase:no /pdb:examples/mytest.pdb
mytest.obj : warning LNK4209: debugging information corrupt; recompile module;
linking object as if no debug info
mytest.obj : warning LNK4209: debugging information corrupt; recompile module;
linking object as if no debug info

I don't know anything about the cv8 debug format, so I don't think I can help
figuring out why this is happening.

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