Tool/software: TI C/C++ Compiler
Hello Everyone,
I have installed VisionSDK(2.11) and integrated my own plugin inside it for TDA3x. Now when I try to compile ,I get the following errors:
# Compiling tda3xx-evm:ipu1_0:release:vision_sdk_examples: C:/VISION_SDK_02_11_00_00/vision_sdk/examples/tda2xx/src/modules/iss/iss_sensors/iss_sensor
_ar0140.c
# Compiling tda3xx-evm:ipu1_0:release:vision_sdk_examples: C:/VISION_SDK_02_11_00_00/vision_sdk/examples/tda2xx/src/modules/iss/iss_sensors/iss_sensor
_ov10640.c
# Compiling tda3xx-evm:ipu1_0:release:vision_sdk_examples: C:/VISION_SDK_02_11_00_00/vision_sdk/examples/tda2xx/src/modules/iss/iss_sensors/iss_sensor
_imx224.c
# Compiling tda3xx-evm:ipu1_0:release:vision_sdk_examples: C:/VISION_SDK_02_11_00_00/vision_sdk/examples/tda2xx/src/usecases/vip_single_cam_DetectBlin
king/chains_vipSingleCameraDetectBlinking.c
# Compiling tda3xx-evm:ipu1_0:release:vision_sdk_examples: C:/VISION_SDK_02_11_00_00/vision_sdk/examples/tda2xx/src/usecases/vip_single_cam_DetectBlin
king/chains_vipSingleCameraDetectBlinking_priv.c
#
# Archiving tda3xx-evm:ipu1_0:release:vision_sdk_examples
#
# Invoking configuro...
processed file: C:\VISION_SDK_02_11_00_00\vision_sdk\binaries\tda3xx_evm_bios_all\maketemp_configuro_cmd_arp32_1.bat
C:\VISION_SDK_02_11_00_00\vision_sdk\src\main_app\tda3xx\eve1>C:/VISION_SDK_02_11_00_00/ti_components/os_tools/windows/xdctools_3_32_00_06_core/xs xdc
.tools.configuro --generationOnly -o C:/VISION_SDK_02_11_00_00/vision_sdk/binaries/tda3xx_evm_bios_all/obj/vision_sdk/tda3xx-evm/arp32_1/release/visio
n_sdk_configuro -t ti.targets.arp32.elf.ARP32_far -p ti.platforms.evmTDA3XX:EVE_1 -r release -c C:/VISION_SDK_02_11_00_00/ti_components/cg_tools/windo
ws/arp32_1.0.7 -b C:/VISION_SDK_02_11_00_00/vision_sdk/build/tda3xx/config_arp32.bld --cfgArgs "{mode: \"\", coreName:\"EVE-1\", platformMem: \"DDR_M
EM_512M\"}" MAIN_APP_eve1.cfg
4 [main] sh 5668 C:\VISION_SDK_02_11_00_00\ti_components\os_tools\windows\xdctools_3_32_00_06_core\bin\sh.exe: *** fatal error - fork: can't res
erve memory for stack 0x28C740 - 0x290000, Win32 error 487
4 [main] sh 5668 C:\VISION_SDK_02_11_00_00\ti_components\os_tools\windows\xdctools_3_32_00_06_core\bin\sh.exe: *** fatal error - fork: can't res
erve memory for stack 0x28C740 - 0x290000, Win32 error 487
8 [main] sh 4940 child_info::sync: wait failed, pid 5668, Win32 error 0
538 [main] sh 4940 fork: child -1 - died waiting for longjmp before initialization, retry 10, exit code 0x1000000, errno 11
8 [main] sh 4940 child_info::sync: wait failed, pid 5668, Win32 error 0
538 [main] sh 4940 fork: child -1 - died waiting for longjmp before initialization, retry 10, exit code 0x1000000, errno 11
C:/Users/neha.b/AppData/Local/Temp/make10736-1.sh: Cannot fork: Resource temporarily unavailable
How can I resolve this issue?
Thanks,
Neha