| View previous topic :: View next topic |
| Author |
Message |
karthikrathinavelu
Joined: 24 Mar 2008 Posts: 2 Location: Hyderabad
|
Posted: Tue Mar 25, 2008 11:51 pm Post subject: psptoolchain compilation error in Cygwin |
|
|
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? |
|
| Back to top |
|
 |
The Tjalian

Joined: 06 Aug 2006 Posts: 18
|
Posted: Tue Mar 25, 2008 11:56 pm Post subject: |
|
|
Ah yeah, I got this same error too for some reason.
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: |
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, |
_________________
 |
|
| Back to top |
|
 |
karthikrathinavelu
Joined: 24 Mar 2008 Posts: 2 Location: Hyderabad
|
Posted: Wed Mar 26, 2008 2:47 pm Post subject: 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/49-setting-up-the-psptoolchain |
|
| Back to top |
|
 |
|