High-Precision-Congestion-Control icon indicating copy to clipboard operation
High-Precision-Congestion-Control copied to clipboard

error when build under simulation for ns3

Open hahaha123 opened this issue 3 years ago • 2 comments

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.

hahaha123 avatar Jan 14 '22 07:01 hahaha123

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

huangjiawe avatar Feb 23 '22 11:02 huangjiawe

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

erfiboy avatar Jun 18 '24 15:06 erfiboy