![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on psptoolchain on ubuntu fiesty within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; so i recently installed ubuntu fiesty and to continue my learining of C i now need to install the pspdev ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() |
so i recently installed ubuntu fiesty and to continue my learining of C i now need to install the pspdev to my computer to test that any test programs i make actually work. now heres the catch, i dont want to waste more space on my hardrives and time installing it on win XP and would like to use my linux to install this. now i have the psptoolchain folder downloaded but wheneever i type ./toolchain.sh into a terminal i get some wierd things like
Code:
ERROR: Set $PSPDEV before continuing ../depends/check-pspdev.sh: FAILED. thanks in advance. and yes im a linux no0b XD |
|
|
|
|
|
#2 | |
![]() |
Quote:
Add a line to the end of your .bashrc file (in your home directory) that points to the directory of the pspsdk. For example, on my system, I put it inside of my ~/src directory, so the command is: export PSPDEV=/home/evil/src/pspsdk If you add that path (remember to logout/in!) you should be able to proceed. |
|
|
|
|
|
|
#3 |
![]() |
i cant find such bashrc file, i looked in home, usr and other places but i cant find it. where is yours and should i include that i have beryl runing or does it make no interferancee
thanks edit: so i serached for .bashrc in my filesystem and found this ![]() which one is it? thanks again |
|
|
|
|
|
#5 | |
![]() |
Quote:
|
|
|
|
|
|
|
#6 |
![]() |
when i put that in a terminal it finds the file, but when i go to that location on a window it doesnt have it. ill just try to see if i can find an invissible needle in a haystack
edit: so i found the file, and added what you said to add at the end but still i get a ERROR: Add /home/aaaa/src/pspsdk/bin to your path before continuing. ../depends/check-pspdev.sh: failed. so i just add that to the same file continuing? Last edited by wrcsti; 08-08-2007 at 09:28 PM.. |
|
|
|
|
|
#10 |
|
I know this thread is old but I need some help on this. Whenever I try to run
Code:
./toolchain.sh ERROR: Add /usr/local/pspdev/bin to your path before continuing. ../depends/check-pspdev.sh: Failed. I have set Code:
export PSPDEV=/usr/local/pspdev export PATH=$PATH:$PSPDEV/bin |
|
|
|
|
|
|
#14 |
|
download this http://forum.psp.free.fr/public/psp/...gcc410.tar.bz2
its a pre-compiled version of the PSP SDK (with gcc-410) by zx81 its about 50mb then extract then move the folders of pspdev(bin,include,info,l ib, etc etc) folder to your /usr/local/ done. |
|
|
|
|
|
|
#15 |
![]() No longer a community member.
|
thats most likely assuming you have a intel based computer. You might want to read what architecture its compiled for before downloading. Plus comiling the toolchain yourself is always the best bet and you get the newest version.
|
|
|
|
|
|
#16 |
|
When I had those lines in .bash_profile I still got the error I had before putting them anywhere,
ERROR: Set $PSPDEV before continuing. ../depends/check-pspdev.sh: Failed. When I put them in .bashrc, the error changed to the error from my previous post, and putting them in .profile didn't change the error. Still being fairly new to linux I didn't know what was going on there, so I decided to figure out what those commands do. Now that I know what export actually does I checked to see what it output when I used just export, and /usr/local/pspdev/bin is in my path, so why is it failing. Last edited by Waynhim; 03-25-2008 at 07:41 AM.. |
|
|
|
|
|
|
#17 |
![]() Developer and Tutor.
My Mood:
Join Date: Jul 2007
Real First Name: Craig
Location: Widnes, England
Just Played: Life.
Posts: 1,646
Trader Feedback: 0
|
in the terminal you have to be the admin
type sudo -nautilus that will give you admin rights then do it i think that is the command, but i do know for sure that it is nautilus that you need so do some searching for that
__________________
------ FaT3oYCG -----
AKA Craig, call me what you want to It's your preference. My Website: is down for a while ... I'll bring a new one back soon. Currently working on: (0) PGE Gears Of War - On hold (Very large project). (0) PS???? - A tactical 2d side scrolling game involving AI and online multiplayer features. - Tile engine nearley finished (1 bug to fix). |
|
|
|
|
|
#18 | |
|
Quote:
Code:
nautilus |
||
|
|
|
|
|
#19 |
|
I've got it now, between my last post and now I went to a class where the professor is a Linux guru, presented the situation to him and he figured it out for me. If I'd remembered nautilus though that would've simplified the situation. I didn't realize that
Code:
sudo ./toolchain.sh It's taking longer to run than I thought it would. At this rate I might have to leave my laptop in here during the next class so it can keep running. |
|
|
|
|
|
|
#23 |
![]() Developer and Tutor.
My Mood:
Join Date: Jul 2007
Real First Name: Craig
Location: Widnes, England
Just Played: Life.
Posts: 1,646
Trader Feedback: 0
|
mine took like 4 hours on windows and 30 mins on linux, same pc and everything
__________________
------ FaT3oYCG -----
AKA Craig, call me what you want to It's your preference. My Website: is down for a while ... I'll bring a new one back soon. Currently working on: (0) PGE Gears Of War - On hold (Very large project). (0) PS???? - A tactical 2d side scrolling game involving AI and online multiplayer features. - Tile engine nearley finished (1 bug to fix). |
|
|
|
|
|
#27 |
![]() ![]() It's good to be free...
|
Apparently the reason Cygwin is so slow is because there's a lot of overhead in starting processes, which isn't really all that surprising. This affects the toolchain a lot because the compilation consists of scores of small programs being launched continuously, so a good deal is lost to this overhead. Or at least that's what I heard.
__________________
pəʇuɒɹɓ ɹoɟ ɓuɪɥʇou əʞɒʇ
|
|
|
|
![]() |
| Tags |
| fiesty , psptoolchain , ubuntu |
| Thread Tools | |
|
|