新手上路
- 积分
- 27
- 金钱
- 27
- 注册时间
- 2018-3-4
- 在线时间
- 3 小时
|
1金钱
本帖最后由 蚂蚁啃骨头 于 2018-9-27 17:47 编辑
大家在移植UIP协议栈的时候 有没有遇到 UIP协议栈源代码的
[mw_shl_code=c,true]uip_arp.h 文件中
extern struct uip_eth_addr uip_ethaddr;
struct uip_eth_hdr {
struct uip_eth_addr dest;
struct uip_eth_addr src;
u16_t type;
};
[/mw_shl_code]
报错内容
..\..\Uip\Uip_demo\uip_arp.h(61): error: #70: incomplete type is not allowed
这是协议栈的源码文件,怎么还会有错,该怎么解决?
说明一下 :头文件的包含,路径的设置都没有问题。并且 goto定义 也没有问题
|
|