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.