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
I don't think this is a particularly actionable bug in Cargo itself, it'll just take time for the target to be found on the stable/beta compilers. If you use a nightly compiler to build the target then everything should work just fine. Cargo itself has no knowledge of targets or target triples, so it's just the underlying compiler that needs to be updated here (or perhaps a stale build directory?)
The new
armv7
target hasn't been introduced in the crates ecosystem yet, predictably resulting in errors like this:BTW, @alexcrichton well spotted fixing the
.mk
file - I was going to open a PR myself.I was also wondering if on the last line:
CFG_GNU_TRIPLE_armv7-unknown-linux-gnueabihf := armv7-unknown-linux-gnueabihf
it was really necessary to differentiate from
arm-
?The text was updated successfully, but these errors were encountered: