ninjablocks / 433Utils

433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi.
ninjablocks.com
MIT License
893 stars 336 forks source link

Error with "Make" command #48

Closed caldecy closed 6 years ago

caldecy commented 6 years ago

After following all the steps to install WiringPi and 433Utils, I am stuck at the last step of compiling with the command "make".

The error message is as such: make: *** No rule to make target '../rc-switch/RCSwitch.o', needed by 'send'. Stop. Hopefully someone can advise me on this issue! Thanks!

rotv commented 6 years ago

Did you do a recursive clone?

caldecy commented 6 years ago

Thanks for the quick response! No I didn't and that's why I encountered the problem.

Thanks for the reminder!