I was trying to set up neek2o on my Wii U via the vWii.
Cant seem to find the right version.
Could anyone help me out?
Cant seem to find the right version.
Could anyone help me out?
One google search:
https://gbatemp.net/threads/vwii-sneek.360615/
Alright, thank you!The guide also shows you to get devkitpro and how to start the compilation.
The source code can still be obtained so there is no problem.
If it still compiles after the various changes to devkitpro in the meantime there should be no problem for you to accomplish it.
Just installed the devkit pro i found online.@Hephaestus Ok the normal devkitPro installation lacks the arm-eabi-gcc tools and only offers the arm-none-eabi tools.
Maybe you need to install an older version that still includes those as I get errors when using the none-eabi ones.
I built the files before your edit. Only edited the python-part.@Hephaestus
Oh sorry, I didn't read an instruction and made a mistake.
Until Compiling SNEEK everything works when following the guide.
As handling the commands that appear on Powershell/CMD is a pain, devkitpro ships with msys2 that has all devkitpro paths set up already.
So start the msys2 shell in C:\devkitPro\msys2\msys2_shell.cmd when the compilation step comes up.
As it is intended for linux, you need to change the IOSKpatch, elfins and efix occurences in build_boot2.sh to IOSKpatch.exe, elfins.exe and efix.exe .
As the default python in the msys2 shell is python3, you need to change "MAKEBIN = python makebin.py" in line 9 of the Makefile in mini-tree-mod to "MAKEBIN = python2 makebin.py" and if there is still an error when compiling with command not found or something, install it with "pacman -S python2".
Then change the working directory to the path you downloaded the svn code to, paths now use "/" instead of "\" so if the downloaded code is on your desktop you get to the path with "cd /c/Users/yourname/Desktop/sneek-read-only"
Then use the bash script build_boot2.sh via the command "./build_boot2.sh".
Then everything compiles and as the next steps involve no compiling, the rest should work without problems.
Yeah, i got all the bin files!@Hephaestus If there were no errors and you got the .bin files it's not necessary.
I guess I must have deleted the devkitpro path from my system environment variables someday so you didn't need to do it.
@Hephaestus According to https://wiidatabase.de/downloads/pc-tools/sneek-installer/ you can place backups of your legally owned games under /games/TITLE_ID/*.wbfs with kernel_usb_di.bin so you should be able to use NAND emulation from a USB device.
