cmake error
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
I am doing a cross compiling for my raspberry pi, so I am assuming that could be one of the issue. Please help
Any luck on this? I am struggling with the same
Same here
Same here
@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.