[grpc-io] Re: Trouble cross-compilling gRPC for an older platform

2018-03-28 Thread embeddedguy1138
I was able to move past this error by adding $(TARGET_MAKE_ENV) before $(MAKE) in the buildroot grpc.mk file. The next error I encountered regarding ‘EPOLL_CLOEXEC’ undeclared has been documented and resolved here . Presently, I am stumped on the

[grpc-io] Re: Trouble cross-compilling gRPC for an older platform

2018-03-27 Thread embeddedguy1138
Looks like my update was deleted...weird. I moved past the error by changing lines in buildroot;s grpc.mk: define GRPC_BUILD_CMDS $(TARGET_MAKE_ENV) $(MAKE) $(GRPC_MAKE_OPT) -C $(@D) static shared endef I was able to work past the next build error, ‘EPOLL_CLOEXEC’ undeclared, using the

[grpc-io] What is the minimum Linux Kernel and gcc version for cross-compiling?

2018-03-26 Thread embeddedguy1138
I have an older ARM7 device that I would like to run gRPC on, but I have run into issue after issue getting the source code to cross-compile. I would eventually like to use this device with Google Cloud Speech API streams and need gRPC++ for communication. This is my system's setup:

[grpc-io] Trouble cross-compilling gRPC for an older platform

2018-03-22 Thread embeddedguy1138
Hi all, I am looking for some help in cross-compiling gRPC for an ARM7 using Buildroot-2014 and an older codesourcery toolchain with gcc-4.3.3. I intend to use gRPC++ and Google's Cloud Speech API to add voice-to-text support to my board. Because my compiler does not support c++11, I am