Help needed running toolchain.sh

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
FredrikP
Posts: 6
Joined: Sat Aug 06, 2005 1:04 am

Help needed running toolchain.sh

Post by FredrikP »

When running toolchain.sh I get the following error :

Code: Select all

grep: Makefile.in: No such file or directory
cat: configure: No such file or directory
./toolchain.sh: line 245: ./configure: Permission denied
ERROR RUNNING PSPSDK CONFIGURE
(Not sure if the "No such file or directory" has anything to do with it though)

Anyways, is this the same problem as question number 3 in "Common errors and solutions"?

And if that is the case, how do I do the

chmod +x ./configure

???

(I installed Cygwin with ALL the optional parts, and im using the latest version of the toolchain....)

Any help appreciated
/FredrikP
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Re: Help needed running toolchain.sh

Post by Agoln »

FredrikP wrote: And if that is the case, how do I do the

chmod +x ./configure
type in 'chmod +x ./configure' in the prompt...
Lego of my Ago!
FredrikP
Posts: 6
Joined: Sat Aug 06, 2005 1:04 am

Post by FredrikP »

When i type

Code: Select all

chmod +x ./configure
i get

Code: Select all

chmod: cannot acces `./configure´: No such file or directory
btw thanx for your help =)
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

and you typed that at the same place that you type ./toolchain?
Lego of my Ago!
FredrikP
Posts: 6
Joined: Sat Aug 06, 2005 1:04 am

Post by FredrikP »

Yes, after doing the "cd psptolchain", being at

Fredrik@fredrik ~/psptoolchain
$

should i have a file called configure in my psptoolchain folder?
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Install automake and autoconf.

http://forums.ps2dev.org/viewtopic.php?t=2834
User avatar
Thanhda
Posts: 331
Joined: Sat Apr 09, 2005 2:08 am
Location: Canada
Contact:

Post by Thanhda »

where are you installing this? at your school or work place? i find it when i try to install it at my school. it doesnt build me a default home dir. and in the same time doesnt allow me to finish the install of psptoolchain, with the same errors.
There are 10 types of people in the world: Those who understand binary, and those who don't...
FredrikP
Posts: 6
Joined: Sat Aug 06, 2005 1:04 am

Post by FredrikP »

Well, now I've reinstalled Cygwin a couple of times, and now im sure I've got both automake and autoconf. Now when I run the script i get the following error:

"ERROR BUILDING NEWLIB"

Does anybody recognize this?
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

FredrikP wrote:"ERROR BUILDING NEWLIB"
more information please? Like, post the last 20 lines.
Lego of my Ago!
FredrikP
Posts: 6
Joined: Sat Aug 06, 2005 1:04 am

Post by FredrikP »

ok this is the current prob...

Image
FredrikP
Posts: 6
Joined: Sat Aug 06, 2005 1:04 am

Post by FredrikP »

Never mind, I've finally got it all together and compiled my first samle!!! =)

thanx for your help! (what i did was throw out my old installation of cygwin and follow http://wiki.pspdev.org/psp:programming_faq
to the letter.. ;)

now i can finally begin experimenting!
Post Reply