GP32 Installing Mrmirko's Sdk


rackbox

Still Fresh
Joined
Mar 26, 2004
Messages
55
Age
48
Website
Visit site
Am I the only one having trouble installing the SDK from MrMirko?

First I installed devkitadv, and all was bliss... Then I tried tutors on MrMirko's devkit, but, as you can guess, they didn't compile.

Then I dl'ed gp32_MrMirko.rar and extracted to c:\gp32_MrMirko

Hmm.. Add PATH to system vars.. I first removed the one for devkitadv, as it seemed stupid to have two paths to a make file..

Now MrMirko's SDK Readme file tells me to run extractSDK.bat - but the result is:

Code:
tar was not recognized as either an external or internal command


However.. Somewhere along the line something requires CygWin... I know I don't have that - and I know I wont want that...

Can I get a step-by-step install tutorial from some1?
 
OK.. Now I manually extracted the bz2-file... Copying compile.bat into some example dir seems also worthless.. make is still not recognized...

So I copy make to the example dir too

Well.. Now it tries to compile, but fails.. Missing all the .o files, it says..

THIS IS NOT INTUITIVE!
 
Finally I got it working...

Saw another post where it said, that the pathentry to devkitadv should be disabled in order to run the correct make-file...

Also WinXP has some problems with too long path-strings..
 
Back
Top