You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to compile grpc-c for the embedded system using bulldroot, could you tell me how this can be done?
Usually it's enough just to specify arm-buildroot-linux-gnueabihf-gcc instead of gcc in Makefile;
How do I change the instruction set to achieve this? autoreconf --install git submodule update --init ./builddeps.sh mkdir build && cd build ../configure make
Thank you!
The text was updated successfully, but these errors were encountered:
dr-begemot
changed the title
How to make for embedded Linux using buildroot
How to make grpc-c for embedded Linux using buildroot
Jul 12, 2018
Hi, I want to compile grpc-c for the embedded system using bulldroot, could you tell me how this can be done?
Usually it's enough just to specify
arm-buildroot-linux-gnueabihf-gcc
instead ofgcc
in Makefile;How do I change the instruction set to achieve this?
autoreconf --install
git submodule update --init
./builddeps.sh
mkdir build && cd build
../configure
make
Thank you!
The text was updated successfully, but these errors were encountered: