Replies: 1 comment
-
The problem is that target.target is applied for any thing thats built using that target, which in this case includes build scripts. We dont have a good solution for this currently, see #931 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When compiling proiect with
cross build --target armv7-unknown-linux-gnueabihf --release
and having such content in ~/.cargo/config.toml
compilation thows such errors
but when I manually remove other than arv7 linkers - content of new
~/.cargo/config.toml
then everything works fine
Why in first situation this showed an error?
Beta Was this translation helpful? Give feedback.
All reactions