【发布时间】:2020-11-02 16:42:54
【问题描述】:
我正在使用带有 INET-3.6.6 和 SimuLTE-1.1.0 的 OMNeT++ 5.5.1。 当我在 INET 中调试示例时(例如 AODV 路由),调试工作正常。 但是,当我尝试调试 simuLTE 提供的示例时,出现错误:
“lte”的配置命名不一致
Cannot find or identify debug configuration for project 'lte' To be able to automatically switch between configurations, they should be named in a way that one (and only one) of them contains the word 'release' while the other contains 'debug'.
我已检查并确认 liblte_dbg.dll 存在于两个位置,即“C:\omnetpp-5.5.1\samples\lte\src”和“C:\omnetpp-5.5.1\samples\lte” \out\clang-debug\src"
这是错误的截图:
对我如何修复此错误以开始调试 simuLTE 有任何帮助吗?
PS:我已将simuLTE设置为lte。
【问题讨论】:
标签: eclipse debugging omnet++ simulte