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?
psptoolchain compilation error in Cygwin
-
- Posts: 2
- Joined: Mon Mar 24, 2008 9:17 pm
- Location: Hyderabad
- Contact:
- The Tjalian
- Posts: 18
- Joined: Sun Aug 06, 2006 10:19 am
Ah yeah, I got this same error too for some reason.
I got help from my thread here.
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,
This will build psplinkusb but you don't have to do this so only do it if you want to use psplinkusb,Code: Select all
cd build/psplinkusb/ make && make release
-
- Posts: 2
- Joined: Mon Mar 24, 2008 9:17 pm
- Location: Hyderabad
- Contact:
Thanks
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
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