I downloaded GPH's GP2XSDK, unzipped it into a folder, and also downloaded a sample project that was linked either here or in GPH's dev forum. I'm able to compile individual files just fine, but when I try to compile the enter project, I get
I've tried several other projects, and get the same error with all of them.
Anybody run into this before and been able to sort it out?
Code:
Compiler: gp2x
Building Makefile: "G:\gp2xsdk\projects\hello_bmp\Makefile.gp2x
Executing make...
make.exe -f "G:\gp2xsdk\projects\hello_bmp\Makefile.gp2x all
cygwin-mkdir -p "gp2x"
3 [main] ? 1304 init_cheap: Couldn't reserve 3600336 bytes of space for cygwin's heap, Win32 error 487
G:\GP2XSDK\bin\cygwin-mkdir.exe (1304): *** AllocationBase 0x0, Base Address 0x61820000, RegionSize 0x360000, State 0x10000
make.exe: *** (all-before) Error - 1073741819
Execution terminated
I've tried several other projects, and get the same error with all of them.
Anybody run into this before and been able to sort it out?