Tool/software: TI-RTOS
Hi,team
I build VisionSDK and have some errors.The building steps are as below and could you give me some suggestion?Thanks so much.
==
(1)I download,test 2 versions and install Vision SDK to windows
PROCESSOR_SDK_VISION_03_06_00_00_setupwin.exe
PROCESSOR_SDK_VISION_03_05_00_00_setupwin.exe
(2)Use System administrator(cmd) or Cygwin to build TI-RTOS
(3) Go inside the directory PROCESSOR_SDK_VISION_03_xx_xx_xx\vision_sdk\build
(4) Open file \vision_sdk\build\Rules.make and set required config MAKECONFIG=tda2xx_evm_bios_all
(5) Set environmental variables to PATH
variables : PATH
value : C:\PROCESSOR_SDK_VISION_03_06_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core;%PATH%
(6) Refer to "/vision_sdk/build/tools_path.mk" and download/install A15 toolchain to
C:\PROCESSOR_SDK_VISION_03_06_00_00\ti_components\cg_tools\windows\gcc-arm-none-eabi-4_9-2015q3
C:\PROCESSOR_SDK_VISION_03_06_00_00\ti_components\cg_tools\linux\gcc-arm-none-eabi-4_9-2015q3
than
the environmental variable is set
C:\PROCESSOR_SDK_VISION_03_06_00_00\ti_components\cg_tools\linux\gcc-arm-none-eabi-4_9-2015q3\bin;C:\PROCESSOR_SDK_VISION_03_06_00_00\ti_components\cg_tools\windows\gcc-arm-none-eabi-4_9-2015q3\bin;C:\PROCESSOR_SDK_VISION_03_06_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core;%PATH%
(7) Build first time and run the below sequence of commands
>> gmake -s -j depend
(8)But there are below errors:
...
...
# Archiving tda2xx:ipu1_0:release:vps_devices into C:/PROCESSOR_SDK_VISION_03_06_00_00/ti_components/drivers/pdk_01_10_02_07/packages/ti/drv/vps/lib/tda2xx/m4/release/vps_devices.aem4 ...
gmake[3]: *** [vps_devices] Error -1073740791
gmake[2]: *** [pdk] Error 2
gmake[1]: *** [pdk] Error 2
gmake: *** [depend] Error 2
Best Regards,
Jacob Lin