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: Why IPC-example only these two projects are not compiled



Tool/software: Code Composer Studio

  • Hello,

    This is a bug.

    Please add "ipu1-0" and "ipu1-1" to the PROCLIST in the makefile ~\ipc_3_50_02_02\examples\AM572X_bios_elf\ex11_ping\makefile to fix this issue.

    # edit PROCLIST list to control how many executables to build
    PROCLIST = dsp1 dsp2 ipu1 ipu2 ipu1-0 ipu1-1 host

    Thank you for bringing this to our attention.