sommer / veins

Veins - The open source vehicular network simulation framework.
http://veins.car2x.org
GNU General Public License v2.0
284 stars 225 forks source link

Updating to Veins 5 with linker error #127

Closed abdelaha closed 5 years ago

abdelaha commented 5 years ago

I have installed Veins 5 with Omnet++ 5.4.1. I upgraded my veins 4 project as advised in http://veins.car2x.org/documentation/upgrading/

But, I am facing a new problem where the compiler cannot see Veins liberary. The error I am getting is as follow: undefined reference to `Veins::DemoBaseApplLayer::initialize(int)

I also included veins as a reference project and updated included path in the makemake option to "C:\veins5\veins-veins-5a1\src"

Am I missing any further configuration?

sommer commented 5 years ago

You have posted to the Veins issue tracker, which we are using to track the status of errors in Veins. If you have a targeted question that relates to creating simulations in Veins, you will get much better support if you ask on StackOverflow. For general discussion, you will likely find the OMNeT++ Google Groups to be the best place.