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: Vision SDK build error

Tool/software: Linux

Hi,

I followed Vision SDK Linux user guide and set path for INSTALL_DIR and LINARO tool chain. I got error on issuing command "make linux". I am attaching the log.

tij6@tij6-desktop:~/VISION_SDK_02_12_00_00/vision_sdk$ make linux
make -C ./hlos/build/linux -f build_uboot.mk uboot
make[1]: Entering directory `/home/tij6/VISION_SDK_02_12_00_00/vision_sdk/hlos/build/linux'
make -fbuild_uboot.mk uboot_build UBOOT_TARGET=dra7xx_evm_vision_config
make[2]: Entering directory `/home/tij6/VISION_SDK_02_12_00_00/vision_sdk/hlos/build/linux'
make -C ARCH=arm CROSS_COMPILE= dra7xx_evm_vision_config
make: Entering an unknown directory
make: *** ARCH=arm: No such file or directory. Stop.
make: Leaving an unknown directory
make[2]: *** [uboot_build] Error 2
make[2]: Leaving directory `/home/tij6/VISION_SDK_02_12_00_00/vision_sdk/hlos/build/linux'
make[1]: *** [uboot] Error 2
make[1]: Leaving directory `/home/tij6/VISION_SDK_02_12_00_00/vision_sdk/hlos/build/linux'
make: *** [uboot] Error 2
tij6@tij6-desktop:~/VISION_SDK_02_12_00_00/vision_sdk$

what is the issue? The make shows " make: Entering an unknown directory" . What could be the possible fix?