forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

installation bug report

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
thepyper



Joined: 03 Nov 2007
Posts: 1

PostPosted: Sat Nov 03, 2007 9:14 pm    Post subject: installation bug report Reply with quote

Hi!

I've just got my PSP and I just started installation of psptoolchain :)
I think I found a bug in psptoolchain/scripts/001-binutils-2.16.1.sh:

at the line that apply the patch, it reads:
cd binutils-2.16.1 && cat ../../patches/binutils-2.16.1-PSP.patch | patch -p1 || { exit 1; }

while it should read:
cd binutils-2.16.1 && cat ../patches/binutils-2.16.1-PSP.patch | patch -p1 || { exit 1; }

as pwd in that moment is <path>/psptoolchain/binutils-2.16.1
and patch file is in ../patched/...

That caused the 'Invalid configuration' message then when ./configure was launched...

Hi!
Back to top
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Sun Nov 04, 2007 3:24 am    Post subject: Reply with quote

No, $PWD is psptoolchain/build/binutils-2.16.1 at that point. See toolchain.sh. It is correct as written.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group