rcswitch-pi icon indicating copy to clipboard operation
rcswitch-pi copied to clipboard

Anyone developing this ?

Open Dragao75 opened this issue 7 years ago • 2 comments

I am running Ubuntu 16.04 and get a compile error.

make all g++ -DRPI -c -o ../rc-switch/RCSwitch.o ../rc-switch/RCSwitch.cpp g++ -DRPI -c -o send.o send.cpp g++ -DRPI ../rc-switch/RCSwitch.o send.o -o send -lwiringPi /usr/lib/gcc/arm-linux-gnueabihf/5/../../../../lib/libwiringPi.so: undefined reference to pthread_join' /usr/lib/gcc/arm-linux-gnueabihf/5/../../../../lib/libwiringPi.so: undefined reference topthread_create' /usr/lib/gcc/arm-linux-gnueabihf/5/../../../../lib/libwiringPi.so: undefined reference to `pthread_cancel' collect2: error: ld returned 1 exit status Makefile:8: recipe for target 'send' failed make: *** [send] Error 1

Anyone have a solution? Regards,

Dragao75 avatar Aug 11 '16 18:08 Dragao75