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.

Linux/LINUXDVSDK-OMAP3530: Build Error for video Capture and Display use case

Part Number: LINUXDVSDK-OMAP3530

Tool/software: Linux

Hi

i was trying to build the vision SDK for video capture and Display use -case .

i follow all the steps mentions into the vision SDK (V03.06.00) Linux User Guide.

but when i try to build the vision SDK (4th point in the 3.1 )

$>make linux

i found error

like that

# configuration written to .config
#
make[2]: Leaving directory '/home/vijender/PROCESSOR_SDK_VISION_03_06_00_00/ti_components/os_tools/linux/kernel/omap'
make -fbuild_kernel.mk dtb
make[2]: Entering directory '/home/vijender/PROCESSOR_SDK_VISION_03_06_00_00/vision_sdk/build/hlos/makerules/linux'
make -fbuild_kernel.mk kernel_build KERNEL_TARGET="dra7-evm-infoadas.dtb dra7-evm-infoadas-lcd-lg.dtb"
make[3]: Entering directory '/home/vijender/PROCESSOR_SDK_VISION_03_06_00_00/vision_sdk/build/hlos/makerules/linux'
make -C /home/vijender/PROCESSOR_SDK_VISION_03_06_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/omap ARCH=arm CROSS_COMPILE=/home/vijender/PROCESSOR_SDK_VISION_03_06_00_00/ti_components/os_tools/linux/linaro/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- dra7-evm-infoadas.dtb dra7-evm-infoadas-lcd-lg.dtb
make[4]: Entering directory '/home/vijender/PROCESSOR_SDK_VISION_03_06_00_00/ti_components/os_tools/linux/kernel/omap'
scripts/kconfig/conf  --silentoldconfig Kconfig
make[5]: 'arch/arm/boot/dts/dra7-evm-infoadas.dtb' is up to date.
make[5]: *** No rule to make target 'arch/arm/boot/dts/dra7-evm-infoadas-lcd-lg.dtb'.  Stop.
arch/arm/Makefile:333: recipe for target 'dra7-evm-infoadas-lcd-lg.dtb' failed
make[4]: *** [dra7-evm-infoadas-lcd-lg.dtb] Error 2
make[4]: Leaving directory '/home/vijender/PROCESSOR_SDK_VISION_03_06_00_00/ti_components/os_tools/linux/kernel/omap'
build_kernel.mk:11: recipe for target 'kernel_build' failed
make[3]: *** [kernel_build] Error 2
make[3]: Leaving directory '/home/vijender/PROCESSOR_SDK_VISION_03_06_00_00/vision_sdk/build/hlos/makerules/linux'
build_kernel.mk:43: recipe for target 'dtb' failed
make[2]: *** [dtb] Error 2
make[2]: Leaving directory '/home/vijender/PROCESSOR_SDK_VISION_03_06_00_00/vision_sdk/build/hlos/makerules/linux'
build_kernel.mk:18: recipe for target 'kernel' failed
make[1]: *** [kernel] Error 2
make[1]: Leaving directory '/home/vijender/PROCESSOR_SDK_VISION_03_06_00_00/vision_sdk/build/hlos/makerules/linux'
Makefile:439: recipe for target 'kernel' failed
make: *** [kernel] Error 2

 

thank you