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.

Compiler/TDA3: TDA3XX

Part Number: TDA3

Tool/software: TI C/C++ Compiler

In C:\PROCESSOR_SDK_VISION_03_03_00_00\vision_sdk\apps\src\rtos\usecases\vip_single_cam_frame_copy we have the usecase "vip_single_cam_frame_copy".In the c file we have

#include "chains_vipSingleCameraFrameCopy_priv.h"
#include <src/include/chains_common.h>
#ifdef TDA3XX_BUILD
#include <include/link_api/rtiLink.h>
#include <src/rtos/utils_common/include/utils_dcc.h>
#endif

what should I do can make TDA3XX_BUILD valid?Thank you!