Help Problem

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

Moderators: cheriff, TyRaNiD

Post Reply
ITDemo
Posts: 20
Joined: Sat Nov 17, 2007 8:08 am

Help Problem

Post by ITDemo »

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.

Image
CpuWhiz
Posts: 42
Joined: Mon Jun 04, 2007 1:30 am

Post by CpuWhiz »

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 :)
ITDemo
Posts: 20
Joined: Sat Nov 17, 2007 8:08 am

Post by ITDemo »

Thanks got it working :)
Post Reply