简体   繁体   English

在 OMNET++ 中构建 OpenFlow 项目时出错

[英]Error Building OpenFlow project in OMNET++

I downloaded an openflow for OMNeT 5.5.1 and inet 3.6.6 from the following link: https://github.com/CoRE-RG/OpenFlow我从以下链接下载了 OMNeT 5.5.1 和 inet 3.6.6 的 openflow: https://github.com/CoRE-RG/OpenFlow

When I build the project it could not create libopenflow_dbg.dll file, and it gives the following errors:当我构建项目时,它无法创建libopenflow_dbg.dll文件,并给出以下错误:

make[1]: *** [Makefile:164: ../out/clang-release/src/libopenflow.dll] Error 1

The log shows that you try to build project in release mode.日志显示您尝试在发布模式下构建项目。 Therefore change the mode to debug (ie right-click on project and select Build Configuraions | Set Active | debug ).因此将模式更改为调试(即右键单击项目和 select Build Configuraions | Set Active | debug )。 Do the same for INET .INET执行相同的操作。

If errors will continue to occur set verbose output by opening Properties of the project |如果错误将继续发生,请通过打开项目Properties设置详细 output | C/C++ Build | C/C++ Build | Behavior and in the Build field add V=1 at the end. Behavior并在Build字段的末尾添加V=1 Then build project, and go to the first error in the log, and insert this error in your question.然后构建项目,并将 go 到日志中的第一个错误,并将此错误插入您的问题中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM