psptoolchain compilation error in Cygwin

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

Moderators: cheriff, TyRaNiD

Post Reply
karthikrathinavelu
Posts: 2
Joined: Mon Mar 24, 2008 9:17 pm
Location: Hyderabad
Contact:

psptoolchain compilation error in Cygwin

Post by karthikrathinavelu »

while making psplinkusb stuff I got the error

cc -Wall -g -c -o remotejoy.o remotejoy.c
remotejoy.c:27:28: linux/joystick.h: No such file or directory

Bcoz of this I got so many errors followed by it finally cracking the overall toolchain.sh

Which package in Cygwin includes the joystick.h include file and its associated libraries, if any?
User avatar
The Tjalian
Posts: 18
Joined: Sun Aug 06, 2006 10:19 am

Post by The Tjalian »

Ah yeah, I got this same error too for some reason.

Image

I got help from my thread here.
hibbyware wrote:The PSPSDK has installed fine but psplinkusb never,

Type this in to cygwin after that error comes up make sure your already in the psptoolchain folder,

Code: Select all

cd build/psplinkusb/

make && make release
This will build psplinkusb but you don't have to do this so only do it if you want to use psplinkusb,
Image
karthikrathinavelu
Posts: 2
Joined: Mon Mar 24, 2008 9:17 pm
Location: Hyderabad
Contact:

Thanks

Post by karthikrathinavelu »

Thanks for your reply ... Actually it seems we have to install libusb-dev package ...but it is not available in Cygwin ...so I finally made my mind to try it on linux and it worked like charm ...

So guys go for linux ...It worked faster too (it took around 10 hrs in Cygwin and 30 minutes in Ubuntu). I followed this thread http://www.guztech.nl/tutorials/38-psp/ ... ptoolchain
Post Reply