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

gateway_mfr can't run in a mipsel platform #14

Closed
idl-polun opened this issue Apr 1, 2022 · 0 comments · Fixed by #15
Closed

gateway_mfr can't run in a mipsel platform #14

idl-polun opened this issue Apr 1, 2022 · 0 comments · Fixed by #15

Comments

@idl-polun
Copy link

idl-polun commented Apr 1, 2022

hi,
Sorry to bring this issue again (#7)
my platform is [ramips_24kec] (MT7628 is its soc, sorry to confuse you before)
the error as #7, it just cannot run but gateway-rs can.

and problem solved after I add static link flag in .cargo/config as below
[target.mipsel-unknown-linux-musl]
rustflags = ["-C", "target-feature=+crt-static"]

sorry I am newbie of rust, not sure if correct solution for this.

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

Successfully merging a pull request may close this issue.

1 participant