[ndnSIM] Ask for Information

Junxiao Shi shijunxiao at email.arizona.edu
Sun Feb 24 06:01:56 PST 2019


Hi Aristide

Insufficient RAM.
If your machine has 4GB memory, use `./waf -j1` to limit to one thread.
For each additional 2GB memory, you can add a thread, such as `./waf -j7`
if you have 16GB.

Yours, Junxiao


On Sun, Feb 24, 2019, 08:44 Aristide NGABO via ndnSIM <
ndnsim at lists.cs.ucla.edu> wrote:

> Hello, I am new with ndnSIM, I am trying to download ndnSIM according to
> the protocol in http://ndnsim.net/2.0/getting-started.html
>
> mkdir ndnSIMcd 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
>
> cd ndnSIM/ndn-cxx
> ./waf configure
> ./waf
> sudo ./waf install
>
> Trying to compile and install ndn-cxx by ./waf , I got this error,
>
>
> ndnSIM/ndn-cxx$ ./waf
> waf : Entering directory '/home/aristide/ndnSIM/ndn-cxx/build'
>
> g++: internal compiler error: Killed (program cc1plus)
> Please submit a full bug report,
> with preprocessed source if appropriate.
> see <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
>
> Waf: Leaving directory ' /home/aristide/ndnSIM/ndn-cxx/build'
> Build failed
>   -> task in 'ndn-cxx' failed with exist status 4 (run with -v to display
> more in formation)
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20190224/07425e79/attachment.html>


More information about the ndnSIM mailing list