Page 1 of 1

Building devkitARM on Windows

Posted: Wed May 27, 2009 11:57 am
by m4c0
My problem is simple: how to build devkitARM on/for Windows? I've tryed with cygwin and mingw, without success... What do I really need? Is there any doc I missed?

Re: Building devkitARM on Windows

Posted: Wed May 27, 2009 1:47 pm
by WinterMute
Is there something wrong with the supplied binaries?

Re: Building devkitARM on Windows

Posted: Thu May 28, 2009 11:58 am
by m4c0
Nothing wrong. I just want to mess around. What's the point of a open source project if I can't compile it? 8)

Re: Building devkitARM on Windows

Posted: Wed Jun 03, 2009 12:11 pm
by m4c0
Well, just to keep records, I tryed with cygwin, but its emulation layer (and the awful "/cygdrive" syntax) didn't help too much.

I got some success with MSYS. I've downloaded MSYS + gcc + g++ + flex + bison + gmp + regex from mingw sf project and compiled mpfr by hand. Seems promising, but I got a segfault at argz_count.c (from newlib).