Click here to Skip to main content
15,860,943 members
Home / Discussions / Linux Programming
   

Linux Programming

 
GeneralRe: Anyone know of a good explanation on cross compiling for the raspberry PI from the Windows (Mingw32 ) Command line Pin
Vaclav_6-Mar-19 4:28
Vaclav_6-Mar-19 4:28 
GeneralRe: Anyone know of a good explanation on cross compiling for the raspberry PI from the Windows (Mingw32 ) Command line Pin
fd97506-Mar-19 5:37
professionalfd97506-Mar-19 5:37 
GeneralRe: Anyone know of a good explanation on cross compiling for the raspberry PI from the Windows (Mingw32 ) Command line Pin
fd97506-Mar-19 21:05
professionalfd97506-Mar-19 21:05 
GeneralRe: Anyone know of a good explanation on cross compiling for the raspberry PI from the Windows (Mingw32 ) Command line Pin
Vaclav_7-Mar-19 3:36
Vaclav_7-Mar-19 3:36 
GeneralRe: Anyone know of a good explanation on cross compiling for the raspberry PI from the Windows (Mingw32 ) Command line Pin
fd97507-Mar-19 4:25
professionalfd97507-Mar-19 4:25 
QuestionSOLVED Developing bluetooth app using "bluez" package (FROM SOURCE ) Pin
Vaclav_5-Mar-19 5:18
Vaclav_5-Mar-19 5:18 
AnswerRe: Developing bluetooth app using "bluez" Pin
Richard MacCutchan5-Mar-19 6:32
mveRichard MacCutchan5-Mar-19 6:32 
GeneralRe: Developing bluetooth app using "bluez" Pin
Vaclav_5-Mar-19 6:46
Vaclav_5-Mar-19 6:46 
Thanks Richard.
I did try this and it looks as
/usr/lib/x86_64-linux-gnu/libbluetooth.a
or
/usr/lib/bluetooth/bluetoothd

maybe the right place
I'll try to link to it


jim@jim-desktop:~$ sudo find  /lib /lib64 /usr/lib /usr/lib64 -type f -iname "*bluetooth*" -print
/lib/systemd/system/bluetooth.target
/lib/systemd/system/bluetooth.service
/lib/modules/4.15.0-45-generic/kernel/net/bluetooth/bluetooth_6lowpan.ko
/lib/modules/4.15.0-45-generic/kernel/net/bluetooth/bluetooth.ko
/lib/modules/4.15.0-45-generic/kernel/drivers/platform/x86/toshiba_bluetooth.ko
/lib/modules/4.15.0-43-generic/kernel/net/bluetooth/bluetooth_6lowpan.ko
/lib/modules/4.15.0-43-generic/kernel/net/bluetooth/bluetooth.ko
/lib/modules/4.15.0-43-generic/kernel/drivers/platform/x86/toshiba_bluetooth.ko
/lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules
/lib/udev/hwdb.d/20-bluetooth-vendor-product.hwdb
/usr/lib/i386-linux-gnu/libbluetooth.so.3.18.10
/usr/lib/bluetooth/bluetoothd
/usr/lib/pm-utils/power.d/usb_bluetooth
/usr/lib/plainbox-provider-checkbox/bin/bluetooth_scan
/usr/lib/plainbox-provider-checkbox/bin/bluetooth_transfer_stress
/usr/lib/plainbox-provider-checkbox/bin/bluetooth_test
/usr/lib/plainbox-provider-checkbox/bin/audio_bluetooth_loopback_test
/usr/lib/x86_64-linux-gnu/libgnome-bluetooth.so.13.0.1
/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so
/usr/lib/x86_64-linux-gnu/libbluetooth.a
/usr/lib/x86_64-linux-gnu/libbluetooth.so.3.18.10
find: ‘/usr/lib64’: No such file or directory
jim@jim-desktop:~$ 

GeneralRe: Developing bluetooth app using "bluez" Pin
Richard MacCutchan5-Mar-19 6:50
mveRichard MacCutchan5-Mar-19 6:50 
GeneralRe: Developing bluetooth app using "bluez" Pin
Vaclav_5-Mar-19 9:03
Vaclav_5-Mar-19 9:03 
GeneralRe: Developing bluetooth app using "bluez" Pin
Richard MacCutchan5-Mar-19 22:45
mveRichard MacCutchan5-Mar-19 22:45 
GeneralRe: Developing bluetooth app using "bluez" Pin
Vaclav_5-Mar-19 7:39
Vaclav_5-Mar-19 7:39 
AnswerRe: Developing bluetooth app using "bluez" Pin
k50545-Mar-19 9:44
mvek50545-Mar-19 9:44 
GeneralRe: Developing bluetooth app using "bluez" Pin
Vaclav_5-Mar-19 13:37
Vaclav_5-Mar-19 13:37 
GeneralRe: Developing bluetooth app using "bluez" Pin
k50546-Mar-19 6:57
mvek50546-Mar-19 6:57 
GeneralRe: Developing bluetooth app using "bluez" Pin
Vaclav_5-Mar-19 16:02
Vaclav_5-Mar-19 16:02 
GeneralRe: Developing bluetooth app using "bluez" Pin
k50546-Mar-19 8:50
mvek50546-Mar-19 8:50 
GeneralRe: Developing bluetooth app using "bluez" Pin
Vaclav_6-Mar-19 11:58
Vaclav_6-Mar-19 11:58 
QuestionLinking to library Pin
Vaclav_3-Mar-19 5:22
Vaclav_3-Mar-19 5:22 
AnswerRe: Linking to library Pin
Richard MacCutchan3-Mar-19 5:53
mveRichard MacCutchan3-Mar-19 5:53 
GeneralRe: Linking to library Pin
Vaclav_3-Mar-19 7:08
Vaclav_3-Mar-19 7:08 
AnswerRe: Linking to library Pin
k50543-Mar-19 6:03
mvek50543-Mar-19 6:03 
GeneralRe: Linking to library Pin
Vaclav_3-Mar-19 7:09
Vaclav_3-Mar-19 7:09 
AnswerRe: Linking to library Pin
k50543-Mar-19 6:32
mvek50543-Mar-19 6:32 
GeneralRe: Linking to library Pin
Vaclav_3-Mar-19 7:05
Vaclav_3-Mar-19 7:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.