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.

RTOS/TDA2: Build VisionSDK and have the Error -1073740791

Part Number: TDA2

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

  • Hi Jacob,

    Do you get the same error with "gmake -s depend"?

    Regards,
    Rishabh
  • Dear Rishabh

    I still get the same error with "gmake -s depend".Could you have other ideas about the problem? Thanks.
    ...
    ...
    ...
    # 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
  • Dear Rishabh
    I still get the same error with "gmake -s depend".Do you have other idea about the problem?Thanks.
    ...
    ...
    ...
    # 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
  • Hi Jacob,

    Can you start cmd as an administrator and try. If you are already running as admin then try vice versa.
    I did some search on internet for file system error 1073740791 and suggestions pointed to issue with permissions/file system.

    Regards,
    Rishabh
  • Hi,

    I haven't heard back from you, I'm assuming you were able to resolve your issue.
    If not, just post a reply below (or create a new thread if the thread has locked due to time-out).

    Regards,
    Rishabh
  • Dear Rishabh

    Sorry for late response and I solved the issue until 5 hours ago.
    (1) Run as administrator for cmd and cygwin: still failing
    (2) Disable the read only for SDK folder : still failing
    (3) Release all permissions/file system : still failing
    (4) CHKDSK -r -f: still failing
    (5) Dism /Online /Cleanup-Image /CheckHealth : still failing
    (6) Dism /Online /Cleanup-Image /ScanHealth : still failing
    (7) Dism /Online /Cleanup-Image /RestoreHealth : still failing

    I directly change the PC and repeat the steps. The RTOS is built successfully. Maybe my HDD or file system is broken, I still don't know real reason.

    Thanks so much for your help.


    Best Regards,
    Jacob Lin
  • Hi Jacob,

    Glad that the issue is resolved.
    Thanks for the update.

    Regards,
    Rishabh