I can compile it with ``` env GOOS=linux GOARCH=m...
# netmaker
d
I can compile it with
Copy code
env GOOS=linux GOARCH=mips go build -trimpath -ldflags="-s -w" -o build/netclient-mips/netclient main.go && upx build/netclient-mips/netclient && chmod +x build/netclient-mips/netclient
But then when I move the binary over to the
usg
and execute it, then I get no feedback and have to send an interrupt signal to cancel its execution.