- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在尝试使用 NS 2.35 对 AODV 路由协议(protocol)进行一些改进。我对 AODV.cc 和 AODV.h 文件做了一些修改。为了使更改生效,我从终端在 NS 2.35 文件夹中执行了以下三个命令:
2.清洁
3.制作
现在我遇到了以下错误:
trace/cmu-trace.o: In function `CMUTrace::format_aodv(Packet*, int)':
cmu-trace.cc:(.text+0x18b7): undefined reference to `hdr_aodv::offset_'
解决这个问题的方法是什么?
为了进一步说明,我在此处提供了 .cc 文件链接:
https://drive.google.com/file/d/0B1OEPsG0ILELWkcxQ254TEpoN3M/view?usp=sharing
最佳答案
当然你一定会得到一个错误...你已经更改了一些将在 cmu-trace.cc
中使用的打印参数。
我不知道你想做什么,但很明显你不应该更改 fprintf
中的那些参数。
喜欢这里:
fprintf(stderr,
"%s%d\t%s%d\t%s%d\t%s%d\t%s%d\t%s%d\t%s%d\t%s%d\t%s%f\t%s%f\n",
"src=", index,
"dst=", rp->rp_dst,
"nhops=", rp->rp_hop_count+1,
"opthops=", opthops,
"sumHops=", sumHops,
"sumGodHops=", sumGodHops,
"numRtsFound=", numRtsFound,
"prevHop=", ch->prev_hop_,
"t:", CURRENT_TIME,
"RTT=", CURRENT_TIME - rp->rp_timestamp);
fprintf(gspTraceFile,
"%s%d\t%s%d\t%s%d\t%s%d\t%s%d\t%s%d\t%s%d\t%s%d\t%s%f\t%s%f\n",
"src=", index,
"dst=", rp->rp_dst,
"nhops=", rp->rp_hop_count+1,
"opthops=", opthops,
"sumHops=", sumHops,
"sumGodHops=", sumGodHops,
"numRtsFound=", numRtsFound,
"prevHop=", ch->prev_hop_,
"t:", CURRENT_TIME,
"RTT=", CURRENT_TIME - rp->rp_timestamp);
确切地说出你想做什么,也许我可以帮助你,或者其他人可以帮助你。
关于linux - "undefined reference to ` hdr_aodv::offset_ '"网络模拟器错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33807898/
我只是有一个更琐碎的问题。 为什么undefined == undefined 返回true,而undefined >= undefined 为false? undefined 等于 undefine
用PHP 7.2编写套接字服务器。根据Firefox 60中的“网络”选项卡,服务器的一些HTTP响应的第一行随机变为undefined undefined undefined。因此,我尝试记录套接字
在 JavaScript 中这是真的: undefined == undefined 但这是错误的: undefined <= undefined 起初我以为<=运算符包含第一个,但我猜它试图将其转换
在回答这个问题 (Difference between [Object, Object] and Array(2)) 时,我在 JavaScript 数组中遇到了一些我以前不知道的东西(具有讽刺意味的
来自https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/of , Note: thi
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
当我添加 到我的 PrimeFaces Mobile 页面,然后我在服务器日志中收到以下警告 WARNING: JSF1064: Unable to find or serve resource, u
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我是一名优秀的程序员,十分优秀!