| View previous topic :: View next topic |
| Author |
Message |
ITDemo
Joined: 17 Nov 2007 Posts: 20
|
Posted: Sat Nov 17, 2007 8:15 am Post subject: Help Problem |
|
|
Hi i am new to the psp dev world and am trying to set up psp toolchain.
i have set it up before on cygwin but decided to do it probably in ubuntu.
But when i run the toolchain script i get this problem.
 |
|
| Back to top |
|
 |
CpuWhiz
Joined: 04 Jun 2007 Posts: 42
|
Posted: Sat Nov 17, 2007 8:50 am Post subject: |
|
|
My guess is you need libusb-dev. Here is the packages I installed to meet any dependencies you need to compile the toolchain:
[code[sudo aptitude install tofrodos libtool autoconf automake bison flex gcc make libncurses-dev patch libreadline-dev subversion texinfo wget doxygen graphviz libusb-dev build-essential[/code]
You don't need doxygen or tofrodos but they are always handy :) |
|
| Back to top |
|
 |
ITDemo
Joined: 17 Nov 2007 Posts: 20
|
Posted: Sun Nov 18, 2007 8:34 am Post subject: |
|
|
| Thanks got it working :) |
|
| Back to top |
|
 |
|