Is there somebody who could share his Cygwin folder or his Linux environment with compiled PSP SDK environment and all the libraries installed...
Me and many people have difficulties to install it, I think that's the new toolchain is more complicated to install than the olders and we can download the olders :(
I started to think that's more easy to make PSP applications than to install the PSPSDK.
but:
* We can copy the Cygwin folder and Cygwin will always work on other computers.
* Eventually somebody can make an archive of his / folder on Linux, we will can un-compress the archive in a folder and chroot a Linux user into.
It could be very sympatic and easier for every people who has difficulties to install it, if somebody could share it :)
I can put archives and files (of 1Go max/files) indefinitely on broadband servers, if it's better for somebody. (contact me on PM)
Thanks for advance.
Requested: A downloadable pre-compiled SDK environment
-
- Posts: 4
- Joined: Tue May 16, 2006 2:20 am
- Location: Paris
"I started to think that's more easy to make PSP applications than to install the PSPSDK. "
I think I agree with you. Still, if the toolchain works (and you figure out you need to do sh toolchain.sh under cygwin), and you got the right cygwin stuff installed, the right environment variables, and you know how to svn, then it's not so bad. Heh.
But like you, I have a friend who just never managed to get the psptoolchain running on his PC. Somehow the compiler didn't like his processor or something, I don't know. He spent a lot of time on it and is a more experienced coder than I am.
In the end, he installed it on another PC and copied it from there, and that did, in fact, work. But it's not ideal. His problems were posted here and never answered.
I do believe most people should be able to get it to work eventually though. As for the cygwin install - maybe (someone) ps2dev.org can burn a DVD with all the important stuff preinstalled, something like that and put it up for sale for a few bucks or something.
My burner currently doesn't work. If I get access to a working one, I'd gladly send out one, but that may take a while.
I think I agree with you. Still, if the toolchain works (and you figure out you need to do sh toolchain.sh under cygwin), and you got the right cygwin stuff installed, the right environment variables, and you know how to svn, then it's not so bad. Heh.
But like you, I have a friend who just never managed to get the psptoolchain running on his PC. Somehow the compiler didn't like his processor or something, I don't know. He spent a lot of time on it and is a more experienced coder than I am.
In the end, he installed it on another PC and copied it from there, and that did, in fact, work. But it's not ideal. His problems were posted here and never answered.
I do believe most people should be able to get it to work eventually though. As for the cygwin install - maybe (someone) ps2dev.org can burn a DVD with all the important stuff preinstalled, something like that and put it up for sale for a few bucks or something.
My burner currently doesn't work. If I get access to a working one, I'd gladly send out one, but that may take a while.
-
- Posts: 4
- Joined: Tue May 16, 2006 2:20 am
- Location: Paris
I have try 3 times to install it on my Gentoo-Linux.
Maybe that you think that I'm a real noob but I know how to execute a bash script, to configure environment variables, to svn something, to install a normal development environment on Linux, to create and compile C/C++ for Linux.
But when the compilation completly crash with the SDK or if it pass with an older toolchain but the sound libraries crash too at the compilation and when the doc on the net of the compilation errors are something like a piece of bread and when the packages of that the toolchain script must download have stopped to exist and we must find others on the net... I prefer to find something already workable.
Thanks to help my poor soul (and I'm sure the soul too of poor people that have problems to install it and would like to use it...)
And even if I didn't know how to do something, who has never try to start to dev something...
I think that's not a good way to don't let people try to do something :(
my one cent...
Maybe that you think that I'm a real noob but I know how to execute a bash script, to configure environment variables, to svn something, to install a normal development environment on Linux, to create and compile C/C++ for Linux.
But when the compilation completly crash with the SDK or if it pass with an older toolchain but the sound libraries crash too at the compilation and when the doc on the net of the compilation errors are something like a piece of bread and when the packages of that the toolchain script must download have stopped to exist and we must find others on the net... I prefer to find something already workable.
Thanks to help my poor soul (and I'm sure the soul too of poor people that have problems to install it and would like to use it...)
And even if I didn't know how to do something, who has never try to start to dev something...
I think that's not a good way to don't let people try to do something :(
my one cent...
It's not that difficult to install it on windows.
More or less
1. Download cygwin and install it with as many packages as you can :D, mainly those related to dev (i suppose there are some list with the required packages for the pspsdk, but the last time i checked it was out of date)
2. svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain
3. cd psptoolchain
./toolchain.sh
4. Wait a looooot
5. Add this to .bashrc :
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin"
(i don't know if all of these exports are necessary in last versions of pspsdk, but i preserve them from the first time i installed the pspsdk far ago).
And if you have problems, you can always post your problem with a screen capture of the error that cygwin gaves you, and people will help :)
More or less
1. Download cygwin and install it with as many packages as you can :D, mainly those related to dev (i suppose there are some list with the required packages for the pspsdk, but the last time i checked it was out of date)
2. svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain
3. cd psptoolchain
./toolchain.sh
4. Wait a looooot
5. Add this to .bashrc :
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin"
(i don't know if all of these exports are necessary in last versions of pspsdk, but i preserve them from the first time i installed the pspsdk far ago).
And if you have problems, you can always post your problem with a screen capture of the error that cygwin gaves you, and people will help :)
-
- Posts: 4
- Joined: Tue May 16, 2006 2:20 am
- Location: Paris
-
- Posts: 4
- Joined: Tue May 16, 2006 2:20 am
- Location: Paris