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: i...@airs.com ReportedBy: al...@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.