Closed lucalenardi closed 7 years ago
Thanks, this info does help, it's a portability issue, will be fixed soon. However, we haven't test it on derbin/arm. Could you tell us why you want an arm build? It's probably worth discussing to add a new docker image to support it.
Hello, thanks for the answers.
We are working on embedded linux platforms, using gRPC
to interact – via web based interfaces, hence grpc-web
– with remote devices.
The idea to have a new docker image for ARM is very appealing, how would you proceed with that? Do you need any help?
Enhance the build script and add debian support. Please give a try to see if it compiles on ARM.
I can put together an ARM image for Docker.
It compiles now, nginx starts but it crashes as soon as a grpc call comes in. See #42
Fix merged.
Hello!
We've got some issues while compiling on ARM (Cortex A8).
The problem is related to some debugging macro with
printf
and wrongtype
. Related files arenginx_notify_queue.cc
andnginx_http_frontend.cc
This is the error report:
We fixed it here: https://goo.gl/Zn4OZt Maybe this is due to the compiler version; I hope it helps.
Thanks!