GP32 Mr Mirkos For Windows


I downloaded the v2.1 kit for windows from Mr.Mirkos page using the second link (first wasn't working). I got the "arm-elf-gcc: installation problem, cannot exec `cc1': No such file or directory" error with that one. I found the cc1.exe in another dir (\gp32_MrMirko\libexec\gcc\arm-elf\3.4.0) so I copied around a bit with the files, and got it to compile, but now I ended up with this error:

arm-elf-gcc -c -o crt0.o crt0.S
arm-elf-gcc -nostartfiles -s -Wall -Wl,-Map,Test.map -T lnkscript crt0.o -o double.elf double.o -L../lib -lmirkoSDK
ld: cannot find -lgcc
make: *** [all] Error 1

Is the kit I downloaded the right one, or is the one in the second link in the page a non-working version?

9,924,871 gp32_MrMirko-v2.1.rar

That's the one I'm trying to get to work.
 
Yeah, the SDK is unpacked (the examples I tried to compile is within the SDK-directory).

The errors seems to indicate that the gcc-stuff is somehow not configured correctly, but I can't figure out what's wrong.
 
have you tried compiling the examples?

on my pc i can't compile stuff that's not in the same folder as the examples.

ie: c:\gp32_mrmirkos\gp32_sdk\yourprojecthere
 
Yeah, I'm trying to compile on of the examples in the gp32_sdk dir, example.doublebuffer.

But as I stated earlier, when just installing the RAR, addidng the path unpacking the SDK according to the instructions, I get the following:

Code:
C:\gp32_MrMirko\gp32_SDK\example.doublebuffer>make
arm-elf-gcc -I../lib.src/include -O2 -s -w -mtune=arm9tdmi   -c -o double.o doub
le.c
arm-elf-gcc: installation problem, cannot exec `cc1': No such file or directory
make: *** [double.o] Error 1

C:\gp32_MrMirko\gp32_SDK\example.doublebuffer>

Then if I copy some of the exes from libexec\gcc\arm-elf\3.4.0 to the bin-directory I can get it to go a bit further, but then I end up with the error in my first post.
 
i have a similar problem on my laptop.
on my pc it works perfectly.

i got round this prob by using devkitARM from devkitARM.tk with mrmikos sdk.

here's how to set it up:

donwload it and set up like described on the site.
then download mrmiko's sdk, rename the file to tar.bz2 and unzip it with eg winrar to the devkitarm dir.

start msys and type

cd c:
cd gp32_mrmiko\gp32_sdk

then type make and wait until the sdk compiles.


remember to start all compiling inside msys.

hope that works.
 
Are there any working mirrors for this?
In fact, I'm just interested in win32-versions of bmp2raw and raw2c,
as I'm trying to move my crappy tic-tac-toe-clone from pixel-graphics (drawline and such ^^) to sprites :D
Are there any other links for these? (As I'm just too lazy to set up a win32-gcc dev-environment)
Has this Bobintrees devkitadv any other advantages over the win-package I downloaded from Mirko's site?
(As you might have guessed, I'm a noob :huh:)

[edit]
have found it in devkitarm, but Dalto's imageconverter is much better
 
I cant complie any example from MrMirkos SDK i have dun everything in the readme but it wont work. Cant find makefile or targets.
please help

nm solved it! I shall just run the compile.bat instead of drag the example.c to the compile.bat. stupid me :p
 
Back
Top