inet-framework / simulte

SimuLTE - LTE System Level Simulation Model and Simulator for INET & OMNeT++ - deprecated, use Simu5G instead
https://simulte.omnetpp.org
Other
136 stars 109 forks source link

Error building SimuLTE #20

Open CSSIA opened 6 years ago

CSSIA commented 6 years ago

Hi,

I would like to know what's the problem on the issue as below. It occurred during building up the SimuLTE. appreciate if someone can help me on this. The source code was downloaded from this SimuLTE web site.

_Creating shared library: ../out/gcc-debug/src/liblte.dll .tmplib15520(VoDUDPServer.o): In function VoDUDPServer::initialize(int)': C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/apps/vod/VoDUDPServer.cc:97: undefined reference toimp_ntohl' C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/apps/vod/VoDUDPServer.cc:98: undefined reference to __imp_ntohl' .tmplib15520(LtePhyBase.o): In functionLtePhyBase::~LtePhyBase()': C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/stack/phy/layer/LtePhyBase.cc:20: undefined reference to `impZN13ChannelAccessD2Ev' .tmplib15520(LtePhyBase.o): In function LtePhyBase::initialize(int)': C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/stack/phy/layer/LtePhyBase.cc:28: undefined reference toimpZN13ChannelAccess10initializeEi' .tmplib15520(LtePhyBase.o): In function ChannelAccess::ChannelAccess()': C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/./world/radio/ChannelAccess.h:61: undefined reference toimpZTV13ChannelAccess' C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/./world/radio/ChannelAccess.h:61: undefined reference to `impZTV13ChannelAccess' .tmplib15520(ChannelAccess.o): In function ChannelAccess::~ChannelAccess()': C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/world/radio/ChannelAccess.cc:34: undefined reference toimpZTV13ChannelAccess' C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/world/radio/ChannelAccess.cc:34: undefined reference to `impZTV13ChannelAccess' .tmplib15520(ChannelControl.o): In function ChannelControl::ChannelControl()': C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/world/radio/ChannelControl.cc:41: undefined reference toimpZTV14ChannelControl' C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/world/radio/ChannelControl.cc:41: undefined reference to `impZTV14ChannelControl' .tmplib15520(ChannelControl.o): In function ChannelControl::~ChannelControl()': C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/world/radio/ChannelControl.cc:45: undefined reference toimpZTV14ChannelControl' C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/world/radio/ChannelControl.cc:45: undefined reference to `impZTV14ChannelControl' .tmplib15520(ChannelControl.o): In function IChannelControl::~IChannelControl()': C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/./world/radio/IChannelControl.h:44: undefined reference toimpZTV15IChannelControl' .tmplib15520(ChannelControl.o): In function IChannelControl::IChannelControl()': C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/./world/radio/IChannelControl.h:34: undefined reference toimpZTV15IChannelControl' .tmplib15520(LteChannelControl.o): In function LteChannelControl::LteChannelControl()': C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/world/radio/LteChannelControl.cc:20: undefined reference toimpZN14ChannelControlC2Ev' .tmplib15520(LteChannelControl.o): In function LteChannelControl::~LteChannelControl()': C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/world/radio/LteChannelControl.cc:24: undefined reference toimpZN14ChannelControlD2Ev' .tmplib15520(LteChannelControl.o): In function LteChannelControl::initialize()': C:\Users\SIA\Omnet\omnetpp-5.1.1\samples\inet\simulte-1.0.0\src/world/radio/LteChannelControl.cc:36: undefined reference toimp_ZN14ChannelControl10initializeEv' collect2.exe: error: ld returned 1 exit status make[1]: [Makefile:258: ../out/gcc-debug/src/liblte.dll] Error 1 make[1]: Leaving directory '/c/Users/SIA/Omnet/omnetpp-5.1.1/samples/inet/simulte-1.0.0/src' make: [Makefile:2: all] Error 2

Thanks