| View previous topic :: View next topic |
| Author |
Message |
gambiting
Joined: 17 Aug 2006 Posts: 154
|
Posted: Sat May 12, 2007 6:51 pm Post subject: Problem building psptoolchain,gdb error (solved) |
|
|
Hello! I've a problem building psptoolchain on Debian 4.0.After ~20minutes of building it comes with an error:
| Code: | 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 |
|
| Back to top |
|
 |
Cpasjuste
Joined: 29 May 2005 Posts: 214
|
Posted: Sat May 12, 2007 8:44 pm Post subject: |
|
|
| Hi gambiting, you should paste more than this few lines so it would be easier to find your problem ! |
|
| Back to top |
|
 |
gambiting
Joined: 17 Aug 2006 Posts: 154
|
Posted: Sat May 12, 2007 8:50 pm Post subject: |
|
|
| 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 ;] |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Sun May 13, 2007 5:57 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
|