I'm trying to install the gRPC on an arm32 device. I'm having compilation problems that prevents the complete installation. I'm wondering if gRPC has problems on an arm32 device.
I have built the gRPC package on amd64 and amd32 devices without problems.
The error is shown bellow:
make: Circular /home/pi/grpc/libs/opt/libupb.a <- /home/pi/grpc/libs/opt/libupb.a dependency dropped.
[HOSTLD] Linking /home/pi/grpc/bins/opt/grpc_cpp_plugin
/usr/bin/ld: /home/pi/grpc/libs/opt/protobuf/libprotobuf.a(arena.o): in function `google::protobuf::internal::ArenaImpl::Init()':
/usr/include/c++/8/bits/atomic_base.h:514: undefined reference to `__atomic_fetch_add_8'
collect2: error: ld returned 1 exit status
make: *** [Makefile:17245: /home/pi/grpc/bins/opt/grpc_cpp_plugin] Error 1
Thanks