I have not compiled this sdk in years so I'm unsure if it will work with x64 windows 7. Does anyone have any information on how to set it up on x64 windows 7 or if it's even possible? I have tried compiling myself and using the precompiled one from several sources including this site but I haven't had any luck.
Announcement
Collapse
No announcement yet.
ps2sdk questions
Collapse
X
-
I use the one available here (http://gamehacking.org/download#section18) titled "Win32 Pre-Built PS2SDK 5.0" and then update it with the current PS2SDK found here (https://github.com/ps2dev/ps2sdk).Originally posted by Harry62 View PostI have not compiled this sdk in years so I'm unsure if it will work with x64 windows 7. Does anyone have any information on how to set it up on x64 windows 7 or if it's even possible? I have tried compiling myself and using the precompiled one from several sources including this site but I haven't had any luck.
So first make sure that the pre-built ps2sdk is working fine. Then download the source off github and extract it somewhere. Simply run make and then make install (either on the root project or on individual folders like EE and IOP; I can't remember). That should work since I was on Win7 64 bit before I moved onto Windows 8.
I could always upload my compiled copy of the SDK if you need it. It isn't the most recent version but I think I updated it earlier this year.
EDIT: Since you can't get the pre-compiled sdk from here working I don't know what to say lol. I can only confirm that following the instructions on Win7 64 bit worked for me.Last edited by dnawrkshp; 07-23-2015, 06:46:16 PM.
Comment