Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make grpc-c for embedded Linux using buildroot #36

Open
dr-begemot opened this issue Jul 12, 2018 · 1 comment
Open

How to make grpc-c for embedded Linux using buildroot #36

dr-begemot opened this issue Jul 12, 2018 · 1 comment

Comments

@dr-begemot
Copy link

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!

@dr-begemot 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
@bhaktatejas922
Copy link

Hey, did you ever figure it out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants