Simulte installation

288 views
Skip to first unread message

Jean

unread,
Feb 24, 2014, 2:42:29 AM2/24/14
to omn...@googlegroups.com
Hello,

I have to simulate LTE-A in my master project, but when i installed omnet ++ 4.2.2 and simulte in INET 2.1.0. simulte didn't work and displayed me an error.
the error is in the following line:
void LteDeployer::preInitialize()
{
    StationaryMobility* bm = dynamic_cast<StationaryMobility*>(getParentModule()->getModuleByPath(".nic.mobility"));

....
}

Please help me to resolve this problem.

Thank you in advance

Thorben I.

unread,
Feb 24, 2014, 6:02:31 AM2/24/14
to omn...@googlegroups.com
And whats with the error message?

Bouziane Brik

unread,
Feb 24, 2014, 6:27:45 AM2/24/14
to omn...@googlegroups.com
And whats with the error message?

and the error is:

.
.
.
4.2.2/samples/inet/src/world/radio -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/linklayer/ieee80211/mac -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/transport/sctp -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/networklayer/ipv6 -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/networklayer/ipv6tunneling -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/applications/pingapp -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/util/headerserializers/sctp -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/transport/tcp_common -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/networklayer/arp -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/transport/udp -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/networklayer/common -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/networklayer/icmpv6 -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/networklayer/xmipv6 -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/mobility/models -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/networklayer/manetrouting/base -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/transport/contract -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/status -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/linklayer/ieee80211/radio/errormodel -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/linklayer/radio -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/base -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/util/headerserializers/udp -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/battery/models -IC:/Omnet++/omnetpp-4.2.2/samples/inet/src/linklayer/contract -I. -Iapps -Iapps/vod -Iapps/voip -Icommon -Icommon/timer -Icorenetwork -Icorenetwork/binder -Icorenetwork/deployer -Icorenetwork/lteip -Icorenetwork/nodes -Iepc -Iepc/gtp -Inetworks -Istack -Istack/mac -Istack/mac/allocator -Istack/mac/amc -Istack/mac/buffer -Istack/mac/buffer/harq -Istack/mac/layer -Istack/mac/packet -Istack/mac/scheduler -Istack/mac/scheduling_modules -Istack/pdcp_rrc -Istack/pdcp_rrc/layer -Istack/pdcp_rrc/packet -Istack/phy -Istack/phy/ChannelModel -Istack/phy/das -Istack/phy/feedback -Istack/phy/feedback/testFeedback -Istack/phy/layer -Istack/phy/packet -Istack/rlc -Istack/rlc/am -Istack/rlc/am/buffer -Istack/rlc/am/packet -Istack/rlc/packet -Istack/rlc/tm -Istack/rlc/um -Istack/rlc/um/buffer -Ic:/Omnet++/omnetpp-4.2.2/include -o ../out/gcc-debug/src/corenetwork/binder/PhyPisaData.o corenetwork/binder/PhyPisaData.cc
In file included from C:/Omnet++/omnetpp-4.2.2/samples/inet/src/base/NotificationBoard.h:27:0,
                 from C:/Omnet++/omnetpp-4.2.2/samples/inet/src/base/BasicModule.h:27,
                 from C:/Omnet++/omnetpp-4.2.2/samples/inet/src/world/radio/ChannelAccess.h:29,
                 from corenetwork/deployer/LteDeployer.cc:14:
C:/Omnet++/omnetpp-4.2.2/samples/inet/src/base/ModuleAccess.h:56:6: warning: 'bool isNetworkNode(cModule*)' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
corenetwork/deployer/LteDeployer.cc: In member function 'virtual void LteDeployer::preInitialize()':
corenetwork/deployer/LteDeployer.cc:44:83: error: 'class cModule' has no member named 'getModuleByPath'
corenetwork/deployer/LteDeployer.cc:44:25: warning: unused variable 'bm' [-Wunused-variable]
make[1]: *** [../out/gcc-debug/src/corenetwork/deployer/LteDeployer.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/c/Omnet++/lte/src'
make: *** [all] Error 2

**** Build Finished ****

Please help me to resolve this problem.

Best regards

Jean


2014-02-24 12:02 GMT+01:00 Thorben I. <thorben...@googlemail.com>:
And whats with the error message?

--
You received this message because you are subscribed to a topic in the Google Groups "omnetpp" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/Blxc92J9Fm0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to omnetpp+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Bouziane Brik

unread,
Feb 24, 2014, 6:48:27 AM2/24/14
to omn...@googlegroups.com
But also before i had installed simulte, i installed INET framework and i had the following warning:

 **** Build of configuration gcc-debug for project inet ****

make MODE=debug CONFIGNAME=gcc-debug all
cd src && make
make[1]: Entering directory `/c/Omnet++/omnetpp-4.2.2/samples/inet/src'
ln -sf ../out/gcc-debug/src/libinet.dll .
make[1]: Leaving directory `/c/Omnet++/omnetpp-4.2.2/samples/inet/src'

**** Build Finished ****


Bouziane Brik

unread,
Feb 24, 2014, 11:33:56 AM2/24/14
to omn...@googlegroups.com
Please help me to resolve this problem and to install INET and simulte,
because i need them to complete my project......Please Help me.

Thank you in advance.

Jean.

prasad reddy

unread,
Mar 23, 2015, 8:52:27 PM3/23/15
to omn...@googlegroups.com
you are still facing that problem. Then i will help you sir. 

Thanking you,
 
Reply all
Reply to author
Forward
0 new messages