zykes

Untitled

Apr 6th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. g++ gateway.pb.o gateway.grpc.pb.o main.o -L/usr/local/lib `pkg-config --libs grpc++ grpc` -Wl,--no-as-needed -lgrpc++_reflection -Wl,--as-needed -lprotobuf -lpthread -ldl -lwiringPi -lm -o gateway
  2. /usr/bin/ld: /usr/local/lib/libwiringPi.a(softPwm.o): undefined reference to symbol 'pthread_cancel@@GLIBC_2.2.5'
  3. /lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
  4. collect2: error: ld returned 1 exit status
  5. Makefile:14: recipe for target 'gateway' failed
  6. make: *** [gateway] Error 1
Advertisement
Add Comment
Please, Sign In to add comment