ns3-mmwave
ns3-mmwave copied to clipboard
Build failed
Hi, I was not able to build ns3-mmwave
using the commands ./waf configure && ./waf build
in my new system. Would you please help me in finding the issue?
Here is a screenshot of the error.
Although the file is already present in the build/ns3/
directory.
Hi, are you trying to build the latest commit of the new-handover branch ? Are all the files are as in the repository or did you modify something ?
I am using the latest version only. Just after cloning the repository, I tried to build it.
But it is not working.
Use these commands to download and build ns3-mmwave
:
git clone https://github.com/nyuwireless-unipd/ns3-mmwave.git
cd ns3-mmwave
./ns3 configure --disable-python --enable-examples && ./ns3 build
They have changed the commands in the new NS3