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/TDA2SX: why does have errors for make linux?

Part Number: TDA2SX


Tool/software: Linux

root@kali:/usr/local/PROCESSOR_SDK_VISION_03_00_00_00/vision_sdk/build# make linux
make -C ./hlos/makerules/linux -f build_uboot.mk uboot
make[1]: Entering directory '/usr/local/PROCESSOR_SDK_VISION_03_00_00_00/vision_sdk/build/hlos/makerules/linux'
make -fbuild_uboot.mk uboot_build UBOOT_TARGET=dra7xx_evm_vision_config
make[2]: Entering directory '/usr/local/PROCESSOR_SDK_VISION_03_00_00_00/vision_sdk/build/hlos/makerules/linux'
make -C /usr/local/PROCESSOR_SDK_VISION_03_00_00_00/vision_sdk/../ti_components/os_tools/linux/u-boot/u-boot ARCH=arm CROSS_COMPILE=/usr/local/PROCESSOR_SDK_VISION_03_00_00_00/ti_components/os_tools/linux/linaro/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- dra7xx_evm_vision_config
make[3]: Entering directory '/usr/local/PROCESSOR_SDK_VISION_03_00_00_00/ti_components/os_tools/linux/u-boot/u-boot'
/bin/sh: 1: sed: not found
/bin/sh: 1: uname: not found
/bin/sh: 1: sed: not found
/bin/sh: 1: uname: not found
  HOSTCC  scripts/basic/fixdep
  /bin/sh: 1: rm: not found
  scripts/Makefile.host:94: recipe for target 'scripts/basic/fixdep' failed
  make[4]: *** [scripts/basic/fixdep] Error 127
  Makefile:397: recipe for target 'scripts_basic' failed
  make[3]: *** [scripts_basic] Error 2
  make[3]: Leaving directory '/usr/local/PROCESSOR_SDK_VISION_03_00_00_00/ti_components/os_tools/linux/u-boot/u-boot'
  build_uboot.mk:6: recipe for target 'uboot_build' failed
  make[2]: *** [uboot_build] Error 2
  make[2]: Leaving directory '/usr/local/PROCESSOR_SDK_VISION_03_00_00_00/vision_sdk/build/hlos/makerules/linux'
  build_uboot.mk:13: recipe for target 'uboot' failed
  make[1]: *** [uboot] Error 2
  make[1]: Leaving directory '/usr/local/PROCESSOR_SDK_VISION_03_00_00_00/vision_sdk/build/hlos/makerules/linux'
  Makefile:400: recipe for target 'uboot' failed
  make: *** [uboot] Error 2