[grpc-io] Re: Issue in cross compiling grpc for armv7l architecture

2024-04-15 Thread 'AJ Heller' via grpc.io
I don't use CMake, but I believe you can pass `-DgRPC_USE_SYSTEMD=OFF` (based on https://github.com/grpc/grpc/blob/84ee28e6956ed7cd51462aad52e64782dd5ca34b/cmake/systemd.cmake#L17) Hope this helps, -aj On Wednesday, April 10, 2024 at 7:00:30 AM UTC-7 Pragadeesh nagaraj wrote: > Need help on th

[grpc-io] Re: Issue in cross compiling grpc for armv7l architecture

2024-04-10 Thread Pragadeesh nagaraj
Need help on this issue, still not resolved. On Thu, 4 Apr, 2024, 9:55 pm Pragadeesh nagaraj, < pragadeeshnpraga.2...@gmail.com> wrote: > Hi, > I need to cross compile grpc to be used in BeagleBone black for armv7l > architecture. > > I tried cross compilation but got an error. > > Steps Followed