<html><head></head><body><div class="ydpb2d390f5yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"><div>Hello, I am new with ndnSIM, I am trying to download ndnSIM according to the protocol in <a href="http://ndnsim.net/2.0/getting-started.html" rel="nofollow" target="_blank">http://ndnsim.net/2.0/getting-started.html</a></div><div><br></div><div><span><pre style="padding: 5px; color: rgb(0, 0, 0); line-height: 17.6px; border-top: 1px solid rgb(170, 204, 153); border-bottom: 1px solid rgb(170, 204, 153); border-image: initial; border-left: none; border-right: none; font-size: 14.6667px;">mkdir ndnSIM
<span class="ydp7c1522aenb" style="color: rgb(0, 112, 32);">cd </span>ndnSIM
git clone https://github.com/named-data/ndn-cxx.git ndn-cxx
git clone https://github.com/cawka/ns-3-dev-ndnSIM.git ns-3
git clone https://github.com/cawka/pybindgen.git pybindgen
git clone https://github.com/named-data/ndnSIM.git ns-3/src/ndnSIM</pre></span><span><pre style="padding: 5px; color: rgb(0, 0, 0); line-height: 17.6px; border-top: 1px solid rgb(170, 204, 153); border-bottom: 1px solid rgb(170, 204, 153); border-image: initial; border-left: none; border-right: none; font-size: 14.6667px; text-align: justify;"><span class="ydp571de4dbnb" style="color: rgb(0, 112, 32);">cd </span>ndnSIM/ndn-cxx
./waf configure
./waf
sudo ./waf install</pre></span>Trying to compile and install ndn-cxx by ./waf , I got this error, </div><div><br></div><div><br></div><div>ndnSIM/ndn-cxx$ ./waf</div><div>waf : Entering directory '/home/aristide/ndnSIM/ndn-cxx/build'</div><div class="ydpb2d390f5signature"><div><br></div><div>g++: internal compiler error: Killed (program cc1plus)</div><div>Please submit a full bug report,</div><div>with preprocessed source if appropriate.</div><div>see <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.<br style=""><span style="font-weight:bold;"></span><br>Waf: Leaving directory ' /home/aristide/ndnSIM/ndn-cxx/build'</div><div>Build failed</div><div>  -> task in 'ndn-cxx' failed with exist status 4 (run with -v to display more in formation)</div><div><br></div><div>Any help to solve this is highly appreciated. <br style=""><br><span style="font-weight:bold;font-style:italic;"><span style="color:rgb(0, 0, 255);"><br></span></span></div><div style="color:rgb(0, 0, 255);font-size:13px;font-family:arial, helvetica, clean, sans-serif;background-color:transparent;font-style:italic;"><br></div><div style="color:rgb(0, 0, 255);font-size:13px;font-family:arial, helvetica, clean, sans-serif;background-color:transparent;font-style:italic;"><span style="font-weight:bold;font-style:italic;color:rgb(0, 0, 255);"></span></div></div></div></body></html>