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.

CCSTUDIO: Building Image Processing Demo: package.xdc found along the package path, but no schema file was found

Part Number: CCSTUDIO
Other Parts Discussed in Thread: AM5749

On a Windows Xeon Box in Windows 10 building image THE processing demo found here for the AM5749 IDK ...

Following instructions verbatim, the build errors-out with the cause being:

Invoking: XDCtools"C:/ti/xdctools_3_55_02_22_core/xs" --xdcpath="C:/ti/bios_6_76_03_01/packages;C:/ti/pdk_am57xx_1_0_17/packages;C:/ti/ndk_3_61_01_01/packages;C:/ti/ipc_3_50_04_08/packages;C:/ti/uia_2_30_01_02/packages;../../../../evmam572x/platform;" xdc.tools.configuro -o configPkg -t gnu.targets.arm.A15F -p evmAM572x_mcip_host -r debug -c "C:/ti//gcc-arm-none-eabi-7-2018-q2-update" "../image_processing_evmam572x_host.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring image_processing_evmam572x_host.xa15fg from package/cfg/image_processing_evmam572x_host_pa15fg.cfg ...
js: "C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x/host/no_instrumentation/image_processing_evmam572x_host.cfg", line 154: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: C:\ti\ipc_3_50_04_08\packages\ti\sdo\ipc\interfaces\package.xdc found along the package path, but no schema file was found. Ensure that the package 'ti.sdo.ipc.interfaces' is completely built.
"./package/cfg/image_processing_evmam572x_host_pa15fg.cfg", line 196
gmake.exe: *** [package.mak:218: package/cfg/image_processing_evmam572x_host_pa15fg.xdl] Error 1
js: "C:/ti/xdctools_3_55_02_22_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[2]: *** [makefile:151: configPkg/linker.cmd] Error 1
gmake[2]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x/host/no_instrumentation/build'
gmake[1]: *** [makefile:75: am57xx_demo] Error 2
gmake[1]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x'
gmake: *** [makefile:147: imageproc_demo] Error 2

1) Is a schema is missing?

2) Where can I get (or how can I generate) the missing schema?

3) Where should I place it once I have it?

Complete output follows in file attachment:

***************************************************
Environment Configuration:
***************************************************
    SDK_INSTALL_PATH        : C:/ti
    PDK_INSTALL_PATH        : C:/ti/pdk_am57xx_1_0_17/packages
    GMAKE_INSTALL_PATH      : C:/ti/xdctools_3_55_02_22_core
    PDK_SOC                 : am57xx
    PDK_VERSION             : 1_0_17
    RULES_MAKE              : C:/ti/pdk_am57xx_1_0_17/packages/ti/build/Rules.make
***************************************************
    IPC_PLATFORM: DRA7XX
    IPC_ALT_PLATFORM: AM572X AM571X
    PROC_SDK_INSTALL_PATH     : C:/ti/processor_sdk_rtos_am57xx_6_03_00_106
**************************************************************************
Changing to short name to support directory names containing spaces
current directory: C:/ti/processor_sdk_rtos_am57xx_6_03_00_106
PROCESSOR SDK BUILD ENVIRONMENT CONFIGURED
**************************************************************************

C:\ti\processor_sdk_rtos_am57xx_6_03_00_106>make demo_clean
'make' is not recognized as an internal or external command,
operable program or batch file.

C:\ti\processor_sdk_rtos_am57xx_6_03_00_106>gmake demo_clean
C:/ti/xdctools_3_55_02_22_core/gmake -C ./demos/image_processing/ipc/evmam572x clean
gmake[1]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x'
C:/ti/xdctools_3_55_02_22_core/gmake -C ./host/no_instrumentation/build clean
gmake[2]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x/host/no_instrumentation/build'
rm -f "image_processing_evmam572x_host.out" "configPkg\linker.cmd" "configPkg\compiler.opt" "image_processing_evmam572x_host.hex"
rm -r -f "configPkg"
rm -f "mcip_bmp_utils.d" "mcip_master_main.d" "mcip_process.d" "mcip_webpage.d" "mcip_webpage_utils.d" "nimu_osal.d"
rm -f "mcip_bmp_utils.o" "mcip_master_main.o" "mcip_process.o" "mcip_webpage.o" "mcip_webpage_utils.o" "nimu_osal.o"
Finished clean

gmake[2]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x/host/no_instrumentation/build'
C:/ti/xdctools_3_55_02_22_core/gmake -C ./dsp1/no_instrumentation/build clean
gmake[2]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x/dsp1/no_instrumentation/build'
rm -f "image_processing_evmam572x_dsp1.out" "configPkg\linker.cmd" "configPkg\compiler.opt" "image_processing_evmam572x_dsp1.hex"
rm -r -f "configPkg"
rm -f "mcip_core.d" "mcip_core_task.d" "mcip_slave_main.d"
rm -f "mcip_core.obj" "mcip_core_task.obj" "mcip_slave_main.obj"
Finished clean

