nRF24 / RF24

OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices
https://nrf24.github.io/RF24
GNU General Public License v2.0
2.21k stars 1.02k forks source link

Intel edison #225

Closed aafeliz closed 8 years ago

aafeliz commented 8 years ago

NEW ISSUE on edison cp utility/MRAA/includes.h utility/includes.h g++ -Wall -fPIC -c RF24.cpp g++ -Wall -fPIC -c utility/MRAA/spi.cpp g++ -Wall -fPIC -c utility/MRAA/gpio.cpp gcc -Wall -fPIC -c utility/MRAA/compatibility.c g++ -shared -Wl,-soname,librf24-bcm.so.1 -lmraa -o librf24-bcm.so.1.0 RF24.o spi.o gpio.o compatibility.o [Installing Libs] make: install: Command not found Makefile:110: recipe for target 'install-libs' failed make: *\ [install-libs] Error 127

TMRh20 commented 8 years ago

make: install: Command not found ???

Maybe try this?: http://stackoverflow.com/questions/17444777/make-install-command-not-found

aafeliz commented 8 years ago

thank you that worked export PATH=$PATH:/path/to/install-utility then i used, make install -B RF24_SPIDEV=1