Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › emulationstation 2 gpio input problem › Reply To: emulationstation 2 gpio input problem
Thank you for your reply.
I did what you suggested, but I’m still getting errors. Below are all the different variations of “make” I tried. Any suggestions?
pi@raspberrypi /opt/retropie/supplementary/SDL2-2.0.1/src/core/linux $ ls
SDL_udev.c SDL_udev.h
pi@raspberrypi /opt/retropie/supplementary/SDL2-2.0.1/src/core/linux $ make
make: *** No targets specified and no makefile found. Stop.
pi@raspberrypi /opt/retropie/supplementary/SDL2-2.0.1/src/core/linux $ make SDL_udev.c
make: Nothing to be done for `SDL_udev.c’.
pi@raspberrypi /opt/retropie/supplementary/SDL2-2.0.1/src/core/linux $ sudo make SDL_udev.c
make: Nothing to be done for `SDL_udev.c’.
pi@raspberrypi /opt/retropie/supplementary/SDL2-2.0.1/src/core/linux $ sudo make
make: *** No targets specified and no makefile found. Stop.
Thank you again.