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/3b43844b-398f-4ddb-86bf-ffdc02bdf1c8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
