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: 构建mcu1_0,有依赖的头文件找不到,如何获取tifs_keywriter.h?

Part Number: TDA4VM


在windows10下构建mcu1_0,出现依赖头文件tifs_keywriter.h找不到的问题,请问这个头文件在哪个包中,如何获取?

make -s all BOARD=j721e_evm CORE=mcu1_0

……

# Compiling j721e_evm:j721e:mcu1_0:release:keywriter_img:E:/code/tda4vm/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/boot/keywriter/main.c
In file included from E:/code/tda4vm/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/boot/keywriter/main.c:42:
E:/code/tda4vm/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/boot/keywriter/main.h:73:10: fatal error: 'tifs_keywriter.h' file not found
#include "tifs_keywriter.h"
^~~~~~~~~~~~~~~~~~
1 error generated.
gmake[4]: *** [E:/code/tda4vm/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/build/makerules/rules_ti_cgt_arm.mk:235: E:/code/tda4vm/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/binary/keywriter_img/obj/j721e_evm/mcu1_0/release/main.oer5f] Error 1
gmake[3]: *** [E:/code/tda4vm/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/build/makerules/common.mk:411: mcu1_0] Error 2
gmake[2]: *** [E:/code/tda4vm/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/build/makefile:367: keywriter_img] Error 2
gmake[1]: *** [E:/code/tda4vm/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/build/makefile:128: keywriter_img_has_dep] Error 2
make: *** [makefile:149: all_apps] Error 2