SMAspot install problem - Raspberry Pi Forums
hi installing smaspot
- unpacking smaspot_src242_linux_win32.tar.gz , evrything ok
- command : make release gives following output
pi@domoticzpi ~/smaspot $ make release
test -d bin/release || mkdir -p bin/release
test -d obj/release || mkdir -p obj/release
g++ -wall -o2 -c bluetooth.cpp -o obj/release/bluetooth.o
make: g++: opdracht niet gevonden
make: *** [obj/release/bluetooth.o] fout 127
idea output tries tell me?
idea how correct problem?
help.
- unpacking smaspot_src242_linux_win32.tar.gz , evrything ok
- command : make release gives following output
pi@domoticzpi ~/smaspot $ make release
test -d bin/release || mkdir -p bin/release
test -d obj/release || mkdir -p obj/release
g++ -wall -o2 -c bluetooth.cpp -o obj/release/bluetooth.o
make: g++: opdracht niet gevonden
make: *** [obj/release/bluetooth.o] fout 127
idea output tries tell me?
idea how correct problem?
help.
joehoe, found it!
sudo apt-get install build-essential git
sudo apt-get install build-essential git
raspberrypi
Comments
Post a Comment