mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #39] Linux/mips binary #16
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bluemeda on GitHub (Oct 18, 2017).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/39
please provide linux/mips (32bit) binary
@bluemeda commented on GitHub (Oct 18, 2017):
Solved, finally I can compile it by myself
just go to
cmd/tunnelget the dependencies
go get -u gopkg.in/yaml.v2go get -u github.com/cenkalti/backoffthen compile it
GOOS=linux GOARCH=mips go build@bluemeda commented on GitHub (Oct 18, 2017):
I just compiled it successfully, but when I executed it in LEDE(openWRT) it said
Illegal instruction@mmatczuk commented on GitHub (Oct 18, 2017):
export CGO_ENABLED=0@bluemeda commented on GitHub (Oct 19, 2017):
this is my cpuinfo
I think it does not support FPU. So, any go-based code can't be executed.
@mmatczuk commented on GitHub (Oct 19, 2017):
It seems there are two options
Good luck!
@RoganDawes commented on GitHub (Oct 16, 2020):
This is my command line for compiling the client for my OpenWrt router (MT7621), using go1.14.9: