Homepage Forums RetroPie Project Controller Configuration in RetroPie issue installing Xarcade2jstick

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #117116
    hiya
    Participant

    I get the following errors when i use the make command, has anyone had this issue? i have a fresh install of retropie 3.5 on a model b.

    pi@retropie:~/Xarcade2jstick $ make
    cd src && make all
    make[1]: Entering directory ‘/home/pi/Xarcade2jstick/src’
    CC uinput_kbd.c
    CC uinput_gamepad.c
    CC main.c
    main.c: In function ‘main’:
    main.c:93:2: error: too few arguments to function ‘uinput_gpad_open’
    uinput_gpad_open(&uinp_gpads[0], UINPUT_GPAD_TYPE_XARCADE);
    ^
    In file included from main.c:36:0:
    uinput_gamepad.h:35:9: note: declared here
    int16_t uinput_gpad_open(UINP_GPAD_DEV* const gpad, UINPUT_GPAD_TYPE_E type,
    ^
    main.c:94:2: error: too few arguments to function ‘uinput_gpad_open’
    uinput_gpad_open(&uinp_gpads[1], UINPUT_GPAD_TYPE_XARCADE);
    ^
    In file included from main.c:36:0:
    uinput_gamepad.h:35:9: note: declared here
    int16_t uinput_gpad_open(UINP_GPAD_DEV* const gpad, UINPUT_GPAD_TYPE_E type,
    ^
    Makefile:17: recipe for target ‘../build/main.o’ failed
    make[1]: *** [../build/main.o] Error 1
    make[1]: Leaving directory ‘/home/pi/Xarcade2jstick/src’
    Makefile:16: recipe for target ‘all’ failed
    make: *** [all] Error 2
    pi@retropie:~/Xarcade2jstick $

    #117238
    hiya
    Participant

    i can install as a service with no errors but when i use service –status-all i dont see the service started. that was even after a reboot.

    #117261
    hiya
    Participant

    I finally got it to work. I did a fresh install of retropie 3.5 then i followed the instructions to dl Xarcade2jstick. But then i did sudo make installservice, then rebooted and did sudo make install.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Controller Configuration in RetroPie’ is closed to new topics and replies.