| View previous topic :: View next topic |
| Author |
Message |
gambiting
Joined: 17 Aug 2006 Posts: 154
|
Posted: Sat Sep 23, 2006 3:29 am Post subject: Problems with PSPSDK on linux -please help |
|
|
| 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. |
|
| Back to top |
|
 |
weltall
Joined: 20 Feb 2004 Posts: 310
|
Posted: Sat Sep 23, 2006 3:47 am Post subject: |
|
|
| you didn't set the paths like told by the readme in the toolchain |
|
| Back to top |
|
 |
gambiting
Joined: 17 Aug 2006 Posts: 154
|
Posted: Sat Sep 23, 2006 4:00 am Post subject: |
|
|
| 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 ;-( |
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Sat Sep 23, 2006 6:44 pm Post subject: |
|
|
in your .bash_profile
in terminal type
cd ~/
sudo pico .bash_profile
and then your root password
should be something there |
|
| Back to top |
|
 |
gambiting
Joined: 17 Aug 2006 Posts: 154
|
Posted: Sun Sep 24, 2006 3:27 pm Post subject: |
|
|
| Ok,now it works,big thanks!!! |
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Sun Sep 24, 2006 5:24 pm Post subject: |
|
|
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) |
|
| Back to top |
|
 |
|