Homepage Forums RetroPie Project Everything else related to the RetroPie Project Problem installing/configuring SNESDev

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110916
    Anonymous
    Inactive

    Hi,

    Complete noob here. I am trying to get SNES controllers working on my RPi2 using the GPIO adapter v2. Unfortunately, I’m getting hung up when I attempt to enable SNESDev via the RetroPie setup. This error also appears when I attempt to install manually from github. Any help would be greatly appreciated.
    Thanks!

    = = = = = = = = = = = = = = = = = = = = =
    Getting sources for ‘snesdev’ : SNESDev (Driver for the RetroPie GPIO-Adapter)
    = = = = = = = = = = = = = = = = = = = = =

    git clone –depth 1 “https://github.com/petrockblog/SNESDev-RPi.git” “/home/pi/RetroPie-Setup/tmp/build/snesdev”
    Cloning into ‘/home/pi/RetroPie-Setup/tmp/build/snesdev’…
    /home/pi
    /home/pi/RetroPie-Setup/tmp/build/snesdev /home/pi

    = = = = = = = = = = = = = = = = = = = = =
    Building ‘snesdev’ : SNESDev (Driver for the RetroPie GPIO-Adapter)
    = = = = = = = = = = = = = = = = = = = = =

    cd src && make all
    make[1]: Entering directory ‘/home/pi/RetroPie-Setup/tmp/build/snesdev/src’
    cd ../libs && tar zxvf bcm2835-1.39.tar.gz
    bcm2835-1.39/
    bcm2835-1.39/config.sub
    bcm2835-1.39/ChangeLog
    bcm2835-1.39/doc/
    bcm2835-1.39/doc/Makefile.am
    bcm2835-1.39/doc/Makefile.in
    bcm2835-1.39/doc/Doxyfile.in
    bcm2835-1.39/aclocal.m4
    bcm2835-1.39/configure.ac
    bcm2835-1.39/README
    bcm2835-1.39/src/
    bcm2835-1.39/src/bcm2835.h
    bcm2835-1.39/src/Makefile.am
    bcm2835-1.39/src/bcm2835.c
    bcm2835-1.39/src/test.c
    bcm2835-1.39/src/Makefile.in
    bcm2835-1.39/INSTALL
    bcm2835-1.39/depcomp
    bcm2835-1.39/config.h.in
    bcm2835-1.39/config.guess
    bcm2835-1.39/NEWS
    bcm2835-1.39/COPYING
    bcm2835-1.39/Makefile.am
    bcm2835-1.39/ltmain.sh
    bcm2835-1.39/configure
    bcm2835-1.39/missing
    bcm2835-1.39/install-sh
    bcm2835-1.39/Makefile.in
    bcm2835-1.39/AUTHORS
    bcm2835-1.39/examples/
    bcm2835-1.39/examples/blink/
    bcm2835-1.39/examples/blink/blink.c
    bcm2835-1.39/examples/i2c/
    bcm2835-1.39/examples/i2c/i2c.c
    bcm2835-1.39/examples/input/
    bcm2835-1.39/examples/input/input.c
    bcm2835-1.39/examples/gpio/
    bcm2835-1.39/examples/gpio/gpio.c
    bcm2835-1.39/examples/spin/
    bcm2835-1.39/examples/spin/spin.c
    bcm2835-1.39/examples/event/
    bcm2835-1.39/examples/event/event.c
    bcm2835-1.39/examples/spi/
    bcm2835-1.39/examples/spi/spi.c
    bcm2835-1.39/examples/pwm/
    bcm2835-1.39/examples/pwm/pwm.c
    bcm2835-1.39/test-driver
    cd ../libs/bcm2835-1.39/ && ./configure
    checking for a BSD-compatible install… /usr/bin/install -c
    checking whether build environment is sane… yes
    /home/pi/RetroPie-Setup/tmp/build/snesdev/libs/bcm2835-1.39/missing: Unknown `–is-lightweight’ option
    Try `/home/pi/RetroPie-Setup/tmp/build/snesdev/libs/bcm2835-1.39/missing –help’ for more information
    configure: WARNING: ‘missing’ script is too old or missing
    checking for a thread-safe mkdir -p… /bin/mkdir -p
    checking for gawk… no
    checking for mawk… mawk
    checking whether make sets $(MAKE)… yes
    checking whether make supports nested variables… yes
    checking for style of include used by make… GNU
    checking for gcc… gcc
    checking whether the C compiler works… yes
    checking for C compiler default output file name… a.out
    checking for suffix of executables…
    checking whether we are cross compiling… configure: error: in `/home/pi/RetroPie-Setup/tmp/build/snesdev/libs/bcm2835-1.39′:
    configure: error: cannot run C compiled programs.
    If you meant to cross compile, use `–host’.
    See `config.log’ for more details
    Makefile:27: recipe for target ‘../libs/bcm2835-1.39/src/libbcm2835.a’ failed
    make[1]: *** [../libs/bcm2835-1.39/src/libbcm2835.a] Error 1
    make[1]: Leaving directory ‘/home/pi/RetroPie-Setup/tmp/build/snesdev/src’
    Makefile:16: recipe for target ‘all’ failed
    make: *** [all] Error 2
    /home/pi
    Could not successfully build SNESDev (Driver for the RetroPie GPIO-Adapter) (/home/pi/RetroPie-Setup/tmp/build/snesdev/src/SNESDev not found).
    /home/pi/RetroPie-Setup/tmp/build/snesdev /home/pi

    = = = = = = = = = = = = = = = = = = = = =
    Installing ‘snesdev’ : SNESDev (Driver for the RetroPie GPIO-Adapter)
    = = = = = = = = = = = = = = = = = = = = =

    cp: cannot stat `src/SNESDev’: No such file or directory
    src/Makefile' ->/opt/retropie/supplementary/snesdev/src/Makefile’
    Makefile' ->/opt/retropie/supplementary/snesdev/Makefile’
    scripts/Makefile' ->/opt/retropie/supplementary/snesdev/scripts/Makefile’
    scripts/SNESDev' ->/opt/retropie/supplementary/snesdev/scripts/SNESDev’
    supplementary/snesdev.cfg' ->/opt/retropie/supplementary/snesdev/supplementary/snesdev.cfg’
    /opt/retropie/supplementary/snesdev /home/pi/RetroPie-Setup/tmp/build/snesdev /home/pi
    cd src && make install
    make[1]: Entering directory ‘/opt/retropie/supplementary/snesdev/src’
    install -d /usr/local/bin
    install -m 0755 SNESDev /usr/local/bin
    install: cannot stat `SNESDev’: No such file or directory
    Makefile:46: recipe for target ‘install’ failed
    make[1]: *** [install] Error 1
    make[1]: Leaving directory ‘/opt/retropie/supplementary/snesdev/src’
    Makefile:16: recipe for target ‘install’ failed
    make: *** [install] Error 2
    /home/pi/RetroPie-Setup/tmp/build/snesdev /home/pi
    /home/pi

    = = = = = = = = = = = = = = = = = = = = =
    Enabling SNESDev on boot.
    = = = = = = = = = = = = = = = = = = = = =

    make: *** No rule to make target ‘installservice’. Stop.

    #110917
    Anonymous
    Inactive

    I should also mention that I just updated/reinstalled Retropie from the binaries and the problem still exists.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.