-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Veins and Simu5G Installation on OMNeT++ #232
Comments
Simu5G version: 1.2.2 make MODE=debug -j4 all
lld-link: error: duplicate symbol: inet::SharingTagSet::operator=(inet::SharingTagSet const&)
lld-link: error: duplicate symbol: inet::SharingRegionTagSet::getTagForUpdate(int)
lld-link: error: duplicate symbol: inet::SharingRegionTagSet::getRegionTagForUpdate(int)
lld-link: error: duplicate symbol: inet::SharingRegionTagSet::setTag(int, inet::IntrusivePtr<inet::TagBase const> const&)
lld-link: error: duplicate symbol: inet::SharingRegionTagSet::operator=(inet::SharingRegionTagSet const&)
lld-link: error: duplicate symbol: inet::SharingRegionTagSet::getRegionTag(int) const
lld-link: error: duplicate symbol: inet::SharingRegionTagSet::getTag(int) const
16:59:01 Build Failed. 2 errors, 0 warnings. (took 25s.362ms) |
Hi everyone,
I'm encountering an issue during the installation of Veins with Simu5G in OMNeT++. Here are the details of my setup:
I followed the instructions provided in the Simu5G documentation. However, I received the following error:
ld.lld: error: too many errors emitted, stopping now (use /errorlimit:0 to see all errors)
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Makefile:121: ../out/clang-debug/src/libveins_inet_dbg.dll] Error 1
make[1]: Leaving directory '/c/omnetpp/omnetpp-6.0.1/veins_inet/src'
make: *** [Makefile:36: all] Error 2
"make MODE=debug -j12 all" terminated with exit code 2. Build might be incomplete.
It seems to be a linker issue. Could this be related to the INET version being too new for the current versions of Veins or Simu5G?
If so, which versions should I use, or are there any workarounds to resolve this issue?
Thank you for your help!
The text was updated successfully, but these errors were encountered: