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.
相关问题
- Is it possible to use RInside in omnet++/Veins pro
- How to create own header structure in OMNET++
- How to get Coordinates of each vehicle in VEINS?
- Omnet++ , veins , the number of neighbors nodes fo
- How to collect traffic data and macroscopic statis
相关文章
- Wave Service Advertisement (WSA) implementation
- Omnet++ : Ad Hoc Network
- How can I get a traffic light that exists in sumo
- How can I combine my customize module with Omnet++
- Using a subset of a SUMO scenario for OMNeT++ netw
- Transmission of vehicular status in Veins
- Calculating distance between cars nodes VEINS
- How to change configuration of network during simu
Since I do not have enough reps to comment, I will reply here.
First (obvious) things first, are you sure that gcc/g++ compiler suite are installed on your machine? If they are not installed, then the IDE can not find them. Try installing them, and restart the IDE.
Also, if you have played around with the preferences of the IDE, make sure to restart things to defaults as suggested here: Eclipse C++ : "Program "g++" not found in PATH"
Start
mingwenv.cmd
from main OMNeT++ directory, typeomnetpp
and don't close console. All needed paths will be correctly set (path togcc
andg++
too).