workinghard / jslisten

listen to gamepad inputs and trigger a command
GNU General Public License v3.0
31 stars 18 forks source link

Can this install on Linux 5.4.0 #28

Closed ssmith05 closed 3 years ago

ssmith05 commented 4 years ago

I have tried to install on different linux and ubuntu systems with the same errors

Feb 20 14:45:31 test-vm Packagekit: Started jslisten daemon. Feb 20 14:45:31 test-vmsh[36251]: /bin/sh: 1: exec: /opt/bin/jslisten: Exec format error Feb 20 14:45:31test-vm Packagekit: jslisten.service: Main process exited, code=exited, status=2/INVALIDARGUMENT Feb 20 14:45:31test-vm Packagekit: jslisten.service: Failed with result 'exit-code'. Feb 20 14:45:31test-vm Packagekit: jslisten.service: Scheduled restart job, restart counter is at 1. Feb 20 14:45:31test-vm Packagekit: Stopped jslisten daemon. Feb 20 14:45:31test-vm Packagekit: Started jslisten daemon. Feb 20 14:45:31 test-vm sh[36257]: /bin/sh: 1: exec: /opt/bin/jslisten: Exec format error Feb 20 14:45:31test-vm Packagekit: jslisten.service: Main process exited, code=exited, status=2/INVALIDARGUMENT

workinghard commented 4 years ago

The binary is for raspberry pi (arm). If you want to use it on x64 machines, you have to compile it from the source.