我使用的是OMNeT++ 5.5.1与INET-3.6.6和SimuLTE-1.1.0。当我在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\liblte_dbg.dll\lte\src”和liblte_dbg.dll。
下面是错误的屏幕截图:

有什么帮助可以帮助我修复这个错误来启动simuLTE的调试?
PS:我把simuLTE设为lte。
发布于 2021-03-26 20:38:08
右键单击SimuLTE IDE中的OMNeT项目和构建配置下的OMNeT项目
设置活动选择gcc-调试.
https://stackoverflow.com/questions/62876660
复制相似问题