Hi,
I need to use gRPC++ in my project. Currently my project is set to use GNU make to build on my target board. I have built gRPC libraries (by adding the package into yocto recipe) into my target board (pls refer to the attached screenshot). From gRPC example code, it needs to include header files such as:
#include “absl/flags/flag.h”
#include “absl/flags/parse.h”
#include <grpcpp/grpcpp.h>
How come in my target board, there are only gRPC library files but no header files (in the screenshot, you can see there is no gRPC header file)? Has anyone used gRPC with VisualGDB before? Thanks and looking forward to some responses.
Attachments:
You must be
logged in to view attached files.