为 mbed LPC1768 arm-none-eabi-g++ 构建 protobuf-c、libprotobuf-c

Posted

技术标签:

【中文标题】为 mbed LPC1768 arm-none-eabi-g++ 构建 protobuf-c、libprotobuf-c【英文标题】:Build protobuf-c, libprotobuf-c, for mbed LPC1768 arm-none-eabi-g++ 【发布时间】:2015-04-17 23:48:31 【问题描述】:

我正在尝试为 mbed 平台构建 libprotobuf-c,但 ./configure 设置存在一些问题。我想我需要更多编译标志,但不确定要包括什么。任何帮助将非常感激。谢谢!

./configure arm-none-eabi --disable-protoc

【问题讨论】:

您收到了哪些错误消息? 配置:警告:您应该使用 --build、--host、--target ... 检查 arm-none-eabi-gcc ... arm-none-eabi-gcc 检查是否C 编译器工作...没有配置:错误:在/Users/edward/c/protobuf-c-1.1.1': configure: error: C compiler cannot create executables See config.log' 了解更多详情 ***.com/questions/16188228/arm-compiler-with-autoconf 有帮助吗? 【参考方案1】:

只是将 protobuf-c.h/c 文件直接包含到我的项目中。

【讨论】:

以上是关于为 mbed LPC1768 arm-none-eabi-g++ 构建 protobuf-c、libprotobuf-c的主要内容,如果未能解决你的问题,请参考以下文章

lpc1768这样配置定时器pclk是多少?

我需要帮助构建lpc1768的openvibe源代码

LPC1768/1769之CAN控制器概述

LPC 1768 上的 IAP

LPC1768系统时钟配置-CPU时钟频率96MHz

LPC1768怎么设置中断(IRQEnable ();)怎么写