So I have the following project structure:
Project Structure
I am confused where to have my Makefile
and where to run my Project.
Using opp_makemake, I created a Makefile
in the root directory of my Project.
After some research I found out I can create a “deep” Makefile
using opp_makemake --deep
. But I still get the following error when trying to run ./out/clang-release/lin
:
Error: cannot open ini file 'omnetpp.ini'
which makes sense to me because it’s not in the current directory.
What is the correct way to run this project with this kind of project structure?
user25420343 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.