gmake[2]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x/dsp1/no_instrumentation/build'
C:/ti/xdctools_3_55_02_22_core/gmake -C ./dsp2/no_instrumentation/build clean
gmake[2]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x/dsp2/no_instrumentation/build'
rm -f "image_processing_evmam572x_dsp2.out" "configPkg\linker.cmd" "configPkg\compiler.opt" "image_processing_evmam572x_dsp2.hex"
rm -r -f "configPkg"
rm -f "mcip_core.d" "mcip_core_task.d" "mcip_slave_main.d"
rm -f "mcip_core.obj" "mcip_core_task.obj" "mcip_slave_main.obj"
Finished clean

gmake[2]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x/dsp2/no_instrumentation/build'
gmake[1]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x'
C:/ti/xdctools_3_55_02_22_core/gmake -C ./demos/bigdataipc clean \
  PLATFORM=DRA7XX \
  XDC_INSTALL_DIR="C:/ti/xdctools_3_55_02_22_core"
gmake[1]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc'
#
# Cleaning host_bios examples...
C:/ti/xdctools_3_55_02_22_core/gmake -C host_bios/simple_buffer_example clean
gmake[2]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc/host_bios/simple_buffer_example'
C:/ti/xdctools_3_55_02_22_core/gmake -C host clean
gmake[3]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc/host_bios/simple_buffer_example/host'
C:/ti/xdctools_3_55_02_22_core/bin/rm -rf bin
gmake[3]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc/host_bios/simple_buffer_example/host'
C:/ti/xdctools_3_55_02_22_core/gmake -C dsp clean
gmake[3]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc/host_bios/simple_buffer_example/dsp'
C:/ti/xdctools_3_55_02_22_core/bin/rm -rf bin
gmake[3]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc/host_bios/simple_buffer_example/dsp'
C:/ti/xdctools_3_55_02_22_core/bin/rm -rf install
gmake[2]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc/host_bios/simple_buffer_example'
#
# Cleaning host_linux examples...
C:/ti/xdctools_3_55_02_22_core/gmake -C host_linux/simple_buffer_example clean
gmake[2]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc/host_linux/simple_buffer_example'
C:/ti/xdctools_3_55_02_22_core/gmake -C host clean
gmake[3]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc/host_linux/simple_buffer_example/host'
C:/ti/xdctools_3_55_02_22_core/bin/rm -rf bin
gmake[3]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc/host_linux/simple_buffer_example/host'
C:/ti/xdctools_3_55_02_22_core/gmake -C dsp clean
gmake[3]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc/host_linux/simple_buffer_example/dsp'
C:/ti/xdctools_3_55_02_22_core/bin/rm -rf bin
gmake[3]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc/host_linux/simple_buffer_example/dsp'
C:/ti/xdctools_3_55_02_22_core/bin/rm -rf install
gmake[2]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc/host_linux/simple_buffer_example'
gmake[1]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/bigdataipc'
C:/ti/xdctools_3_55_02_22_core/bin/rm -rf ./demos/posix-smp/bin

C:\ti\processor_sdk_rtos_am57xx_6_03_00_106>gmake demo
C:/ti/xdctools_3_55_02_22_core/gmake -C ./demos/image_processing/ipc/evmam572x all
gmake[1]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x'
C:/ti/xdctools_3_55_02_22_core/gmake -C ./host/no_instrumentation/build all
gmake[2]: Entering directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x/host/no_instrumentation/build'
Building file: ../image_processing_evmam572x_host.cfg
Invoking: XDCtools
"C:/ti/xdctools_3_55_02_22_core/xs" --xdcpath="C:/ti/bios_6_76_03_01/packages;C:/ti/pdk_am57xx_1_0_17/packages;C:/ti/ndk_3_61_01_01/packages;C:/ti/ipc_3_50_04_08/packages;C:/ti/uia_2_30_01_02/packages;../../../../evmam572x/platform;" xdc.tools.configuro -o configPkg -t gnu.targets.arm.A15F -p evmAM572x_mcip_host -r debug -c "C:/ti//gcc-arm-none-eabi-7-2018-q2-update" "../image_processing_evmam572x_host.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring image_processing_evmam572x_host.xa15fg from package/cfg/image_processing_evmam572x_host_pa15fg.cfg ...
js: "C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x/host/no_instrumentation/image_processing_evmam572x_host.cfg", line 154: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: C:\ti\ipc_3_50_04_08\packages\ti\sdo\ipc\interfaces\package.xdc found along the package path, but no schema file was found.  Ensure that the package 'ti.sdo.ipc.interfaces' is completely built.
    "./package/cfg/image_processing_evmam572x_host_pa15fg.cfg", line 196
gmake.exe: *** [package.mak:218: package/cfg/image_processing_evmam572x_host_pa15fg.xdl] Error 1
js: "C:/ti/xdctools_3_55_02_22_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[2]: *** [makefile:151: configPkg/linker.cmd] Error 1
gmake[2]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x/host/no_instrumentation/build'
gmake[1]: *** [makefile:75: am57xx_demo] Error 2
gmake[1]: Leaving directory 'C:/ti/processor_sdk_rtos_am57xx_6_03_00_106/demos/image_processing/ipc/evmam572x'
gmake: *** [makefile:147: imageproc_demo] Error 2