Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
xbox 360 controller - linux/ubuntu
11-05-2016, 03:49 PM (This post was last modified: 11-05-2016 03:53 PM by ciaccom.)
Post: #3
RE: xbox 360 controller - linux/ubuntu
Thank's for your answer! .. but, i want to use the xbox360 controller with more emulators simultanely (Kodi: Addon Rom Collections Browser). The controller is working via the "user-space" xboxdrv driver basically.

Maybe in the ppa (see 1st post / git) i use, the new extension ("SDL controller DB") is not integrated. So i'm (still) trying to compile the git source, but i get:

Code:
.
.
Linking CXX executable PPSSPPSDL
/usr/bin/ld: cannot find -lswresample
collect2: error: ld returned 1 exit status
make[2]: *** [PPSSPPSDL] Fehler 1
make[1]: *** [CMakeFiles/PPSSPPSDL.dir/all] Fehler 2
make: *** [all] Fehler 2

I did following command to get the prerequesites (ext .. Libs) after git cloning the source before.

Code:
git submodule update --init

the swresample libs should be there under the ppsspp source tree:
Code:
/usr/local/src/ppsspp/ffmpeg/linux/x86/include/libswresample
/usr/local/src/ppsspp/ffmpeg/linux/x86/include/libswresample/swresample.h
/usr/local/src/ppsspp/ffmpeg/linux/x86/include/libswresample/version.h
/usr/local/src/ppsspp/ffmpeg/linux/x86/lib/libswresample.a
/usr/local/src/ppsspp/ffmpeg/linux/x86_64/include/libswresample
/usr/local/src/ppsspp/ffmpeg/linux/x86_64/include/libswresample/swresample.h
/usr/local/src/ppsspp/ffmpeg/linux/x86_64/include/libswresample/version.h
/usr/local/src/ppsspp/ffmpeg/linux/x86_64/lib/libswresample.a

before compiling i followed these instructions (README.txt): github.com/hrydgard/ppsspp/tree/master/SDL

I would like to try the git version before emulating my pad, but unfortunately fail with compiling. Any help?

Thanks!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: xbox 360 controller - linux/ubuntu - ciaccom - 11-05-2016 03:49 PM

Forum Jump: