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.

Error : " *** No rule to make target "

Other Parts Discussed in Thread: TM4C123GH6PM

Hi,

 

I am creating a new configuration and copying the settings from either debug or release configuration.When i am trying to build the new configuration, It is showing an error as shown below

"gmake: *** No rule to make target `h264venc_ti.le66', needed by `all'.
gmake: Target `all' not remade because of errors."

I am using ccs 4.2.3.00004 version. If i am creating third configuration apart from Debug and Release configurations,It is giving this error.Please give me the points to resolve this issue.

 

Thanks,

abhishake.

  • Does this behavior happen with just this one specific project or with several different projects? I have created new configurations before by copying settings from Debug or Release configuration and have not seen this error. I suspect it might be something specific to the project.

    Could you try the suggestions in the CCS troubleshooting guide and see if that helps?

  • Even after creating the new configurations before copying the settings from either Debug or Release, I am getting the mentioned error.

    The procedure which I followed to create new configuration is

    Step 1: File->New->CCS Project .Here I am giving the name of project and path for location.

    Step 2: I am selecting the project type as C6000 and selecting both the Debug and Release configurations.

    Step 3: In additional project settings, I am not referencing to any project.

    Step 4: In Project settings, I am giving project related settings and then selecting empty project and Finish.

    Step 5: I didn't give any settings (like Predefined symbols, include paths etc.,) to Debug or Release configuration. Then Build Properties of project -> manage ->New->Here I am giving the name of new configuration and copying the settings from Debug or Release (As there is no option for not copying the settings from Debug or Release, but I didn’t given any settings to Debug or Release).So a new configuration is created. Now I am giving the configurations settings and building it. Then it is giving the mentioned error.

    Is there any thing need to be changed in the procedure followed?

  • The procedure itself sounds fine. Can you attach your project here so we can try to reproduce the error?

  • After changing the device configuration, it is working fine.Thanks for your help.

  • Hello Abhishake,

    I am getting the same error. I tried different options gave all the include paths properly but still getting the same error.

    "*** No rule to make target `E:/Program Files/CCSv6/TivaWare_C_Series-1.1/utils/uartstdio.c', needed by `utils/uartstdio.obj'." 

    I am using Tiva C-Series TM4C123GH6PM launchpad and CCSv6. In the device configuration I am giving it target Tiva C Series and at connection I am specifying Stellaris In-Circuit Debug Interface because tiva is not in the options.