Search found 4 matches

by TsukasaX
Fri Nov 18, 2005 2:26 am
Forum: PSP Development
Topic: PSPToolchain Installation Help.
Replies: 10
Views: 3980

Making all in sdk if psp-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../sdk/base -I../../sdk/kernel -I../../sdk/user -I../../sdk/net -I../../sdk/utility -g -O2 -G0 -Wall -MT query_mod.o -MD -MP -MF ".deps/query_mod.Tpo" -c -o query_mod.o query_mod.c; \ then mv -f ".deps/query_mod.Tpo&qu...
by TsukasaX
Thu Nov 17, 2005 8:24 am
Forum: PSP Development
Topic: need help
Replies: 4
Views: 1601

In the makefile, include
PSPSDK=$(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build.mak
I think that's what it's telling you anyway.
by TsukasaX
Thu Nov 17, 2005 7:37 am
Forum: PSP Development
Topic: PSPToolchain Installation Help.
Replies: 10
Views: 3980

I added those lines to the .bashrc file, but I still get the errors even after running 'psp-gcc -v'.
make: psp-config: Command not found
Makefile:12: /lib/build.mak: No such file or directory

--

Guess i'll try a re-install.
by TsukasaX
Wed Nov 16, 2005 6:45 am
Forum: PSP Development
Topic: PSPToolchain Installation Help.
Replies: 10
Views: 3980

PSPToolchain Installation Help.

The other day I decided I wanted to get into homebrew. I installed Cygwin and all the correct components, then ran toolchain.sh. After about 8 hours, I ended up with quite a few errors. I forgot which errors they were, and I don't want to run the toolchain another time just to find the errors :(. I ...