rust3ds / cargo-3ds

Cargo command to work with Nintendo 3DS project binaries.
Apache License 2.0
58 stars 10 forks source link

build failed #66

Open TheProshi opened 1 week ago

TheProshi commented 1 week ago

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 commented 1 week ago

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.