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.

Build the Vision SDK for TDA2px on windows

Other Parts Discussed in Thread: SYSBIOS

Hello,

I am trying to build vision sdk 03.03.00.00 for TDA2px on windows.

As per vision sdk user guide document, I have only set required config "MAKECONFIG=tda2px_evm_bios_all" in vision_sdk\build\Rules.make file.

While building I get the following error:

generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda2px_evm_bios_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/sysbios/sysbios.aearp32F ...
gmake[1]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda2px_evm_bios_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/sysbios'
clearp32F C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_6_46_04_53/packages/ti/sysbios/BIOS.c ...
Fatal error: could not open source file "C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_646_04_53/packages/ti/sysbios/timers/dmtimer/TimestampProvider.c"
1 fatal error detected in the compilation of "C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_646_04_53/packages/ti/sysbios/timers/dmtimer/TimestampProvider.c".
Compilation terminated.

>> Compilation failure
gmake[1]: *** [BIOS.obj] Error 1
gmake[1]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda2px_evm_bios_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/sysbios'
gmake: *** [C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda2px_evm_bios_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/sysbios/sysbios.aearp32F] Error 2
Build of libraries failed.
error: xdc.cfg.SourceDir: "C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/MAIN_APP_eve1_pearp32F.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/MAIN_APP_eve1_pearp32F.xdl'
gmake.exe: *** [package/cfg/MAIN_APP_eve1_pearp32F.xdl] Deleting file `package/cfg/MAIN_APP_eve1_pearp32F.h'
gmake.exe: *** [package/cfg/MAIN_APP_eve1_pearp32F.xdl] Deleting file `package/cfg/MAIN_APP_eve1_pearp32F.c'
Warning: directory "C:/packages" on package path does not exist
Warning: directory "C:/extrel/ti/ivahd_codecs/packages" on package path does not exist
Warning: directory "C:/src" on package path does not exist
js: "C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_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[6]: *** [xdc_configuro] Error 1
gmake[5]: *** [apps_eve1] Error 2
gmake[4]: *** [apps] Error 2
gmake[3]: *** [apps] Error 2
gmake[2]: *** [apps_exe] Error 2
gmake[1]: *** [apps] Error 2
gmake: *** [vision_sdk] Error 2

I have gone through existing threads related to build issues and tried all suggestions, but also facing the same error.

Please guide to resolve.

Regards,

Sayali