我正在尝试将mp-olsr(ns 2.29)添加到ns 2.35,并且在编译时遇到一些错误。
源代码(贾子怡):https://jiaziyi.com/research-projects/mp-olsr/
我尝试了Compilation error while adding mp-olsr on ns 2.34 (Jiazi YI ns 2.29)提供的解决方案 ,但没有成功,我正在使用gcc-4.4。
请帮帮我。预先谢谢你。
mpolsr/MPOLSR.o: In function MPOLSR::MPOLSR(int)':
MPOLSR.cc:(.text+0x1457): undefined reference toAgent::Agent(packet_t)'
mpolsr/MPOLSR.o: In function MPOLSR::MPOLSR(int)':
MPOLSR.cc:(.text+0x16f1): undefined reference toAgent::Agent(packet_t)'
collect2: ld returned 1 exit status
make: ** [ns] Error 1