gkaindl / rfm12b-linux

A Linux kernel SPI-driver for the RFM12B and RFM69CW RF modules by HopeRF
113 stars 46 forks source link

rfm12b driver on newest raspbian jessy problem #23

Closed criss2525 closed 8 years ago

criss2525 commented 8 years ago

guys i try to run hello world example on the latest kernel version. i follow the instructions from here https://github.com/notro/rpi-source/wiki , but i get this. any ideas?

make -C /lib/modules/$(uname -r)/build M=$(pwd) modules make: Entering directory '/home/pi/linux-48ba943bfb614ad9a09d4ffd1cfe54adb1550e09' scripts/Makefile.build:44: /home/pi/hello/Makefile: No such file or directory make[1]: *** No rule to make target '/home/pi/hello/Makefile'. Stop. Makefile:1384: recipe for target '_module_/home/pi/hello' failed make: *** [_module_/home/pi/hello] Error 2 make: Leaving directory '/home/pi/linux-48ba943bfb614ad9a09d4ffd1cfe54adb1550e09'

the same problem occurs when i compile the drivers for the rfm12b board! did somebody try it on jessy? if yes can you please write the commands that you typed in the command line! thx a lot !

criss2525 commented 8 years ago

the problem was the capital letter of the Makefile