[Nasm-bugs] [Bug 3392537] Codeview not valid with win64

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Mon Dec 24 07:54:19 PST 2018


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

--- Comment #1 from Cyrill Gorcunov <gorcunov at gmail.com> ---
[cyrill at uranus nasm.git] ./nasm -f win64 -y

valid debug formats for 'win64' output format are ('*' denotes default):
    cv8       Codeview 8
[cyrill at uranus nasm.git] ./nasm -f elf -y

valid debug formats for 'elf32' output format are ('*' denotes default):
    dwarf     ELF32 (i386) dwarf debug format for Linux/Unix
    stabs     ELF32 (i386) stabs debug format for Linux/Unix
[cyrill at uranus nasm.git] 

The "Codeview 8" is just a long name for debug format. You should pass "-F cv8"
option instead.

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