recipe for target 'clean' failed ? INET

956 views
Skip to first unread message

Subodh

unread,
Sep 13, 2015, 7:04:03 AM9/13/15
to OMNeT++ Users
Hello,
I am getting this error msg in INET Framework after opening the OMNET++

recipe for target 'clean' failed Makefile /inet line 1100 C/C++ Problem

can anyone help?

Michael Kirsche

unread,
Sep 14, 2015, 4:37:04 AM9/14/15
to OMNeT++ Users
This might occur if you never build the INET framework before.
Makefile targets are created when you first build a project. Running make clean only works after first building a project!

Rudolf Hornig

unread,
Sep 17, 2015, 6:17:39 AM9/17/15
to OMNeT++ Users

Yep. if you are building from the commandline, first you must execute:
$ make makefiles

that one creates the actual makefile and you can call "make clean" only after this.
(or build from the IDE as Michael suggested)
Reply all
Reply to author
Forward
0 new messages