procfs icon indicating copy to clipboard operation
procfs copied to clipboard

Cross compile error

Open gyulkkajo opened this issue 6 years ago • 0 comments

I encounter an error while building for ARM. The error I found is below

$ GOOS=linux GOARCH=arm64 go build
# github.com/jandre/procfs/util
../../go/src/github.com/jandre/procfs/util/structparser.go:87:12: undefined: jiffiesToTime
../../go/src/github.com/jandre/procfs/util/structparser.go:93:12: undefined: jiffiesToDuration

I've tried to fix it for myself but couldn't make it because I'm quite new for golang. Am I missing something?

gyulkkajo avatar Jan 02 '19 07:01 gyulkkajo