在NS3中运行example-sixlowpan.cc

时间:2018-02-12 13:40:52

标签: c++ debugging ns-3

我在尝试在NS3中运行example-sixlowpan.cc文件时收到以下错误,我已将example-sixlowpan.cc和example-ping-lr-wpan.cc文件放在名为6lowpan的文件夹中NS3的临时文件夹。

跑完" ./ waf - run example-sixlowpan"我收到以下错误:

Waf:离开目录`/repos/ns-allinone-3.25/ns-3.25/build' 构建失败   - >任务在' 6lowpan'失败(退出状态1):     {task 140117242282192:cxxprogram example-ping-lr-wpan.cc.3.o,example-sixlowpan.cc.3.o - > 6LoWPAN的} [' / usr / bin / g ++',' -pthread',' -pthread',' scratch / 6lowpan / example-ping- lr-wpan.cc.3.o',' scratch / 6lowpan / example-sixlowpan.cc.3.o',' -o',' / repos /ns-allinone-3.25/ns-3.25/build/scratch/6lowpan/6lowpan' ;,' -Wl,-Bstatic',' -Wl,-Bdynamic',&# 39; -Wl, - no-as-needed',' -L。',' -lns3.25-test-debug',' -lns3 .25-lr -wpan-debug',' -lns3.25-netanim-debug',' -lns3.25-lte-debug',' -lns3 .25-spectrum-debug',' -lns3.25-antenna-debug',' -lns3.25-aodv-debug',' -lns3.25 -applications-debug',' -lns3.25-csma-layout-debug',' -lns3.25-dsdv-debug',' -lns3.25 -dsr-debug',' -lns3.25-flow-monitor-debug',' -lns3.25-internet-apps-debug',' -lns3 .25-mesh-debug',' -lns3.25-wimax-debug',' -lns3.25-nix-vector-routing-debug',' -lns3.25-olsr-debug',' -lns3.25-point-to-point-layout-debug',' -lns3.25- sixlowpan-debug',' -lns3.25-tap-bridge-debug',' -lns3.25-visualizer-debug',' -lns3.25- wave-debug',' -lns3.25-internet-debug',' -lns3.25-bridge-debug',' -lns3.25-point- to-point-debug',' -lns3.25-mpi-debug',' -lns3.25-traffic-control-debug',' -lns3。 25-wifi-debug',' -lns3.25-buildings-debug',' -lns3.25-propagation-debug',' -lns3.25- uan-debug',' -lns3.25-mobility-debug',' -lns3.25-energy-debug',' -lns3.25-config- store-debug',' -lns3.25-csma-debug',' -lns3.25-fd-net-device-debug',' -lns3。 25-virtual-net-device-debug' -lns3.25-topology-read-debug'-#39; -lns3.25-network-debug',' ; -lns3.25-stats-debug',' -lns3.25-core-debug',' -lrt',' -lgsl',& #39; -lgslcblas',' -lm',' -lsqlite3',' -lgtk-x11-2.0',' -lgdk -x11-2.0',' -latk-1.0',' -lgio-2.0',' -lpangoft 2-1.0',' -lpangocairo-1.0',' -lgdk_pixbuf-2.0',' -lcairo',' -lpango -1.0',' -lfontconfig',' -lgobject-2.0',' -lglib-2.0',' -lfreetype&# 39;,' -lxml2']

1 个答案:

答案 0 :(得分:0)

尝试使用以下命令

 ./waf --run scratch/6lowpan/example-sixlowpan

或将example-sixlowpan.cc文件放在scratch文件夹中。