本文介绍了在omnet ++的路径中找不到g ++和gcc的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是omnet ++的新手,发现了一些困难.我的代码还可以,但是问题是 g ++,并且在PATH中找不到gcc .我不知道为什么这个问题还在继续.提前致谢.
I am new in omnet++ and found some difficulty. My code is ok but the problem is g++ and gcc is not found in PATH. I have no idea why this problem is going on. Thanks in advance.
推荐答案
从OMNeT ++主目录启动mingwenv.cmd
,键入omnetpp
,并且不关闭控制台.所有必需的路径都将正确设置(gcc
和g++
的路径也是如此).
Start mingwenv.cmd
from main OMNeT++ directory, type omnetpp
and don't close console. All needed paths will be correctly set (path to gcc
and g++
too).
这篇关于在omnet ++的路径中找不到g ++和gcc的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!