Skip to content
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

Linking Issue Win11 #65

Open
TimonPetermann opened this issue Oct 26, 2022 · 1 comment
Open

Linking Issue Win11 #65

TimonPetermann opened this issue Oct 26, 2022 · 1 comment

Comments

@TimonPetermann
Copy link

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

@TimonPetermann
Copy link
Author

TimonPetermann commented Oct 28, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant