[Bug 507178] New: i686-pc-mingw32-readelf reports "Not an ELF file"

bugzilla at redhat.com bugzilla at redhat.com
Sun Jun 21 14:25:54 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: i686-pc-mingw32-readelf reports "Not an ELF file"

https://bugzilla.redhat.com/show_bug.cgi?id=507178

           Summary: i686-pc-mingw32-readelf reports "Not an ELF file"
           Product: Fedora
           Version: 11
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: mingw32-binutils
        AssignedTo: rjones at redhat.com
        ReportedBy: hellwolf.misty at gmail.com
         QAContact: extras-qa at fedoraproject.org
                CC: berrange at redhat.com, rjones at redhat.com,
                    fedora-mingw at lists.fedoraproject.org
    Classification: Fedora


Description of problem:
i686-pc-mingw32-readelf reports "Not an ELF file" to the exe file produes by
i686-pc-mingw32-gcc.

Version-Release number of selected component (if applicable):
mingw32-binutils-2.19.1-4.fc11.i586

How reproducible:
$ cat 1.c
#include <stdio.h>

int main()
{
    printf("hellwolf\n");
}
$ i686-pc-mingw32-gcc 1.c
$ i686-pc-mingw32-readelf -d a.exe 
readelf: Error: Not an ELF file - it has the wrong magic bytes at the start

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the mingw mailing list