Part Number: TDA2EVM5777
Other Parts Discussed in Thread: SYSBIOS
Hello everyone,
I am creating an alg-plugin for my usecase over linux.
UseCase :- Capture -> Alg_ABC (DSP1) -> Display_M4 (IPU1_0)
I have referred FrameCopy for the development and followed the same steps for Linux. But when I include my plugin in cfg.mk at apps/configs path ,where all plugins are included for build , it is searching for SRC.MK file. But it is not being included in the plugin folder for the development over Linux (as per referred FrameCopy).
Am I doing something wrong in here? Do I need to put the plugin folder at rtos path and create SRC.MK file specifying path for build ?
Following error has been given on the terminal :-
Makefile:51: /home/linux/Documents/SourceCode/vision_sdk/apps/src/rtos/alg_plugins/ABC/SRC_FILES.MK: No such file or directory
make[4]: *** No rule to make target '/home/linux/Documents/SourceCode/vision_sdk/apps/src/rtos/alg_plugins/ABC/SRC_FILES.MK'. Stop.
MAKEFILE.MK:9: recipe for target 'libs' failed
make[3]: *** [libs] Error 2
Makefile:200: recipe for target 'app_alg_plugins' failed
make[2]: *** [app_alg_plugins] 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
Pl provide your inputs to resolve the issue.
Regards,
Shantanu Joshi