You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...] multiple definition of virtual thunk to inet::physicallayer::Radio::getReceiver() const; ../out/gcc-debug/src/LoRa/LoRaGWRadio.o: [...] inet/src/inet/physicallayer/wireless/common/radio/packetlevel/Radio.h:215: first defined here
Same error repeats for several other funktions. Mainly this concerns functions, that are defined in inet header files.
I am on Windows 11, using omnet++ 6.0 and inet4.4.1.
Has someone experienced similar issues?
Cheers, Timon
The text was updated successfully, but these errors were encountered:
I found some workaround: Performing the same linking operation in the omnet++ environment terminal and this seem to work.
I assume, that somehow, the link command in the omnet ide is not executed in the same environment. Does somebody know what could cause this behavior?
So this workaround is not really a nice one.
Especially, as with the workaround I still have issues when running simulations. Somehow, omnet cannot find the belonging classes for the implemented modules and complains about a misssing Define_Module() call.
Hi,
during linking, I get some weird errors:
[...] multiple definition of virtual thunk to inet::physicallayer::Radio::getReceiver() const; ../out/gcc-debug/src/LoRa/LoRaGWRadio.o: [...] inet/src/inet/physicallayer/wireless/common/radio/packetlevel/Radio.h:215: first defined here
Same error repeats for several other funktions. Mainly this concerns functions, that are defined in inet header files.
I am on Windows 11, using omnet++ 6.0 and inet4.4.1.
Has someone experienced similar issues?
Cheers, Timon
The text was updated successfully, but these errors were encountered: