No pre-built standard library found, and ctru-sys not found #182
-
These two messages appear every time I try to build something. Is there something I can do to mitigate this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The "no pre-build" error is meant to appear to notify the user of the use of
You'd need a custom rustup toolchain and build the standard library for the |
Beta Was this translation helpful? Give feedback.
The "no pre-build" error is meant to appear to notify the user of the use of
build-std
(which at the end of the day, isn't extremely reliable). The other message should not appear ifctru-sys
was setup correctly, I'll have to see what's the problem with that.You'd need a custom rustup toolchain and build the standard library for the
armv6k-nintendo-3ds
target. It is not a documented process since buildingstd
requiresctru-sys
and some other…