QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

Need Some Help with tool chain

This is a discussion on Need Some Help with tool chain within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; i am following yelarb's guides im on the step where u have to type ''cd psptoolchain'' but when i typed ...

Reply
 
LinkBack Thread Tools
Old 02-09-2006, 03:11 PM   #1
 

 
Join Date: Oct 2005
Location: IN hOMbReWvIlLe
Posts: 1,132
Trader Feedback: 0
Default Need Some Help with tool chain

i am following yelarb's guides im on the step where u have to type ''cd psptoolchain'' but when i typed it noting happens.can someone help me thanks in adbvaance.
__________________
[COLOR=LightBlue]there is a key to[COLOR=LightBlue] everylock[/COLOR][/COLOR]
[url]http://totalgamerzone.com/[/url]
[IMG]http://i8.photobucket.com/albums/a26/ChopperX/UserBars/mac.jpg[/IMG]
gamehunter101 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-09-2006, 04:05 PM   #2

PSP Developer
 
alatnet's Avatar
 
Join Date: Oct 2005
Real First Name: Alex
Location: ~* Confidential *~
Just Played: N/A
Posts: 839
Trader Feedback: 0
Default

Type ls and if you see the text "psptoolchain" (numbers in the text dont count) then that means that you have to type "cd psptoolchain", if you dont then you might have not extracted, downloaded it, or it could be in a sub-folder.
__________________

"Every team needs an idealistic person (whether they are a noob or a pro), my team doesn't have one cus im the idealistic founder."-me
Anime/Manga and Fanfiction is my inspiration!

Creator of:
- PSPSDK makefile creator - Lua Prompt - Animated Sprite Class\Library for Lua - Gmax2PSP -
alatnet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-09-2006, 04:40 PM   #3
 

 
Join Date: Oct 2005
Location: IN hOMbReWvIlLe
Posts: 1,132
Trader Feedback: 0
Default

its in home/pc where pc is my user name
__________________
[COLOR=LightBlue]there is a key to[COLOR=LightBlue] everylock[/COLOR][/COLOR]
[url]http://totalgamerzone.com/[/url]
[IMG]http://i8.photobucket.com/albums/a26/ChopperX/UserBars/mac.jpg[/IMG]
gamehunter101 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-09-2006, 04:46 PM   #4
 
Yeldarb's Avatar
 
Join Date: Jul 2005
Posts: 984
Trader Feedback: 0
Default

