Actually, this doesn't really seem related to arm per-se. This feels like a normal bug in our dependency tree for the ares dependency. You should be able to bypass this one (if it hasn't been fixed yet) by actually installing the c-ares library on your system.
On Friday, December 22, 2017 at 5:06:16 AM UTC-8, [email protected] wrote: > > Hi all, > > This is Neeli Srinivas. I am new to GRPC. I am trying to compile grpc for > arm architecture. > for compilation of GRPC I am getting below error. > > [CXX] Compiling src/cpp/server/server_credentials.cc > [CXX] Compiling src/cpp/server/server_posix.cc > [CXX] Compiling src/cpp/thread_manager/thread_manager.cc > [CXX] Compiling src/cpp/util/byte_buffer_cc.cc > [CXX] Compiling src/cpp/util/slice_cc.cc > [CXX] Compiling src/cpp/util/status.cc > [CXX] Compiling src/cpp/util/string_ref.cc > [CXX] Compiling src/cpp/util/time_cc.cc > [CXX] Compiling src/cpp/codegen/codegen_init.cc > [CXX] Compiling src/cpp/common/insecure_create_auth_context.cc > [HOSTCXX] Compiling src/compiler/cpp_generator.cc > [HOSTCXX] Compiling src/compiler/csharp_generator.cc > [HOSTCXX] Compiling src/compiler/node_generator.cc > [HOSTCXX] Compiling src/compiler/objective_c_generator.cc > [HOSTCXX] Compiling src/compiler/php_generator.cc > [HOSTCXX] Compiling src/compiler/python_generator.cc > [HOSTCXX] Compiling src/compiler/ruby_generator.cc > [AR] Creating > /home/srinin3/pybuild/ssp-linux-a6_os/lib_oss/grpc/libs/opt/libares.a > arm-linux-ar: > /home/srinin3/pybuild/ssp-linux-a6_os/lib_oss/grpc/libs/opt/libares.a: No > such file or directory > make: *** > [/home/srinin3/pybuild/ssp-linux-a6_os/lib_oss/grpc/libs/opt/libares.a] > Error 1 > > > How can i rectify this error ? > is there any special process need to follow for compilation of grpc ? > I am using grpc 1.7.3 with protobuf 3.2.0 > Advanched Thanks > > > Thanks > Srinivas Neeli > > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/08356ace-55df-4720-a104-9ef3967e1c6f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
