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: CC3200SDK

**** Build of configuration Release for project [Eternity]EternityAlpha1.3(7.8) ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
gmake: *** No rule to make target `C:/Users/TI/CC3200SDK_1.1.0/cc3200-sdk/example/common/gpio_if.c', needed by `gpio_if.obj'.
gmake: *** No rule to make target `C:/Users/TI/CC3200SDK_1.1.0/cc3200-sdk/example/common/startup_ccs.c', needed by `startup_ccs.obj'.
gmake: Target `all' not remade because of errors.

**** Build Finished ****

I don't know why...

  • It may have to do with how the project was originally set up and whether it allows "copy to workspace" when importing the project or not. 

    Is this an example project provided by TI or your own project? Is the path to the source files gpio_if.c and startup_ccs.c correct, (ie) do they actually exist in the directory mentioned in the error message?