[Bug go/57194] New: go binaries give "no debug info in ELF executable errno -1"

allan at archlinux dot org gcc-bugzilla@gcc.gnu.org
Tue May 7 11:05:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57194

             Bug #: 57194
           Summary: go binaries give "no debug info in ELF executable
                    errno -1"
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: ian@airs.com
        ReportedBy: allan@archlinux.org


Since revision r195931, running anything compiled with gccgo without any
compile flags gives:

# ./a.out 
no debug info in ELF executable errno -1
fatal error: no debug info in ELF executable

Adding "-g" to the compile line results in a working binary, but stripping this
binary results in the same error.



More information about the Gcc-bugs mailing list