You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Xargo is already under maintenance(japaric/xargo#193). I decided to use build-std feature of cargo to build mipsel-unknown-linux-uclibc target program.
But i got error adding symbols: File in wrong format error msg.
Steps
cargo new foo
cd foo
cargo +nightly run -Z build-std --target mipsel-unknown-linux-uclibc
Problem
Since
Xargo
is already under maintenance(japaric/xargo#193). I decided to usebuild-std
feature of cargo to buildmipsel-unknown-linux-uclibc
target program.But i got error adding symbols: File in wrong format error msg.
Steps
cargo new foo cd foo cargo +nightly run -Z build-std --target mipsel-unknown-linux-uclibc
Possible Solution(s)
No response
Notes
compile output:
Version
The text was updated successfully, but these errors were encountered: