When I create new project and try to compile it on my friends computer with Windows ME I get no errors.
..but on my laptop with Windows XP Home Edition I get following output:
and when I type (on command prompt)
I get a message popup window telling me this: (this is poorly translated by me from finnish)
Does anybody know how to get the sdk working?
..but on my laptop with Windows XP Home Edition I get following output:
Code:
Compiler: gp2x
Building Makefile: "C:\GP2XSDK\projects\Test\Makefile.gp2x"
Executing make...
make.exe -f "C:\GP2XSDK\projects\Test\Makefile.gp2x" all
cygwin-mkdir -p "gp2x"
make.exe: *** [all-before] Error -1073741511
Execution terminated
and when I type (on command prompt)
Code:
C:\GP2XSDK\bin\cygwin-mkdir -p "gp2x"
Code:
Procedures starting point _impure_ptr cannot be found in the linkable library cygwin1.dll
Does anybody know how to get the sdk working?