Closed vjeantet closed 10 years ago
Hello,
i tried to compile the two binaries in c/ directory. It fails with this error
$ GCC l2cap-ble.c -lbluetooth -o l2cap-ble l2cap-ble.c:3:10: fatal error: 'sys/prctl.h' file not found #include <sys/prctl.h> ^ 1 error generated.
It seems that prctl is not available in osx (BSD-based systems)
gatt doesn't work on OS X at all right now -- linux/BlueZ only. (If/when OS X support lands, it'll use different c shims that work with XPC.)
Hello,
i tried to compile the two binaries in c/ directory. It fails with this error
It seems that prctl is not available in osx (BSD-based systems)