摘要:
'xxx' declared `static' but never defined【问题描述】uart.c文件中有函数read_sample的实现:[plain] view plain copy print?static void delay(void) { //statement... 阅读全文
posted @ 2016-07-25 15:29
隔壁王叔叔a
阅读(991)
评论(0)
推荐(0)
摘要:
warning: conflicting types for built-in function 'puts'【编译器版本】arm-linux-gcc 3.4.1【问题描述】在做嵌入式底层开发时,自己写了一个puts函数,也就是通过串口发送字符串到超级终端。但在编译程序的时候出现了如下问题:warn... 阅读全文
posted @ 2016-07-25 15:23
隔壁王叔叔a
阅读(414)
评论(0)
推荐(0)