2017-12-07 15 views
0

우분투에 NS-3을 설치하려고합니다. 나는 이미 업데이트 및 필요한 모든 패키지를 설치하지만, 내가 원하는 때 build.py이 오류가 발생했습니다 :우분투에 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'에는 없습니다. Deeplearnning/ns-allinone-3.2 $ ./build 설명서를 사용하십시오. https://www.nsnam.org/doxygen/