Problem building psptoolchain,gdb error (solved)

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

Moderators: cheriff, TyRaNiD

Post Reply
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Problem building psptoolchain,gdb error (solved)

Post by gambiting »

Hello! I've a problem building psptoolchain on Debian 4.0.After ~20minutes of building it comes with an error:

Code: Select all

make[4]: Leaving directory `/home/gambiting/psptoolchain/build/gdb-6.4/build-psp/bfd'
make[3]: Leaving directory `/home/gambiting/psptoolchain/build/gdb-6.4/build-psp/bfd'
make[2]: Leaving directory `/home/gambiting/psptoolchain/build/gdb-6.4/build-psp/bfd'
make[1]: Leaving directory `/home/gambiting/psptoolchain/build/gdb-6.4/build-psp'
make: *** [all] Error 2
Error while building gdb-6.4. Aborting!
I don't know what is it,I've all required programs,and I could't find that problem anywhere.Please help!
Last edited by gambiting on Sat May 12, 2007 8:54 pm, edited 1 time in total.
Cpasjuste
Posts: 214
Joined: Sun May 29, 2005 8:28 am

Post by Cpasjuste »

Hi gambiting, you should paste more than this few lines so it would be easier to find your problem !
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Post by gambiting »

Hi! thanks for interest,but problem is already solved - I downloaded newest version from svn and it worked.And the non-working version was psptoolchain-20070501.Thanks anyway ;]
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Currently psptoolchain-20070501 is missing a couple of prerequisite checks. To build gdb you need a termcap library, like ncurses.

In ubuntu this is a package called 'libncurses5-dev', which is probably the same in debian.
Post Reply