High-Precision-Congestion-Control
High-Precision-Congestion-Control copied to clipboard
error when build under simulation for ns3
Trying to build ns3 simulator with command --
./waf --run 'scratch/third mix/config.txt'
Got error as screen shot. Any idea what might cause this? It's on ubuntu.
Is your ns version 3.17, is your gcc version less than 5?
This issue arises because the GCC version is greater than 5. I encountered the same problem and resolved it by switching to an older version of the compiler. And here's the link to install gcc-5 and g++-5