gattlibpp icon indicating copy to clipboard operation
gattlibpp copied to clipboard

cmake error

Open djok0127 opened this issue 6 years ago • 4 comments

After cloning into the git repository, I can't do a cmake. error goes along the line:

-- Checking for one of the modules 'gattlibpp' CMake Error at /FindPkgConfig.cmake:641 (message): None of the required 'gattlibpp' found Call Stack ( most recent call first): examples/read_write/CMakeLists.txt:27 (pkg_search_module)

I am doing a cross compiling for my raspberry pi, so I am assuming that could be one of the issue. Please help

djok0127 avatar Jul 16 '19 15:07 djok0127

Any luck on this? I am struggling with the same

Neoster avatar Jun 10 '20 15:06 Neoster

Same here

GiovanniGallinaro avatar Dec 14 '21 08:12 GiovanniGallinaro

Same here

mohamed-said avatar May 25 '23 13:05 mohamed-said

@djok0127 @Neoster @GiovanniGallinaro I found the problem, this repo is a C++ wrapper for the original gatlibb repo.

You need to build and install the original library first, and then you can build this repo.

mohamed-said avatar May 25 '23 13:05 mohamed-said