Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build failed #66

Open
TheProshi opened this issue Sep 29, 2024 · 1 comment
Open

build failed #66

TheProshi opened this issue Sep 29, 2024 · 1 comment

Comments

@TheProshi
Copy link

hello I was compiling on windows and got this error

thread 'main' panicked at C:\Users\me.cargo\git\checkouts\ctru-rs-1206856f7a5d76bc\4a15ec9\ctru-sys\build.rs:180:10:
called Result::unwrap() on an Err value: Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish..

@Meziu
Copy link
Member

Meziu commented Sep 30, 2024

Do you have the devkitARM toolchain installed with all the tools? It is possible the path is either wrong or the compiler is actually missing.

Check whether DEVKITARM and DEVKITPRO are variables defined in your environment and whether the path they specify actually contains the needed tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants