wigig-tools / wigig-module

High-fidelity implementation of the IEEE 802.11ad/ay standards in network simulator ns-3
GNU General Public License v2.0
100 stars 41 forks source link

NS3 code compaitibility issue -- the code is actually from ns3-dev branch #3

Closed rounaksingh closed 6 years ago

rounaksingh commented 6 years ago

Hi, The code is actually from ns-3-dev branch, not 3.26. It says in VERSION file (ns3-802.11ad/VERSION). It was not compiling with gcc/g++ 4.8.2. I was getting some queue related error similar to https://groups.google.com/forum/#!topic/ns-3-users/UKMuT4kdL7o

So, I had to upgrade the compilers to gcc/g++ 5. It worked!

Please mention that the code is ns-3-dev compatible in the read me file.

Thanks!