Rather than extracting it with winrar, put it in your home directory and try extracting it with this command
Code:
tar xfvz psptoolchain-20051023.tgz
__________________
[url=http://www.barbdwyer.com/footer.php][img]http://www.barbdwyer.com/8Ball.jpg[/img][/url]
[FONT=Verdana][SIZE=1]
[b]PSP Developer Resource Site:[/b] [url=http://www.psp-programming.com]PSP-Programming.com[/url]

[b]Other:[/b] [url=http://wake-boarding.org]Wakeboarding[/url], [url=http://water-skiing.org]Waterskiing[/url], [url=http://wake-surfing.org]Wake Surfing[/url], [url=http://www.guitarhero-4.com]Guitar Hero IV[/url][/SIZE][/FONT]
Yeldarb is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-09-2006, 04:49 PM   #5
 

 
Join Date: Oct 2005
Location: IN hOMbReWvIlLe
Posts: 1,132
Trader Feedback: 0
Default

kkkkkkkkkkkk
__________________
[COLOR=LightBlue]there is a key to[COLOR=LightBlue] everylock[/COLOR][/COLOR]
[url]http://totalgamerzone.com/[/url]
[IMG]http://i8.photobucket.com/albums/a26/ChopperX/UserBars/mac.jpg[/IMG]

Last edited by gamehunter101; 02-09-2006 at 05:21 PM..
gamehunter101 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-09-2006, 05:01 PM   #6
 

 
Join Date: Oct 2005
Location: IN hOMbReWvIlLe
Posts: 1,132
Trader Feedback: 0
Default

pc@a ~
$ ls
psptoolchain-20060120

pc@a ~
$ "cd psptoolchain"
bash: cd psptoolchain: command not found

pc@a ~
$
__________________
[COLOR=LightBlue]there is a key to[COLOR=LightBlue] everylock[/COLOR][/COLOR]
[url]http://totalgamerzone.com/[/url]
[IMG]http://i8.photobucket.com/albums/a26/ChopperX/UserBars/mac.jpg[/IMG]
gamehunter101 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-09-2006, 05:11 PM   #7

PSP Developer
 
alatnet's Avatar
 
Join Date: Oct 2005
Real First Name: Alex
Location: ~* Confidential *~
Just Played: N/A
Posts: 839
Trader Feedback: 0
Default

psptoolchain-20060120 <- These numbers means that you need to extract it again.

Try opening it up with winrar or use the bash command:
tar xfvz psptoolchain-20060120.tgz

If that doesn't work, try:
tar xfvz psptoolchain-20060120
__________________

"Every team needs an idealistic person (whether they are a noob or a pro), my team doesn't have one cus im the idealistic founder."-me
Anime/Manga and Fanfiction is my inspiration!

Creator of:
- PSPSDK makefile creator - Lua Prompt - Animated Sprite Class\Library for Lua - Gmax2PSP -
alatnet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-09-2006, 05:13 PM   #8
 

 
Join Date: Oct 2005
Location: IN hOMbReWvIlLe
Posts: 1,132
Trader Feedback: 0
Default

pc@a ~
$ ls
psptoolchain-20060120

pc@a ~
$ tar xfvz psptoolchain-20060120

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors

pc@a ~
$
__________________
[COLOR=LightBlue]there is a key to[COLOR=LightBlue] everylock[/COLOR][/COLOR]
[url]http://totalgamerzone.com/[/url]
[IMG]http://i8.photobucket.com/albums/a26/ChopperX/UserBars/mac.jpg[/IMG]
gamehunter101 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-09-2006, 05:16 PM   #9
 

 
Join Date: Oct 2005
Location: IN hOMbReWvIlLe
Posts: 1,132
Trader Feedback: 0
Default

pc@a ~
$ ls
psptoolchain-20060120.tar

pc@a ~
$ tar xfvz psptoolchain-20060120
tar (child): psptoolchain-20060120: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors

pc@a ~
$
__________________
[COLOR=LightBlue]there is a key to[COLOR=LightBlue] everylock[/COLOR][/COLOR]
[url]http://totalgamerzone.com/[/url]
[IMG]http://i8.photobucket.com/albums/a26/ChopperX/UserBars/mac.jpg[/IMG]
gamehunter101 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-09-2006, 05:17 PM   #10
 

 
Join Date: Oct 2005
Location: IN hOMbReWvIlLe
Posts: 1,132
Trader Feedback: 0
Default

pc@a ~
$ ls
psptoolchain-20060120.tar

pc@a ~
$ tar xfvz psptoolchain-20060120.tgz
tar (child): psptoolchain-20060120.tgz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors

pc@a ~
$
__________________
[COLOR=LightBlue]there is a key to[COLOR=LightBlue] everylock[/COLOR][/COLOR]
[url]http://totalgamerzone.com/[/url]
[IMG]http://i8.photobucket.com/albums/a26/ChopperX/UserBars/mac.jpg[/IMG]
gamehunter101 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-09-2006, 06:08 PM   #11

PSP Developer
 
alatnet's Avatar
 
Join Date: Oct 2005
Real First Name: Alex
Location: ~* Confidential *~
Just Played: N/A
Posts: 839
Trader Feedback: 0
Default

ok, so that didnt work.
type this instead:
svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain

this will download the psptoolchain that is in the svn repository w/o it being compressed.
this works everytime.
__________________

"Every team needs an idealistic person (whether they are a noob or a pro), my team doesn't have one cus im the idealistic founder."-me
Anime/Manga and Fanfiction is my inspiration!

Creator of:
- PSPSDK makefile creator - Lua Prompt - Animated Sprite Class\Library for Lua - Gmax2PSP -
alatnet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-10-2006, 12:11 PM   #12
 

 
Join Date: Oct 2005
Location: IN hOMbReWvIlLe
Posts: 1,132
Trader Feedback: 0
Default

thanks man
__________________
[COLOR=LightBlue]there is a key to[COLOR=LightBlue] everylock[/COLOR][/COLOR]
[url]http://totalgamerzone.com/[/url]
[IMG]http://i8.photobucket.com/albums/a26/ChopperX/UserBars/mac.jpg[/IMG]
gamehunter101 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-10-2006, 12:40 PM   #13

PSP Developer
 
alatnet's Avatar
 
Join Date: Oct 2005
Real First Name: Alex
Location: ~* Confidential *~
Just Played: N/A
Posts: 839
Trader Feedback: 0
Default

no problem, glad i could help.
__________________

"Every team needs an idealistic person (whether they are a noob or a pro), my team doesn't have one cus im the idealistic founder."-me
Anime/Manga and Fanfiction is my inspiration!

Creator of:
- PSPSDK makefile creator - Lua Prompt - Animated Sprite Class\Library for Lua - Gmax2PSP -
alatnet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-10-2006, 05:05 PM   #14
 
mstrhelix's Avatar
 
Join Date: Dec 2005
Location: Dark_Alex Command Center
Posts: 597
Trader Feedback: 0
Default

how about doing a ls -la so we can verify that psptoolchain is a directory and u should be able to cd to it but can't. Can u cd to any dir in cygwin shell? if not reinstall newest vers of cygwin. or are u using linux?
__________________
[FONT=Fixedsys][spoiler="PSP DAX_Hacks"]PSP1001 3.71-M33-4 ------------------------------------------
- 17 Diff Castlevania Games on 4Gb Stick Cps2psp2.30 - MVSpsp[/FONT][FONT=Fixedsys]2.30[/FONT][FONT=Fixedsys] + Bootlegs - gpSP09 - PsUltraRip - Manhunt2 Uncensored
[/spoiler] [/FONT][FONT=Fixedsys]Consoles Pwnd: PSP, Xbox360
Pwnd: PSP, PSOne, PS2, Xbox360
[/FONT]
mstrhelix is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2006, 06:20 AM   #15
 

 
Join Date: Oct 2005
Location: IN hOMbReWvIlLe
Posts: 1,132
Trader Feedback: 0
Default

its installed now
__________________
[COLOR=LightBlue]there is a key to[COLOR=LightBlue] everylock[/COLOR][/COLOR]
[url]http://totalgamerzone.com/[/url]
[IMG]http://i8.photobucket.com/albums/a26/ChopperX/UserBars/mac.jpg[/IMG]
gamehunter101 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
chain , tool

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 06:36 AM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us