Thanks Gabriel.
I was not running with sudo. But, just removing the cmake-cache and configuring again solved the error.
But now I am facing the issue while running ns3. I am running
./ns3 run "cttc-nr-multi-flow-qos-sched.cc --gNbNum=1 --ueNumPergNb=100 --centralFrequency=3.75e9 --bandwidth=100e6 --enableOfdma --schedulerType=Qos"
And I see error:
File "/a/users/katyaln/ns-3-dev/./ns3", line 1588, in main
raise Exception("Couldn't find the specified program: %s" % target_to_run)
Exception: Couldn't find the specified program: cttc-nr-multi-flow-qos-sched.cc
Following is the output of ./ns3 show targets
Buildable targets:
antenna aodv applications bridge
buildings config-store core csma
csma-layout dsdv dsr energy
fd-net-device flow-monitor internet internet-apps
lr-wpan lte mesh mobility
netanim network nix-vector-routing nr
olsr point-to-point point-to-point-layout propagation
sixlowpan spectrum stats tap-bridge
topology-read traffic-control uan virtual-net-device
wifi wimax
Runnable/Buildable targets:
bench-packets bench-scheduler perf-io print-introspected-doxygen
raw-sock-creator scratch-simulator scratch-subdir tap-creator
tap-device-creator
scratch-nested-subdir-executable
Please guide.
Thanks