[Nasm-bugs] [Bug 3392384] New: error: elf32 output format does not support 64-bit code

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Mon Feb 6 15:30:46 PST 2017


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

            Bug ID: 3392384
           Summary: error: elf32 output format does not support 64-bit
                    code
           Product: NASM
           Version: 2.11.xx
          Hardware: PC
                OS: All
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: poizan at poizan.dk
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us

I hit this while working on some 32-to-64-bit interop code. That's frustrating,
the assembler should just do what I tell it to and not make any decisions on
what kind of code that should be allowed in the object file. I can get somewhat
around it by building to elf64 and use objcopy, still it seems like an
arbitrary restriction.

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