| View previous topic :: View next topic |
| Author |
Message |
kingchurch
Joined: 26 Jul 2005 Posts: 3
|
Posted: Tue Jul 26, 2005 11:51 am Post subject: Does PSPSDK run on Linux? |
|
|
| as title, thanks. |
|
| Back to top |
|
 |
Thanhda

Joined: 09 Apr 2005 Posts: 331 Location: Canada
|
Posted: Tue Jul 26, 2005 11:54 am Post subject: |
|
|
yes, i think it was originally design for linux. cygwin is just to similate unix to run pspsdk. _________________ There are 10 types of people in the world: Those who understand binary, and those who don't... |
|
| Back to top |
|
 |
jason867
Joined: 24 Jul 2005 Posts: 78
|
Posted: Tue Jul 26, 2005 1:22 pm Post subject: |
|
|
Yes, PSPSDK can be installed on linux platforms. It was designed for linux, which is why windows users must install Cygwin, which sort of 'emulates' linux to a certain degree. Don't ask me how to install it though, I don't know much at all about linux, and I'm actually searching for that answer as well, so if anyone knows, please explain this here or in my thread a little farther down the list.
BTW, I got a new error when I performed the 2nd process of the toolchain script, ./toolchain.sh -d -g. The details are on my thread a little farther down the list, it's titled "How long does ./toolchain.sh take?"
Thanks everyone. _________________ Ask not for whom the bell tolls, it tolls for thee, besides, I'm playing my PSP, tee hee!
------------------------------------------------------
Visit my website for my PSP Homebrew! |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Wed Jul 27, 2005 1:40 am Post subject: |
|
|
All the commands in linux will be the same as in cygwin, it's just that you *probably* will have to sign in as root to do the 'make install' because it puts stuff in the /usr/local directory. _________________ Lego of my Ago! |
|
| Back to top |
|
 |
chp
Joined: 23 Jun 2004 Posts: 313
|
Posted: Wed Jul 27, 2005 5:00 am Post subject: |
|
|
Or, you just setup $PSPDEV to point somewhere into your own home-directory and comment out the paths in the toolchain-script. No need to install it systemwide. _________________ GE Dominator |
|
| Back to top |
|
 |
breakfastcereal
Joined: 28 Jul 2005 Posts: 6
|
Posted: Fri Jul 29, 2005 11:02 am Post subject: |
|
|
I'd like to install it on linux as well, but I'm a linux n000b! I've got the toolchain script and am able to execute it, but when I run it I get:
gpatch: command not found
patch: command not found
Please make sure you have 'patch' installed.
I'm assuming I need the extra stuff you would normally need to install with cygwin if I were under windows, but I dont know what the linux equivalents are or where to get them. :/ |
|
| Back to top |
|
 |
waza
Joined: 18 Jul 2005 Posts: 12
|
Posted: Fri Jul 29, 2005 12:57 pm Post subject: |
|
|
full cygwin install for the win =)
Waza |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Fri Jul 29, 2005 11:15 pm Post subject: |
|
|
| breakfastcereal wrote: | | I'm assuming I need the extra stuff you would normally need to install with cygwin if I were under windows, but I dont know what the linux equivalents are or where to get them. :/ |
What linux distro do you have?
Red-hat types are going to use RPM's
Debian types will use apt-get
Suse and Mandriva (mandrake) will have *something* easily used.
Gentoo has something like apt, but you use emerge (if i remember correctly). _________________ Lego of my Ago! |
|
| Back to top |
|
 |
sexdwarf
Joined: 14 Jul 2005 Posts: 34
|
Posted: Fri Jul 29, 2005 11:55 pm Post subject: |
|
|
| Agoln wrote: | What linux distro do you have?
Red-hat types are going to use RPM's
Debian types will use apt-get
Suse and Mandriva (mandrake) will have *something* easily used.
Gentoo has something like apt, but you use emerge (if i remember correctly). |
if you are referring to automated update tools; redhat style systems that are rpm-able can use yum; and SuSE uses YaST... _________________ ...isn't it nice, sugar and spice...
...luring disco dollies to a life of vice... |
|
| Back to top |
|
 |
|