简体   繁体   中英

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM