-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error while building opendsme in omnetpp #4
Comments
18:01:58 **** Incremental Build of configuration debug for project inet-dsme **** 18:02:00 Build Failed. 4 errors, 7 warnings. (took 2s.281ms) |
Hi, |
./DSMEPlatform.h:153:18: error: 'signalPacketsTXPerSlot' marked 'override' but does not override any member functions
virtual void signalPacketsTXPerSlot(uint32_t packets) override;
^
./DSMEPlatform.h:155:18: error: 'signalPacketsRXPerSlot' marked 'override' but does not override any member functions
virtual void signalPacketsRXPerSlot(uint32_t packets) override;
^
./DSMEPlatform.h:104:18: warning: 'dsme::DSMEPlatform::receiveSignal' hides overloaded virtual function [-Woverloaded-virtual]
virtual void receiveSignal(cComponent *source, omnetpp::simsignal_t signalID, intval_t l, cObject *details) override;
^
../../inet/src\inet/linklayer/base/MacProtocolBase.h:87:18: note: hidden overloaded virtual function 'inet::MacProtocolBase::receiveSignal' declared here: type mismatch at 3rd parameter ('omnetpp::cObject *' vs 'intval_t' (aka 'long'))
virtual void receiveSignal(cComponent *source, simsignal_t signalID, cObject *obj, cObject *details) override;
^
17 warnings and 9 errors generated.
make[1]: *** [Makefile:160: ../out/clang-debug/src/DSMEMessage.o] Error 1
make[1]: Leaving directory '/e/omnetpp-5.6-src-windows/omnetpp-5.6/opendsme_workspace/inet-dsme/src'
make: *** [Makefile:2: all] Error 2
"make MODE=debug all" terminated with exit code 2. Build might be incomplete.
17:00:57 Build Failed. 11 errors, 17 warnings. (took 11s.600ms)
The text was updated successfully, but these errors were encountered: