I am able to succesfully install devkitPro and Cygwin BUT when I try to compile it throws me this Error:
1 [main] mkdir (4052) C:\devkitPro\tools\bin\mkdir.exe: *** fatal error - cygheap base mismatch detected - 0x180345408/0x180347408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
make: *** [Makefile:164: build] Error 127
I believe it occurred after a Windows Update. When I experiment with other Cygwin1.dll's It changes that second value ( 0x180345408/0x180347408 ) So I believe that devkitPro is asking for an outdated version of Cygwin and it is now Unusable for me. I am able to successfully compile within a Linux Ubuntu VM ( Because you don't need Cygwin ) but the Windows build of devkitPro is asking for outdated tools. If you can please tell me how to fix it / update the tools that would be much appreciated. Thank you for your time