ns3-mmwave icon indicating copy to clipboard operation
ns3-mmwave copied to clipboard

Build failed

Open arghasen10 opened this issue 3 years ago • 3 comments

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.

arghasen10 avatar Nov 18 '21 15:11 arghasen10

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 ?

pagmatt avatar Nov 18 '21 16:11 pagmatt

I am using the latest version only. Just after cloning the repository, I tried to build it.

But it is not working.

arghasen10 avatar Nov 18 '21 16:11 arghasen10

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

shadman48 avatar Sep 24 '22 20:09 shadman48