GP32 Mr Mirkos For Windows


bobintrees

Still Fresh
Joined
Feb 7, 2004
Messages
35
I just finished putting together a devkitadv-like kit for MrMirkos SDK for Windows.

It works on Xp, so if some people could give me some feedback on other Win OSes.

It does not include MrMirkos SDK, however the SDK is upgradeable when new versions come out.

Read the README for installation/more information.

Mr Mirko/gp32x: Do you want to include this on your page(15mb)?

Feedback to improve this pack is welcomed.

Now on to the files:
Edit: Changed the url to don's mirror(hope you don't mind don..thanks)
http://134.155.59.2/~ck/mirror/gp32_MrMirko.rar
Ive just been hosting it off my poor little comp/connection.

Have fun,
Bobintrees
 
Damn this is good news. Now I can start taking my gp32 work with me to work every day.

:rolleyes:
 
thanx bobintrees for this amazing thing :)

And thanx don for you web space... ( give me your adress, and i send you some sweets :p )


nice work ...
 
:huh: How would u install and configure it (Mr Mirkos For Windows), if both devkitadv and Mr Mirkos For Windows were installed in a directory which was not C:\devkitadv and C:\gp32_MrMirko\? (My path to devkitadv bin directory is C:\Programming\GP32\devkitadv\bin and for Mr Mirkos For Windows, it is C:\programming\gp32\gp32_MrMirko\bin). I got it to compile the example sources, but I get problems when I compile custom made sources and makefiles.

I get this while trying to compile the hello tutorial:
Code:
arm-elf-gcc -nostartfiles -s -Wall -Wl,-Map,Test.map  -T lnkscript crt0.o -o hello.elf hello.o ../lib/gp_common.a ../lib/gp_font8.a
/cygdrive/c/programming/gp32/gp32_MrMirko/bin/../lib/gcc-lib/arm-elf/3.3.3/../../../../arm-elf/bin/ld: cannot open linker script file lnkscript: No such file or directory
collect2: ld returned 1 exit status
make: *** [all] Error 1
Thanks! :)
 
The only thing that needs to be changed is the PATH. I am guessing that on your machine, your PATH has both devkitadv and MrMirko in there. So when you run "make" it is calling the wrong one.

When you using MrMirkos, change the dir name for devkitadv slightly so that PATH wont point to it. Do the reverse when using devkitadv.

For example:
Change the dir name to C:\Programming\GP32\devkitadv1 when using MrMirkos
and
Change the dir name to C:\programming\gp32\gp32_MrMirko1 when using devkitadv

This way the right make.exe will be called
 
replacing by the new one, now I have :

arm-elf-gcc -c -o crt0.o crt0.S
arm-elf-gcc: installation problem, cannot exec `cc1': No such file or directory
make: *** [crt0.o] Error 1

where is cc1 ?

Thor
 
Back
Top