Hello Everyone,
I have the following SDK:
D3_VISION_SDK_03_02_63_00_RC_TDA2X_RVP_LINUX
I am trying to build the usecase vip_single_cam_object_detection2 in hlos.I have ported it from rtos.
I have done changes to the following files:
cfg.mk under vision_sdk\apps\configs
uc_cfg.mk under vision_sdk\apps\configs\tda2xx_rvp_linux_all
chains_main_linux_single_cam.c under vision_sdk\apps\src\hlos\adas\src\common
chains.h under vision_sdk\apps\src\hlos\adas\include
and MAKEFILE_adas.MK under vision_sdk\apps\src\hlos
I am getting the following error while giving the command make -s -j followed by make depend -s -j:
# links_a15_algorithm: tda2xx-rvp: Compiling algorithmLink_cfg.c
# links_a15_algorithm: tda2xx-rvp: Creating archive links_a15_algorithm.a
# system: tda2xx-rvp: Compiling system_common.c
# system: tda2xx-rvp: Compiling system_ipc.c
# osa: tda2xx-rvp: Compiling osa_remote_log_server.c
# osa: tda2xx-rvp: Compiling osa_mem.c
# osa: tda2xx-rvp: Compiling osa_remote_log_client.c
# system: tda2xx-rvp: Creating archive system.a
# osa: tda2xx-rvp: Creating archive osa.a
make[6]: MAKEFILE.MK: No such file or directory
make[6]: *** No rule to make target 'MAKEFILE.MK'. Stop.
MAKEFILE_adas.MK:14: recipe for target 'vision_sdk_linux_demo' failed
make[5]: *** [vision_sdk_linux_demo] Error 2
MAKEFILE_adas.MK:5: recipe for target 'apps' failed
make[4]: *** [apps] Error 2
Makefile:183: recipe for target 'apps_exe_hlos' failed
make[3]: *** [apps_exe_hlos] Error 2
Makefile:64: recipe for target 'apps_hlos' failed
make[2]: *** [apps_hlos] Error 2
Makefile:36: recipe for target 'apps' failed
make[1]: *** [apps] Error 2
Makefile:12: recipe for target 'vision_sdk' failed
make: *** [vision_sdk] Error 2
Please let me know if I am missing something.Please note that I have used the same chain structure as in rtos for this usecase.The following is the chain structure:
chains_vipSingleCameraObjectDetect2Tda3xx
Capture -> Alg_ImagePreProcess (EVE1) -> Dup_capture -> Merge_alg
Dup_capture -> Alg_ImgPyramid -> Dup_imgPyramid -> Alg_FPCompute (EVE1) -> Alg_ObjectDetection (DSP1) -> Merge_objectDetect (DSP1)
Dup_imgPyramid -> Merge_objectDetect (DSP1) -> Sync_objectDetect (DSP1) -> Alg_ObjectClassification (DSP1) -> Merge_alg -> Sync_alg -> Alg_ObjectDraw -> Display_alg
GrpxSrc -> Display_Grpx
Thanking you in advance,
Best Regards,
Vijay