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 error



I am using TDA2xx and after adding my usecase and algorithm plugin 

i used the command  > gmake -s -j depend and got the below error

makeconfig: Generating header ...
0 [main] sh 10596 sync_with_child: child 5508(0x200) died before initialization with status code 0xC0000142
211 [main] sh 10596 sync_with_child: * child state waiting for longjmp
C:/Users/91772/AppData/Local/Temp/make11584-1.sh: fork: Resource temporarily unavailable
gmake[3]: * [header] Error 128
gmake[2]: * [all] Error 2
gmake[1]: * [makeconfig] Error 2
gmake: * [depend] Error 2

  • Hi,

    Can you share the complete build log in a text file? Also share the output of "gmake -s showconfig"

    Thanks

    Gaviraju

  • Microsoft Windows [Version 10.0.18362.900]
    (c) 2019 Microsoft Corporation. All rights reserved.
    
    C:\Users\91772>PATH=C:\PROCESSOR_SDK_VISION_03_04_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core;%PATH%
    
    C:\Users\91772>cd C:\PROCESSOR_SDK_VISION_03_04_00_00\vision_sdk\build
    
    C:\PROCESSOR_SDK_VISION_03_04_00_00\vision_sdk\build>gnake -s -j depend
    'gnake' is not recognized as an internal or external command,
    operable program or batch file.
    
    C:\PROCESSOR_SDK_VISION_03_04_00_00\vision_sdk\build>gmake -s -j depend
    /cygdrive/c/PROCESSOR_SDK_VISION_03_04_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/mkdir: cannot create directory `C:/PROCESSOR_SDK_VISION_03_04_00_00/vision_sdk/links_fw/include/config': File exists
    /cygdrive/c/PROCESSOR_SDK_VISION_03_04_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/mkdir: cannot create directory `C:/PROCESSOR_SDK_VISION_03_04_00_00/vision_sdk/links_fw/include/config/apps': File exists
    /cygdrive/c/PROCESSOR_SDK_VISION_03_04_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/mkdir: cannot create directory `C:/PROCESSOR_SDK_VISION_03_04_00_00/vision_sdk/links_fw/include/config/apps/tda2xx_evm_bios_all': File exists
    # makeconfig: Config is [ tda2xx_evm_bios_all ]
    # makeconfig: Output file is @ C:/PROCESSOR_SDK_VISION_03_04_00_00/vision_sdk/links_fw/include/config/apps/tda2xx_evm_bios_all/system_cfg.h
    # makeconfig: Input  file is @ C:/PROCESSOR_SDK_VISION_03_04_00_00/vision_sdk/build/configs/tda2xx_evm_bios_all/cfg.mk
    # makeconfig: Generating header ...
          0 [main] sh 12480 sync_with_child: child 13212(0x200) died before initialization with status code 0xC0000142
        568 [main] sh 12480 sync_with_child: *** child state waiting for longjmp
    C:/Users/91772/AppData/Local/Temp/make2416-1.sh: fork: Resource temporarily unavailable
    gmake[3]: *** [header] Error 128
    gmake[2]: *** [all] Error 2
    gmake[1]: *** [makeconfig] Error 2
    gmake: *** [depend] Error 2
    
    C:\PROCESSOR_SDK_VISION_03_04_00_00\vision_sdk\build>

    >>the output of showconfig

    C:\PROCESSOR_SDK_VISION_03_04_00_00\vision_sdk\build>gmake -s showconfig
    #
    0 [main] sh 12648 sync_with_child: child 7120(0x1E8) died before initialization with status code 0xC0000142
    266 [main] sh 12648 sync_with_child: *** child state waiting for longjmp
    C:/Users/91772/AppData/Local/Temp/make10856-1.sh: fork: Resource temporarily unavailable
    gmake[1]: *** [showconfig] Error 128
    gmake: *** [showconfig] Error 2

  • Hi,

    This build error does not belong to the vision-SDK So, please re-install SDK & try again. If you are still facing the same issue then try it on a new PC.

    Thanks

    Gaviraju