Problems with PSPSDK on linux -please help

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Problems with PSPSDK on linux -please help

Post by gambiting »

Hi! I'm using a REAL linux(not emulated on cygwin) - it's Kubuntu 6.06.I've compiled SDK without any problems,but now every time I try to compile any psp app I have a lot of errors.It began with psp-gcc not found.So I've copied everything from /usr/local/pspdev/bin to /usr/bin and now It has found psp-gcc but it it gaves me errors like "pspdisplay.h","pspcontrol.h" not found etc. I've copied all include folders to a /usr/include but it doesn't help.It looks like my linux don't know where the pspsdk is installed.Could anyone help?I'm not afraid of command line,so speak freely.
weltall
Posts: 310
Joined: Fri Feb 20, 2004 1:56 am
Contact:

Post by weltall »

you didn't set the paths like told by the readme in the toolchain
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Post by gambiting »

Yeah,I know,but I don't know where to put it(export PATH="/usr/local/pspdev/bin:$PATH") in. It only says "to your login settings",and I would like to know in what file exactly and where.Thanks anyway,and please - more help ;-(
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

in your .bash_profile

in terminal type
cd ~/
sudo pico .bash_profile
and then your root password
should be something there
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Post by gambiting »

Ok,now it works,big thanks!!!
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

NP.


Im glad there are people who use Linux and Mac OS X instead of using Cygwin to try and emulate unix (Never the same)
Post Reply