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.

TDA4VM: how to use video codec demo on A72

Part Number: TDA4VM

Hi,experts!

     I want to use video codec demo on A72. I just modified video_codec_build_flags.mak.like below:

# Applied to target mode only
BUILD_LINUX_A72?=yes
# Applied to target mode only
BUILD_VLAB?=yes

# Build specific CPUs
# Enable any one of these 2 CPU, all simultaneously is not supported
BUILD_CPU_MPU1?=yes
BUILD_CPU_MCU2_0?=no

But compiler reported error:

video_codec/examples/apps/common/app_init.c:149:5:error:'strncpy' output truncated before terminating nul copying 16 bytes from a string of the same length [-Werror=stringop-truncation]

  So,how can i use video codec demo on A72?

PS:both version 7.02 and 7.03 have the same problem.