0

I'm trying to build libprotobuf-c for the mbed platfrom but having some issues with the ./configure settings. I think I need more compile flags but am unsure what to include. Any help would be much appreciated. Thanks!

./configure arm-none-eabi --disable-protoc
afking
  • 11
  • 2
  • what error messages do you get? – m.s. Apr 18 '15 at 00:02
  • configure: WARNING: you should use --build, --host, --target ... checking for arm-none-eabi-gcc... arm-none-eabi-gcc checking whether the C compiler works... no configure: error: in `/Users/edward/c/protobuf-c-1.1.1': configure: error: C compiler cannot create executables See `config.log' for more details – afking Apr 18 '15 at 00:11
  • does http://stackoverflow.com/questions/16188228/arm-compiler-with-autoconf help? – m.s. Apr 18 '15 at 00:16

1 Answers1

1

Just included the protobuf-c.h/c files into my project directly.

afking
  • 11
  • 2