Closed
Description
I upgraded to go 1.5 beta2 and get this error when building any cgo libraries
cannot load DWARF output from $WORK/command-line-arguments/_obj//cgo.o: decoding dwarf section info at offset 0x0: too short
even simple programs that just does
package main
// #include <stdio.h>
import "C"
func main() {
C.puts("test")
}
fails to build for me
Using gcc 4.9.2 on amd64