While adding a transport layer protocol in ns-2.31 in ubuntu 14.04, I am coming across the following error that I have been unable to resolve.
"make: *** [dtsncc/dtsncc-cache.o] Error 1" (screenshot available at)
https://www.dropbox.com/s/i8aoxw4cxra1o9v/dtsn%20error%20capture.png?dl=0
I have followed the instructions written in the readme file. I have ns2.31 working + fixRT + ns2measureDCF. I have modified the following files before the 'make'.
- Packet.h
- cmu-trace.cc and cmu-trace.h
- priqueue.cc
- ns-default.tcl
- ns-packet.tcl
- Makefile
A copy of the above mentioned files along with the compiler version are available at https://www.dropbox.com/sh/8mc9nyimljat42k/AAA4fBEkEEu7DyhGGxSd_9y3a?dl=0
Still I'm coming across the error in the attachment. The output of the make command can be seen at:
https://www.dropbox.com/s/0kambh7ns7d6i1c/make%20error?dl=0
The code for the protocol is available at https://www.dropbox.com/sh/1ngygz5nuxl0885/AAA3u1vnKIk9wZRf65GupUvCa?dl=0
I would really appreciate if someone can help me ASAP. I dont have alot of time to spare and have been trying to resolve this issue for the last 7 days. Also, all the contents of the above link can be found at
https://www.dropbox.com/sh/3kwtmmklytyp438/AAC5CkoYB55zfE0kpIyrQO1ka?dl=0
dtsncc/dtsncc-cache.h:8:31: ndtsn/ndtsn-cache.h: No such file or directory.... What are those files in ndtsn/ ? .... P.S. : Images with text are not appreciated. Please replace with text. – Knud Larsen Jul 12 '16 at 21:00fixrt/fixrt.h:22:19: fatal error: fixtb.h: No such file or directory... Actually I get no errors, except for the missing file, even with g++ version 4.9.2 . ... EDIT : found it http://m.blog.csdn.net/article/details?id=9241245 – Knud Larsen Jul 13 '16 at 09:36fixrt.cc: How about these →#include <dtsn/dtsn-pkt.h>,#include <rmst/rmst.h>,#include <dtpa/dtpa.h>? – Knud Larsen Jul 13 '16 at 10:08dtsn-pkt.h(https://www.dropbox.com/sh/nbnpexa9laf7044/AACt7ENh2RphtrywtlGDwkSba?dl=0), rmst.h(https://www.dropbox.com/sh/1yrszqtw57nptk6/AADEShcqClNVzOIr-mGMHQQha?dl=0) dtpa.h(https://www.dropbox.com/sh/dw1w70vzsaiertm/AAALJlpm7lneJHg74WfFa0tYa?dl=0) fixRT(https://www.dropbox.com/sh/7vyeouiul7n5qel/AACqAu45Y8Pl_VZdSq9wHwGma?dl=0). The instructions that I was following are at (https://github.com/nctsim/dtsncc).
– Umair Chaudhry Jul 14 '16 at 01:51