PSP Hacks - Forums
Go Back   PSP Hacks - Forums > PSP Community > PSP Programming & Development

Notices

Reply
 
Thread Tools Display Modes
  #11  
Old 04-07-2007, 11:58 AM
pirata nervo pirata nervo is offline
Moderator
PSP Titan
 
Join Date: Mar 2007
Location: www.consoleworld.net
Posts: 5,008
pirata nervo is on a distinguished road
Default

Quote:
hibbyware wrote:

Try the tutorial thats here http://www.psp-programming.com/tutorials/c/lesson01.htm
It's more detailed,

Worked , thanks.
what time does it took?
__________________

Upgrade your PSP Slim or FAT now!
NervOS Official Forum
Reply With Quote
  #12  
Old 04-07-2007, 12:00 PM
teachme teachme is offline
PSP Neophyte
 
Join Date: Apr 2007
Location: athens
Posts: 66
teachme User Has a Beginner Reputation
Default

Quote:
Originally Posted by pirata nervo
Quote:
hibbyware wrote:

Try the tutorial thats here http://www.psp-programming.com/tutorials/c/lesson01.htm
It's more detailed,

Worked , thanks.
what time does it took?
About 10' to download all the packages ( 500 - 600mb)

And about 15-20' for the installation of the script.
__________________
H8rs club
Reply With Quote
  #13  
Old 04-07-2007, 12:01 PM
pirata nervo pirata nervo is offline
Moderator
PSP Titan
 
Join Date: Mar 2007
Location: www.consoleworld.net
Posts: 5,008
pirata nervo is on a distinguished road
Default

10 seconds to update the toolchain or to download the librarys and the other packages?
__________________

Upgrade your PSP Slim or FAT now!
NervOS Official Forum
Reply With Quote
  #14  
Old 04-07-2007, 12:53 PM
teachme teachme is offline
PSP Neophyte
 
Join Date: Apr 2007
Location: athens
Posts: 66
teachme User Has a Beginner Reputation
Default

Quote:
Originally Posted by pirata nervo
10 seconds to update the toolchain or to download the librarys and the other packages?
' = minutes
" = seconds

10' to download the packages(approx 600mb)

10" for the file list update (svn update)

15-20' for the main script (toolchain.sh)

and few minutes to replace the old cygwin.dll with the latest..
__________________
H8rs club
Reply With Quote
  #15  
Old 04-07-2007, 01:06 PM
pirata nervo pirata nervo is offline
Moderator
PSP Titan
 
Join Date: Mar 2007
Location: www.consoleworld.net
Posts: 5,008
pirata nervo is on a distinguished road
Default

so i was right when i said that tooks 10 seconds.
__________________

Upgrade your PSP Slim or FAT now!
NervOS Official Forum
Reply With Quote
  #16  
Old 04-07-2007, 01:18 PM
teachme teachme is offline
PSP Neophyte
 
Join Date: Apr 2007
Location: athens
Posts: 66
teachme User Has a Beginner Reputation
Default

Quote:
Originally Posted by pirata nervo
so i was right when i said that tooks 10 seconds.
Yes , you were right about that.
But you have to improve your guide a little...some packages are missing.
(
check out this tutorial:
http://www.psp-programming.com/tutorials/c/lesson01.htm
As you can see , you have to download all the dev package.
)
__________________
H8rs club
Reply With Quote
  #17  
Old 04-07-2007, 03:41 PM
pirata nervo pirata nervo is offline
Moderator
PSP Titan
 
Join Date: Mar 2007
Location: www.consoleworld.net
Posts: 5,008
pirata nervo is on a distinguished road
Default

sorry, improved :mrgreenthumbsup:
__________________

Upgrade your PSP Slim or FAT now!
NervOS Official Forum
Reply With Quote
  #18  
Old 04-19-2007, 07:20 PM
RolandRd's Avatar
RolandRd RolandRd is offline
PSP Veteran
 
Join Date: Jun 2006
Location: Trenton
Posts: 1,324
RolandRd User Has a Beginner Reputation
Default

nice :mrgreenthumbsup:
__________________
Reply With Quote
  #19  
Old 04-20-2007, 01:16 PM
pirata nervo pirata nervo is offline
Moderator
PSP Titan
 
Join Date: Mar 2007
Location: www.consoleworld.net
Posts: 5,008
pirata nervo is on a distinguished road
Default

Thx :mrgreen:
and Thx for the STICKY. :mrgreenthumbsup:
__________________

Upgrade your PSP Slim or FAT now!
NervOS Official Forum
Reply With Quote
  #20  
Old 04-20-2007, 03:52 PM
pirata nervo pirata nervo is offline
Moderator
PSP Titan
 
Join Date: Mar 2007
Location: www.consoleworld.net
Posts: 5,008
pirata nervo is on a distinguished road
Default

TUTORIAL --> CYGWIN INSTALLATION

I hope this TUTORIAL help you.

THIS TUTORIAL IS A NEW TUTORIAL!!! BETA TUTORIAL AND IF IT WORKS FOR YOU PLEASE POST HERE SAYING THAT WORKED!

Ok, lets start from downloading the cygwin setup:
www.cygwin.com/setup.exe

Now, run the cygwin setup.
Quote:
Originally Posted by window 1
Press Next
Quote:
Originally Posted by window 2
Select the "install from internet" option and click next.
Quote:
Originally Posted by window 3
Quote:
Originally Posted by window 4
Now just just type the directory you want cygwin setup to download the packages. Press Next
Quote:
Originally Posted by window 5
Choose direct connection and press Next again.
Quote:
Originally Posted by window 6
Quote:
Originally Posted by window 7



Update: From the math category, change libgmp-devel and libmprf-devel to install
Quote:
Originally Posted by window 8
Quote:
Originally Posted by window 9
Run cygwin.bat and then close the window.


Toolchain Installation:

1st - Run cygwin.bat and do this:

perss enter.

2nd scroll down and type thisdo not press enter)
Quote:
export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin
and should be like this:

Now, press Ctrl+O to save and hit enter to save with same name.
Now, press Ctrl+X to quit from the file editor.
And finally press Ctrl+D to logout.

3rd Run Cygwin again. Type:
Quote:
svn co svn://ps2dev.org/psp/trunk/psptoolchain
Press enter. This will download the latest toolchain.

4th Type:
Quote:
cd psptoolchain
./toolchain.sh
Press Enter.

This may take a few hours.

When done, colse cygwin and edit the cygwin.bat with a text editor.
Erase everything and put this there:
Code:
@echo off

E:
chdir E:\cygwin\bin

set path=%path%;E:/cygwin/usr/local/pspdev/bin
set PSPSDK=E:/cygwin/usr/local/pspdev
bash --login -i
Remember that E: is my hard drive you jsut need to replace with your.
Save the file.

Last edited by pirata nervo; 12-17-2008 at 03:03 PM.
Reply With Quote
Reply

 



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:09 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©