> @dilipgyawali > make: Nothing to be done for `all'. > setdest: ..... Aborted (core dumped)
Noting to be done → Do nothing → Everything is OK. .. It's simply the normal behavior by using 'make' : When 'make' has been run once before : Nothing to be done. I.e. the first 'make' was done with the ./install command. And : You probably did a 'make clean' in ns-2.35/ ? → The real clean command to use in ns-2.xx/ is 'make distclean'. * See "install", line 537. About "setdest aborting with core dumped" : Probably recompile with g++-4.4 . A usable setdest command, example $ ./setdest -v 2 -n 50 -p 2.0 -s 10.0 -t 200 -x 500 -y 500 -m 2 -M 15 > scen-file * setdest tricks ... http://khaledben.wordpress.com/2011/02/17/setdest-problem-setdest-cc-using-god_-as-a-variable-in-scenario-files-is-wrong/ .. I.e. to create scene files that will match your `files.tcl' you can actually make up some different versions of the setdest command, like {setdest-orig-god setdest-god setdest-God setdest-God_}. ( Edit setdest.cc, lines 65-66.) - -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/Setdest-mobility-model-tp10534p28333.html Sent from the ns-users mailing list archive at Nabble.com.