When building mcu1_0 in windows10, the dependency header file tifs_keywriter.h cannot be found. In which package is this header file located and how to obtain it?
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