2017-12-07 20 views
0

私はUbuntuにNS-3をインストールしようとしています。私はすでに更新され、すべての必要なパッケージをインストールし、私がやりたいときbuild.pyこのエラーが発生していますUbuntuにNS-3をインストールする際にエラーが発生しました

cc1plus: all warnings being treated as errors 
Waf: Leaving directory `/home/ali/Desktop/ns-allinone-3.21/ns-3.21/build' 
Build failed 
-> task in 'ns3-wave' failed (exit status 1): 
{task 140530495514448: cxx wifi-80211p-helper.cc -> wifi-80211p- 
helper.cc.1.o} 
['/usr/bin/g++', '-O0', '-ggdb', '-g3', '-Wall', '-Werror', '-Wno- 
error=deprecated-declarations', '-fstrict-aliasing', '-Wstrict-aliasing', '- 
fPIC', '-pthread', '-I.', '-I..', '-DNS3_ASSERT_ENABLE', '-DNS3_LOG_ENABLE', 
'-DHAVE_SYS_IOCTL_H=1', '-DHAVE_IF_NETS_H=1', '-DHAVE_NET_ETHERNET_H=1', '- 
DHAVE_PACKET_H=1', '-DHAVE_SQLITE3=1', '-DHAVE_IF_TUN_H=1', '-DHAVE_GSL=1', 
'../src/wave/helper/wifi-80211p-helper.cc', '-c', '-o', 
'src/wave/helper/wifi-80211p-helper.cc.1.o'] 
Traceback (most recent call last): 
File "./build.py", line 170, in <module> 
sys.exit(main(sys.argv)) 
File "./build.py", line 161, in main 
build_ns3(config, build_examples, build_tests, args, build_options) 
File "./build.py", line 81, in build_ns3 
run_command([sys.executable, "waf", "build"] + build_options) 
File "/home/ali/Desktop/ns-allinone-3.21/util.py", line 24, in run_command 
raise CommandError("Command %r exited with code %i" % (argv, retval)) 
util.CommandError: Command ['/usr/bin/python', 'waf', 'build'] exited with 
code 1 

私は何をすべき?助けてください、それは私のために重要です。

答えて

0

あなたはどのようなシステムを構築していますか?最新のns-3.27リリースを試し、システムが要件(gcc/g ++など)に適合していることを確認してください。

0

「ns-allinone-3.21」のディレクトリにシステムを構築してください。 'ns-3.21'ではありません。 ディプレーリング/ ns-allinone-3.2 $ ./build マニュアルを使用してください。 https://www.nsnam.org/doxygen/

関連する問題