Search found 4 matches

by McThunderThighs
Fri Apr 24, 2009 10:23 am
Forum: PSP Development
Topic: Make Error (psp-config: Command not found)
Replies: 5
Views: 2095

Code: Select all

export PATH=$PATH:$PAPDEV/bin:$PSPSDK/bin
./eclipse
No luck.

Running as root and sudo didn't help.

How do I add the path for eclipse? Sorry, eclipse newbie and I can't find it in the docs.

Thanks![/code]
by McThunderThighs
Thu Apr 23, 2009 8:14 am
Forum: PSP Development
Topic: Make Error (psp-config: Command not found)
Replies: 5
Views: 2095

I must have overlooked it in the excitement ;) Thanks so much, that now allows me to compile through the terminal, but I still can't get eclipse to work. I changed makefile projects over to the elf parser, but that was the only change I made. When attempting to compile the controller sample I get th...
by McThunderThighs
Wed Apr 22, 2009 12:20 pm
Forum: PSP Development
Topic: Make Error (psp-config: Command not found)
Replies: 5
Views: 2095

Make Error (psp-config: Command not found)

Yes I searched...no solutions that worked. Using Ubuntu 8.04, toolchain built without any detectable error. When attempting to build the elf_template sample I get this error: make: psp-config: Command not found Makefile:16: /lib/build.mak: No such file or dire...
by McThunderThighs
Mon Apr 20, 2009 7:49 am
Forum: PSP Development
Topic: PSP To GPS com via USB
Replies: 1
Views: 1258

PSP To GPS com via USB

Yes, I know search search search... Anyways...after searching I would still very much appreciate some help! Here is what I am trying to do: Connect the PSP to a Garmin GPS via USB (both have USB-b ports). Programming in C with PSPSDK. On the physical side, is there any such thing as a USB B-B wire, ...