GP32 Mr.mirko's Sdk For Windows - Some Errors Found?


Max

Member
Joined
Dec 3, 2003
Messages
225
Age
40
Location
Munich and Nuremberg, Germany
Website
Visit site
I'm a newbie at GP32 development, and I don't want to bother too much, just some points I've found in the readme which doesnt work like it should.

95/98/Me : Start -> Run -> sysedit.
Goto autoexec.bat.
At the end of the file, add the line
set path=%path%;c:\devkitadv\bin
And save.
Why should I use the "c:\devkitadv\bin" path if the real path is "C:\gp32_MrMirko"?

3. Grab the latest SDK from http://mirkoroller.de/gp32 and run extracrtSDK.bat
Errr... when I run the extractSDK.bat it doenst work, the command "tar xfvj SDK*.bz2" can't work anyhow cause there is no command "tar", I am working with Win98...
 
>At the end of the file, add the line
> set path=%path%;c:\devkitadv\bin
>And save.


>Why should I use the "c:\devkitadv\bin" path if the real path is "C:\gp32_MrMirko"?


replace
c:\devkitadv\bin with
c:\gp32_MrMirko\bin



> the command "tar xfvj SDK*.bz2" can't work anyhow cause there is no command "tar", I am

The Path c:\gp32_MrMirko\bin is not set correctly, and the tar command is not found...
 
oops..thats a typo.. sorry about that.

I "borrowed" some stuff from the devkitadv readme and i guess I forgot to change that.
 
Back
Top