Nihan
Nihan

Reputation: 11

No rule to make target '.oppfeatures', needed by 'src/inet/features.h

I am using OMNet++ 6.0.1 and inetmanet and I was trying to run the TestNetwork simulation but it failed to build. Here is the error:

make MODE=release all make: *** No rule to make target '.oppfeatures', needed by 'src/inet/features.h'. Stop. "make MODE=release all" terminated with exit code 2. Build might be incomplete.

How to solve this?

Upvotes: 0

Views: 59

Answers (1)

Rudi
Rudi

Reputation: 6681

Make sure you have the .oppfeatures in the inetmanet root folder. That file is part of the distribution and required for the build.

Upvotes: 0

Related Questions