Pooria Tabeshmehr
unread,Aug 31, 2023, 9:29:05 AM8/31/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 5G-LENA-users
Hi everyone,
I get the below error when I run the "./ns3 run "v2x-kpi" ":
"Traceback (most recent call last):
File "/home/pooria/ns-allinone-3.39/ns-3-dev/./ns3", line 1336, in <module>
main()
File "/home/pooria/ns-allinone-3.39/ns-3-dev/./ns3", line 1275, in main
raise Exception("Couldn't find the specified program: %s" % target_to_run)
Exception: Couldn't find the specified program: v2x-kpi
"
I can ensure you it's not about the existence of this file because the "v2x-kpi" and the "cttc-nr-v2x-demo-simple" are in same folder while the "cttc-nr-v2x-demo-simple" is compiled and run with no error but I get error once I run the "v2x-kpi".
Can anyone help me to solve this problem?