Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
148 stars 84 forks source link

Build fails with OMNeT++ 6.0 x64, inet-4.4.0 running on Win7 #82

Closed B0GDAN closed 1 year ago

B0GDAN commented 2 years ago

08:48:55 Build of configuration gcc-debug for project simu5g make MODE=debug -j2 all make[1]: Entering directory '/c/omnetpp-6.0/samples/simu5g/src' MSGC: apps/alert/AlertPacket.msg MSGC: apps/burst/BurstPacket.msg apps/alert/AlertPacket.msg:16: Error: cannot resolve import 'inet.common.INETDefs' apps/alert/AlertPacket.msg:17: Error: cannot resolve import 'inet.common.packet.chunk.Chunk' apps/alert/AlertPacket.msg:20: Error: 'AlertPacket': unknown base class 'inet::FieldsChunk' opp_msgtool: error in 1 file(s) make[1]: [Makefile:417: apps/alert/AlertPacket_m.h] Error 1 make[1]: Waiting for unfinished jobs.... apps/burst/BurstPacket.msg:12: Error: cannot resolve import 'inet.common.INETDefs' apps/burst/BurstPacket.msg:13: Error: cannot resolve import 'inet.common.packet.chunk.Chunk' apps/burst/BurstPacket.msg:20: Error: 'BurstPacket': unknown base class 'inet::FieldsChunk' opp_msgtool: error in 1 file(s) make[1]: [Makefile:417: apps/burst/BurstPacket_m.h] Error 1 make[1]: Leaving directory '/c/omnetpp-6.0/samples/simu5g/src' make: [Makefile:2: all] Error 2 "make MODE=debug -j2 all" terminated with exit code 2. Build might be incomplete.

08:49:41 Build Failed. 10 errors, 0 warnings. (took 45s.932ms)

B0GDAN commented 2 years ago

OMNeT++ Integrated Development Environment Version: 6.0, Build id: 220413-71d8fab425 Copyright (C) 2005-2022 OpenSim Ltd. OS: Windows 7, v.6.1, x86_64 / win32 Java vendor: Eclipse Adoptium Java runtime version: 17.0.1+12 Java version: 17.0.1

Sable911 commented 1 year ago

I just solved the same question by setting simu5g's Project Preference in its properties, just check iNET folder on. You can find it by right clicking Simu5G folder in Project Explorer. Hope this can help you.