Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › emulationstation 2 gpio input problem › Reply To: emulationstation 2 gpio input problem
07/20/2014 at 21:19
#17601
Guest
hi guys, could give me a hand? Here’s what i’ve so far:
– downloaded SDL2-2.0.3, extracted and copied it to my home directory (/pi/SDL2-2.0.3)
– copied CrazySpence’s SDL_udev.c into /src/core/linux (overwrote the original one)
– run “make” or “sudo make” from the /pi/SDL2-2.0.3 and get this error:
pi@raspberrypi ~/SDL2-2.0.3 $ make install
make: *** No rule to make target `install’. Stop.
i also tried “make” from /src/core/linux, but I get the same error. Do i need to copy a makefile somewhere?
Thanks all.