Search found 1 match

by RiZ
Sun Oct 22, 2006 7:31 am
Forum: PSP Development
Topic: How to compile, link and transfer PSP programs from VS.NET
Replies: 71
Views: 121344

I seem to be getting this error when I try building as: unrecognized option `-G0' I edited the msvc-cygwin-make file and added these two lines: set path=%path%;c:/cygwin/usr/local/pspdev/bin set PSPSDK=c:/cygwin/usr/local/pspdev/sdk If I just go into cygwin and do: psp-gcc -G0 -Wall ...