alibaba-edu / High-Precision-Congestion-Control

295 stars 152 forks source link

error when build under simulation for ns3 #29

Open hahaha123 opened 2 years ago

hahaha123 commented 2 years ago

image

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.

huangjiawe commented 2 years ago

Is your ns version 3.17, is your gcc version less than 5?

erfiboy commented 5 months ago

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