devkitPro / installer

383 stars 40 forks source link

Windows 10 32-bit Installation? #32

Closed creativegamer03 closed 3 years ago

creativegamer03 commented 3 years ago

How do I install it for Windows 10 32-bit, since the installer shows a pop-up error window saying "Sorry, this installer only supports 64 bit" ?

thejsa commented 3 years ago

32-bit Windows isn't really supported anymore, as I understand it, due to a lack of 32-bit support in msys2 which dkP toolchains rely on to provide Unix-y tools; see #18, #23 where people have asked about this before.

You might be able to get it working by using an older build of msys2 which still has 32-bit support (the last being in July 2020) and manually configuring it using the instructions at https://devkitpro.org/wiki/devkitPro_pacman#Customising_Existing_Pacman_Install -- but I would really strongly recommend upgrading to Windows 10 64-bit if at all possible.

pinobatch commented 3 years ago

Reporter's PC is a detachable tablet PC with 1 GB RAM, presumably soldered-in. This meets the minimum requirements for Windows 10 32-bit but not Windows 10 64-bit.

thejsa commented 3 years ago

Reporter's PC is a detachable tablet PC with 1 GB RAM, presumably soldered-in. This meets the minimum requirements for Windows 10 32-bit but not Windows 10 64-bit.

In this case the workaround mentioned should get things working, but OP is not in for a great time over the next few years as more and more things drop 32-bit support, so worth looking into getting an alternative machine if they can (would say Linux, but drivers can be iffy on those tablets from experience)

WinterMute commented 3 years ago

The instructions at https://devkitpro.org/wiki/devkitPro_pacman link to the 32bit msys2 installer and have instructions for adding the tools manually. Unfortunately it's growing increasingly difficult to support 32bit machines and I'm really not sure just how much longer we can keep this up.