Search found 9 matches

by Subzero
Tue Aug 02, 2005 9:39 am
Forum: PSP Development
Topic: Latest SVN pspsdk errors
Replies: 8
Views: 3440

Back in business.

Thank you
by Subzero
Mon Aug 01, 2005 8:28 pm
Forum: PSP Development
Topic: Latest SVN pspsdk errors
Replies: 8
Views: 3440

Ok this happened to yesterday after I updated the sdk. via ./toolchain.sh -p since then I updeted the whole thing via ./toolchain.sh still I got the same errors, so I updated again(just in case) via ./toolchain.sh and still I get these errors: $ make psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -...
by Subzero
Fri Jul 22, 2005 8:56 am
Forum: PSP Development
Topic: Windows PSPSDK Help
Replies: 43
Views: 24489

I updated the sdk via ./toolchain.sh -p controller compiles now.
Thank you.
by Subzero
Fri Jul 22, 2005 8:09 am
Forum: PSP Development
Topic: Windows PSPSDK Help
Replies: 43
Views: 24489

I am new to cygwin, could you tell me how to use subversion to
build the new sdk?
by Subzero
Fri Jul 22, 2005 7:34 am
Forum: PSP Development
Topic: Windows PSPSDK Help
Replies: 43
Views: 24489

I just installed the toolchain and sdk yesterday,
I used pspsdk-1.0+beta.tar.gz and psptoolchain-20050713.tar
by Subzero
Fri Jul 22, 2005 6:04 am
Forum: PSP Development
Topic: Windows PSPSDK Help
Replies: 43
Views: 24489

I have the toolchain set up at the command line now. I can compile helloworld and the sdktest just fine, however I can't complie many other samples. Here is the output I get from the sircs sample: j@DESK /usr/local/pspdev/psp/sdk/samples/ir/sircs $ make psp-gcc -I. -I/usr/local/pspdev/psp/sdk/includ...
by Subzero
Thu Jul 14, 2005 8:54 pm
Forum: PSP Development
Topic: Setting up Dev-C++ with PSPSDK
Replies: 64
Views: 55602

My toolchain folders have no spaces either.
Same error!
by Subzero
Thu Jul 14, 2005 11:17 am
Forum: PSP Development
Topic: Setting up Dev-C++ with PSPSDK
Replies: 64
Views: 55602

I never came across that error, but it could be a problem in the build.mak file that you are including, or your Makefile Perhaps you should post your Makefile here? Here is the make file: TARGET = sdktest OBJS = main.o INCDIR = CFLAGS = -O2 -G0 -Wall -I"C:\pspdev\devkitPSP\psp\include" CX...
by Subzero
Mon Jul 11, 2005 3:45 am
Forum: PSP Development
Topic: Setting up Dev-C++ with PSPSDK
Replies: 64
Views: 55602

Hello
I have tried setting this up and
compiling the sdktest sample. I am getting this error

C:\pspdev\devkitPSP\psp\sdk\samples\sdktest\Makefile [Build Error] No rule to make target `main.o', needed by `sdktest.elf'. Stop.

could someone help with this please.

Thank you