We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
参考 https://community.ui.com/questions/Golang-support-on-ER-X/7dd19ca6-3eee-4bb6-a4c6-8e5ea0fb37a0
基于Cavium平台,如 ER-Lite-3
$ GOOS=linux GOARCH=mips go build -o mybinary $ scp mybinary user@ip:/home/user
基于Mediatek平台,如 ER-X
$ GOOS=linux GOARCH=mipsle go build -o mybinary $ scp mybinary user@ip:/home/user
The text was updated successfully, but these errors were encountered:
No branches or pull requests
参考 https://community.ui.com/questions/Golang-support-on-ER-X/7dd19ca6-3eee-4bb6-a4c6-8e5ea0fb37a0
The text was updated successfully, but these errors were encountered: