Closed urherenow closed 1 year ago
had you installed cargo-nx? https://github.com/aarch64-switch-rs/cargo-nx
Lol... I just saw this reply after scratching my head over it for some time (edit: it finished building while I was typing this reply)
First, I had to uninstall rust and get rustup installed. Then I followed from step 2 and 3 here: https://github.com/aarch64-switch-rs/setup-guide.
I'm good now and have built it with the required libtesla change.
I was going to make a build using the latest libtesla, but cargo really doesn't like your makefile (on Ubuntu). It ends up with
I assume because of this:
&& cargo nx build --release
I can simply remove nx from the line, but then get stuck at:
updating git repository
https://github.com/aarch64-switch-rs/logpacket
error: failed to runrustc
to learn about target-specific informationI'll try with mingw64 in Msys2 instead and update (or delete) this issue. Just gotta get rust and cargo installed first... EDIT: Same thing in MinGW64