软路由编译zebra

在编译Zebra软路由时遇到错误,由于未禁用IPv6选项,导致类型不匹配问题。具体错误涉及'inet_ntop'函数参数类型和多个array type has incomplete element type错误。解决方法是在配置时添加--disable-ipv6选项,并在源文件中引入"log.h"头文件,然后执行'make'和'make install'进行安装。安装完成后,可在手册中查看使用方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

./configure --host=arm-hisiv500-linux --disable-ipv6 --includedir=/opt/hisi-linux/x86-arm/arm-hisiv500-linux/target/usr/include --disable-ospf6d

问题1
不禁用
ospf6d 选项
会出现inet_ntop (AF_INET6, &rprefix->prefix.u.prefix6,
buf, INET6_ADDRSTRLEN),
需要类型‘char * restrict’,但实参的类型为‘u_char *’
2
…/ospfd/ospfd.h:510:24: 错误: array type has incomplete element type
extern struct message ospf_ism_state_msg[8];
^
…/ospfd/ospfd.h:511:24: 错误: array type has incomplete element type
extern struct message ospf_nsm_state_msg[];
^
…/ospfd/ospfd.h:512:24: 错误: array type has incomplete element type
extern struct message ospf_lsa_type_msg[];
^
…/ospfd/ospfd.h:513:24: 错误: array type has incomplete element type
extern struct message ospf_link_state_id_type_msg[];
^
…/ospfd/ospfd.h:514:24: 错误: array type has incomplete element type
extern struct message ospf_redistributed_proto[];
^
…/ospfd/ospfd.h:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值