Qt bluez for RPI - Raspberry Pi Forums
the problem posted here
https://forum.qt.io/topic/63995/buildin ... -5-6-fails
yet find rpi specific - narrowed errors one:
error: cannot find -lbluetooth
collect2: error: ld returned 1 exit status
comes ld.gold, in tools https://github.com/raspberrypi/tools
well, here's more:
tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/arm-linux-gnueabihf/bin$ strings ld.gold | grep /usr
/usr/lib/libc.so.1
/usr/lib/ld.so.1
/usr/lib/sparcv9/ld.so.1
/usr/lib/arm-linux-gnueabihf
/usr/lib
, putting libbluetooth.so /usr/lib not solve problem... does?)
https://forum.qt.io/topic/63995/buildin ... -5-6-fails
yet find rpi specific - narrowed errors one:
error: cannot find -lbluetooth
collect2: error: ld returned 1 exit status
comes ld.gold, in tools https://github.com/raspberrypi/tools
well, here's more:
tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/arm-linux-gnueabihf/bin$ strings ld.gold | grep /usr
/usr/lib/libc.so.1
/usr/lib/ld.so.1
/usr/lib/sparcv9/ld.so.1
/usr/lib/arm-linux-gnueabihf
/usr/lib
, putting libbluetooth.so /usr/lib not solve problem... does?)
so libbluetooth live normally. can "ls -l libbluetoo*" directory ?
raspberrypi
Comments
Post a Comment