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 in Platform Library build 6678

Hi Ti folks,

                There is a error in build of platform library in installation folders of PDK 6678 [version pdk_C6678_1_0_0_21]

evm6678.c

below print statement is incorrect [when PLATFORM_DEBUG is set to 1]

===================================================================error 1

line 554

        IFPRINT(platform_write("DSP core #%d cannot set DDR3 PLL \n",,2,,,DNUM));

===================================================================error 2

line 414

        IFPRINT(platform_write("DSP core #%d cannot set PA PLL \n",,2,,,DNUM));

the above errors are in both linux and windows version

===================================================================error 3

below error i see only in linux version of platform library build

<PDK INSTALLATION PATH>/packages//ti/platform/evmc6678l/platform_lib/include/platform_internal.h", line 121: fatal error: #error You must enable PLATFORM_WRITE to turn on DEBUG
1 fatal error detected in the compilation of "src/evm66x_i2c.c".
Compilation terminated.

This error comes for #ifdef _PLATFORM_LITE_ case

===================================================================

Thanks

RC Reddy