Tool/software: Linux
when i
make linux_clean
make linux
make linux_install
make -s -j depend
make -s -j opencx
In the last step encountered an error:
# Final executable /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/binaries/apps/tda2xx_evm_linux_opencx/vision_sdk/bin/tda2xx-evm//apps.out !!!
#
/bin/sh: 1: cd: can't cd to /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/dsptop/debugss_module/debugss-mod
cp: cannot stat ‘/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/dsptop/debugss_module/debugss-mod/debugss_kmodule.ko’: No such file or directory
make[6]: *** [linux_app_install] Error 1
make[5]: *** [app_linux_install] Error 2
make[4]: *** [apps_hlos] Error 2
make[3]: *** [apps] Error 2
make[2]: *** [vision_sdk] Error 2
make[1]: *** [_vision_sdk_opencx] Error 2
make: *** [opencx] Error 2
But i have no such directory /ti_components/os_tools/linux/kernel/dsptop/debugss_module/debugss-mod .
Where can I get this directory?