Dear Researcher,
When i Build INET project then found some error given below, Please gave me solution for removing such errors.
Thanks in advance.
10:10:25 **** Incremental Build of configuration gcc-debug for project inet ****
make MODE=debug -j4 all
cd src && /usr/bin/make
make[1]: Entering directory '/c/Users/Hradesh/Desktop/inet/src'
*** COMPILING with:
g++ -c -std=c++11 -g -Wall -MMD -MP -MF .d -isystem /usr/include -isystem /mingw64/include -fno-stack-protector -DXMLPARSER=libxml -DPREFER_QTENV -DWITH_QTENV -DWITH_TKENV -DWITH_PARSIM -DWITH_NETBUILDER -DWITH_OSG -DWITH_OSGEARTH -DINET_EXPORT -Wno-overloaded-virtual -include inet/common/precompiled_debug.h -DINET_EXPORT -I. -I/c/omnetpp-5.1.1/include
*** LINKING with:
g++ -shared -o ../out/gcc-debug/src/libINET.dll -Wl,--no-as-needed -Wl,--whole-archive -lws2_32 -Wl,--no-whole-archive -loppenvird -loppsimd -lstdc++ -lOpenThreads -losg -losgText -losgDB -losgEarth -losgEarthUtil -Wl,-rpath,/c/omnetpp-5.1.1/lib -Wl,-rpath,/c/omnetpp-5.1.1/tools/win64/lib -Wl,-rpath,. -L/usr/bin -L/usr/lib -L/mingw64/lib -shared-libgcc -L/c/omnetpp-5.1.1/lib
Building...
MSGC: inet/applications/base/ApplicationPacket.msg
MSGC: inet/applications/dhcp/DHCPMessage.msg
MSGC: inet/applications/ethernet/EtherApp.msg
MSGC: inet/applications/httptools/common/HttpEventMessages.msg
make[1]: *** [Makefile:1319: inet/applications/base/ApplicationPacket_m.h] Error 127
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:1319: inet/applications/dhcp/DHCPMessage_m.h] Error 127
make[1]: *** [Makefile:1319: inet/applications/ethernet/EtherApp_m.h] Error 127
make[1]: *** [Makefile:1319: inet/applications/httptools/common/HttpEventMessages_m.h] Error 127
make[1]: Leaving directory '/c/Users/Hradesh/Desktop/inet/src'
make: *** [Makefile:6: all] Error 2
10:10:29 Build Finished (took 3s.933ms)