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.

CCS V4 build

Expert 2875 points

Hi,

 Using CCS V4, and have the project build up to date.  Sometimes, I update one source file, in this case xxx.c.  I get the following message when build active project.

C:\Program Files\ccsv4\utils\gmake\gmake -k all

C:\Program Files\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/P4/CCSV4/c67x/C6720/csl_C672x_src/dsp/inc/tistdtypes.h', needed by `xxx.o67'.

C:\Program Files\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.

Build complete for project app

If I select rebuild, the build will complete without error.   Can anyone point out to me where might be the problem?

Thank you.

Regards,

Steve

  • Steve,

    I recall having a similar issue caused by a mix between CSL versions being picked up by the compiler (<tistdtypes.h> is part of the CSL).

    Can you check if the compiler options have the include directory below? It may be conflicting with your C672x CSL header files.

    c:/CCSTUD~1.3/C6000/csl/include

    If you do not have this entry in your project, could you please send the entire console output with the compiler invocation and the error? This can give additional clues about the problem you are having.

    Hope this helps,

    Rafael

  • Rafael,

    I did have this directory in my include search path.  But I did not have CCS 3.3 installed.  So there is no such directory on my drive.

    That was intermitten problem.  If it happens again, I will send you the console output.

    Thank you.

    Regards,

    Steve