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