This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

gmake***No rule to make target

Other Parts Discussed in Thread: CC2650

Hi

Currently I am using SensorTag CC2650, and have just built the Simple Eddystone Beacon project. However, there are these 3 C/C++ Problems.


gmake: *** No rule to make target `C:/common/cc26xx/board_key.c', needed by `Application/board_key.obj'.  

gmake: *** No rule to make target `C:/common/cc26xx/Time/UTC_clock.c', needed by `Application/UTC_clock.obj'. 

gmake: *** No rule to make target `C:/Profiles/EddystoneURLCfg/CC26xx/eddystoneURLCfg.c', needed by `PROFILES/eddystoneURLCfg.obj'. 

What do I need to do to prevent the errors from appearing? Thank you for your time.

- Chrysline

  • Greetings,

    I met similar situation twice. Once it was when I checked out the project from revision control system, where project file had a reference to certain files, but there was no those file in the appropriate location. Thus make sure those files do exist.

    Second time I met this issue with paranoid antivirus like Kaspersky. Killed that out, switched to MSSE and it helped like a charm.