0

The following frameworks are used in OMNeT++ 5.6.2 for simulation implementation.

  • INET Frarmework 3.6.6
  • Veins 5.0
  • Veins_inet3 (Veins 5.0 subproject)
  • SimuLTE 1.0.1

Each framework was imported inside OMNeT++. And each framework has a Project reference item specified as follows.

  • INET Framework => No reference any project
  • Veins 5.0 => INET, SimuLTE
  • Veins_inet3 => INET, Veins 5.0
  • SimuLTE => INET, Veins_inet3 and checked SimuLTE Cars in Project Features

When I build the whole project I get an error like the image below. Sometimes an error related to ld occurs.

enter image description here

enter image description here

How do I build the project so it is error-free?

Minwoo Kim
  • 497
  • 1
  • 5
  • 21
  • 1
    Have you tried Instant Veins? It comes with all the tools you mentioned already correctly set up, ready to run simulations. You can also use it as a basis for comparing how your simulation is set up differently. – Christoph Sommer Mar 28 '21 at 17:22
  • @ChristophSommer I tried using `Instant Veins` but it was slow so I set up a simulation environment locally. It was the original operating environment, but it was a problem that occurred during the reinstallation process because it did not work due to some problem. Fortunately, it is not a problem if you run it in `debug` mode. However, I'm still running into the same issue when building in `release` mode and I'm looking for a workaround. – Minwoo Kim Mar 29 '21 at 04:20
  • 1
    My only recommendation is to compare your setup to that of Instant Veins, to see where/how they differ. This will be the needed change to make everything work. – Christoph Sommer Mar 29 '21 at 17:53
  • @ChristophSommer Yes, I'll compare `Instant Veins` with my environment. Thanks your advice. – Minwoo Kim Mar 30 '21 at 16:16

0 Answers0