Hi guys,
I have cloned the sources, installed the dependencies, but when I try to build, I get the following:
# github.com/lunixbochs/usercorn/go/models
Golang/src/github.com/lunixbochs/usercorn/go/models/mapped_file.go:64: f.Class undefined (type *dwarf.Field has no field or method Class)
Golang/src/github.com/lunixbochs/usercorn/go/models/mapped_file.go:65: undefined: dwarf.ClassAddress
Golang/src/github.com/lunixbochs/usercorn/go/models/mapped_file.go:67: undefined: dwarf.ClassConstant
Golang/src/github.com/lunixbochs/usercorn/go/models/mapped_file.go:86: entry.AttrField undefined (type *dwarf.Entry has no field or method AttrField)
Golang/src/github.com/lunixbochs/usercorn/go/models/mapped_file.go:88: m.DWARF.LineReader undefined (type *dwarf.Data has no field or method LineReader)
Golang/src/github.com/lunixbochs/usercorn/go/models/mapped_file.go:89: undefined: dwarf.LineEntry
Hi guys, I have cloned the sources, installed the dependencies, but when I try to build, I get the following: