Open vaibhavexleapsemi opened 3 years ago
Hi, I am facing error while cross-compiling edgex app-service-configurable using riscv sdk. Following is the error I am getting:
../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:10:4: undefined: State ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:11:9: undefined: State ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:21:16: undefined: Socket ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:23:12: undefined: Poller ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:55:34: undefined: Socket ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:55:49: undefined: State ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:62:37: undefined: Socket ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/utils.go:17:12: undefined: Socket ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/utils.go:24:12: undefined: Socket ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/utils.go:28:12: undefined: Socket ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/utils.go:28:12: too many errors
Hi, I am facing error while cross-compiling edgex app-service-configurable using riscv sdk. Following is the error I am getting:
github.com/pebbe/zmq4
../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:10:4: undefined: State ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:11:9: undefined: State ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:21:16: undefined: Socket ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:23:12: undefined: Poller ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:55:34: undefined: Socket ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:55:49: undefined: State ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/reactor.go:62:37: undefined: Socket ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/utils.go:17:12: undefined: Socket ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/utils.go:24:12: undefined: Socket ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/utils.go:28:12: undefined: Socket ../go/pkg/mod/github.com/pebbe/zmq4@v1.0.0/utils.go:28:12: too many errors