Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mips build #27

Open
user9931 opened this issue Sep 14, 2021 · 3 comments
Open

Mips build #27

user9931 opened this issue Sep 14, 2021 · 3 comments

Comments

@user9931
Copy link

I have router, keenetic with MT7621AT, and trying to use mipsle_softfloat build. It doestnot work - just hang the terminal and not output

12345

@maddie
Copy link
Collaborator

maddie commented Sep 17, 2021

Not sure about your environment so I can't say what the problem is. Sorry that I couldn't be more helpful.

@paldier
Copy link

paldier commented Nov 21, 2021

mips too

@paldier
Copy link

paldier commented Nov 21, 2021

I built it, it works well, i guess it is a bug in upx.

buildGo() {
  GOOS=$1
  GOARCH=$2
  echo "Building($GOOS/$GOARCH)..."
  TargetDir=bin/$GOARCH
  env GOPROXY=https://goproxy.io GOOS=$GOOS GOARCH=$GOARCH CGO_ENABLED=0 go build -ldflags "-w -s" -trimpath -o $TargetDir/speedtest main.go
}
cp -rf web/assets/example-singleServer-full.html web/assets/index.html
 buildGo linux mips
 buildGo linux mipsle
 buildGo linux arm
 buildGo linux arm64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants