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!

Cygwin Bash Shell Problem

This is a discussion on Cygwin Bash Shell Problem within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Im reading a tutorial on how to set up cygwin. This is what it says: Code: Now, we are going ...

Reply
 
LinkBack Thread Tools
Old 04-16-2007, 03:34 PM   #1
 
Join Date: Nov 2006
Location: Vegas
Posts: 165
Trader Feedback: 0
Question Cygwin Bash Shell Problem

Im reading a tutorial on how to set up cygwin. This is what it says:

Code:
Now, we are going to install the toolchain into our CYGWIN environment. To set up our environment, we will need to run CYGWIN first. So, either from the start menu, or from "C:/cygwin," run a CYGWIN bash shell (cygwin.bat). This will open up a command line. Once you see "yourusername@yourcomputername ~" you may close the window; your environment has successfully set up.
The only problem is, when i start up cygwin bash shell, it says something like this:

Code:
bash-3.2$
It did tell me that I did not have cygiconv-2.dll when I first started up the program, therefore I downloaded it and put it in the bin directory. (If that has anything to do with it.)

Does anyone know what's wrong, or how I can change it too "myusername@myusernam e ~"?

Thanx
Stephan_GFX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 03:52 PM   #2


Retired PSP Developer
 
MániácX's Avatar
 
Join Date: Feb 2007
Location: Canada
Posts: 407
Trader Feedback: 0
Default

it is not a big deal. i have had that come up every time.

i think it is the result of psptoolchain starting up
__________________
MániácX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 03:53 PM   #3
 
Join Date: Nov 2006
Location: Vegas
Posts: 165
Trader Feedback: 0
Default

oooh. well i haven't installed toolchain yet. but does it effect anything at all?
Stephan_GFX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 03:58 PM   #4


Retired PSP Developer
 
MániácX's Avatar
 
Join Date: Feb 2007
Location: Canada
Posts: 407
Trader Feedback: 0
Default

not that i have heard of
__________________
MániácX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 03:58 PM   #5

...in a dream...
 
SG57's Avatar
 
Join Date: Jul 2005
Posts: 4,957
Trader Feedback: 0
Default

Did you edit the bash script according to what it says?
__________________
SG57 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 04:04 PM   #6
 
Join Date: Nov 2006
Location: Vegas
Posts: 165
Trader Feedback: 0
Default

umm it never told me to edit a bash script. do you know of a better tutorial to set up your environment by any chance? im running into countless problems.
Stephan_GFX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 04:10 PM   #7


Retired PSP Developer
 
MániácX's Avatar
 
Join Date: Feb 2007
Location: Canada
Posts: 407
Trader Feedback: 0
Default

just use pspdev. no toolchain install needed. all the features of toolchain.

download here:
http://dl.qj.net/PSPDev-for-Win32-De...8185/catid/204
__________________
MániácX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 04:20 PM   #8
 
Join Date: Nov 2006
Location: Vegas
Posts: 165
Trader Feedback: 0
Default

allright i got to the point where it wants me to type in make. but when i type it in, it says its an unrecognized command.
Stephan_GFX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 04:21 PM   #9


Retired PSP Developer
 
MániácX's Avatar
 
Join Date: Feb 2007
Location: Canada
Posts: 407
Trader Feedback: 0
Default

is it just me or is pspupdates.qj.net not working?
-= Double Post =-
Quote:
Originally Posted by Stephan_GFX
allright i got to the point where it wants me to type in make. but when i type it in, it says its an unrecognized command.
u have to type this first:

(replace the "xx:/xxyy" with the drive letter and the folder of your install)
Code:
set PSPDEV=xx:/xxyy
set PATH=%PATH%;%PSPDEV%/bin
make a bat file out of that and run it every time you wanna use make.
__________________

Last edited by -MANIAC-; 04-16-2007 at 04:23 PM.. Reason: Automerged Doublepost
MániácX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 04:26 PM   #10
 
Join Date: Nov 2006
Location: Vegas
Posts: 165
Trader Feedback: 0
Default

thanx dude. it worked
Stephan_GFX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 04:31 PM   #11


Retired PSP Developer
 
MániácX's Avatar
 
Join Date: Feb 2007
Location: Canada
Posts: 407
Trader Feedback: 0
Default

one quick question: can u pls see if pspupdates is working on ur comp? the page isn't loading here....wanna see if it is happening to everyone

thx
__________________
MániácX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 04:37 PM   #12
 
Join Date: Nov 2006
Location: Vegas
Posts: 165
Trader Feedback: 0
Default

na its not for me
-= Double Post =-
<i mean its not working for me>

Last edited by Stephan_GFX; 04-16-2007 at 04:37 PM.. Reason: Automerged Doublepost
Stephan_GFX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
bash , cygwin , problem , shell

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 04:11 AM.



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