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
it would be useful because regular cargo check shits errors about not being able to link because those are armv7 ar files and gcc is for x86_64. sometimes my ide starts acting weird and i'm not 100% certain it's showing me errors (usually when i'm developing for another architecture). i usually want to run this command if i do something i'm fairly sure you're not supposed to be able to do in rust but it doesn't give an error.
The text was updated successfully, but these errors were encountered:
Hi! I don't disagree that cargo vita check would be better, but as a workaround for now you can try cargo check --target armv7-sony-vita-newlibeabihf -Z build-std
it would be useful because regular
cargo check
shits errors about not being able to link because those are armv7ar
files and gcc is for x86_64. sometimes my ide starts acting weird and i'm not 100% certain it's showing me errors (usually when i'm developing for another architecture). i usually want to run this command if i do something i'm fairly sure you're not supposed to be able to do in rust but it doesn't give an error.The text was updated successfully, but these errors were encountered: