Part Number: TDA2PXEVM
Hi, I am trying to compile uboot for dra7xx by doing mender patches but I am getting below errors. Please let me know how to proceed further.
[linux-devkit]:~/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03> make u-boot
make -C /home/user/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/board-support/u-boot CROSS_COMPILE=/home/user/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- dra7xx_evm_config
make[1]: Entering directory '/home/user/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/board-support/u-boot'
HOSTCC scripts/kconfig/conf.o
scripts/kconfig/conf.c:722:1: fatal error: opening dependency file scripts/kconfig/.conf.o.d: Permission denied
}
^
compilation terminated.
scripts/Makefile.host:111: recipe for target 'scripts/kconfig/conf.o' failed
make[2]: *** [scripts/kconfig/conf.o] Error 1
Makefile:477: recipe for target 'dra7xx_evm_config' failed
make[1]: *** [dra7xx_evm_config] Error 2
make[1]: Leaving directory '/home/user/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/board-support/u-boot'
Makefile:119: recipe for target 'u-boot' failed
make: *** [u-boot] Error 2
[linux-devkit]:~/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03> sudo make u-boot
[sudo] password for user:
make -C /home/user/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/board-support/u-boot CROSS_COMPILE=/home/user/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- dra7xx_evm_config
make[1]: Entering directory '/home/user/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/board-support/u-boot'
#
# configuration written to .config
#
make[1]: Leaving directory '/home/user/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/board-support/u-boot'
make -C /home/user/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/board-support/u-boot CROSS_COMPILE=/home/user/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
make[1]: Entering directory '/home/user/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/board-support/u-boot'
scripts/kconfig/conf --silentoldconfig Kconfig
/bin/sh: -c: line 1: syntax error: unexpected end of file
scripts/Makefile.autoconf:106: recipe for target 'include/config.h' failed
make[2]: *** [include/config.h] Error 1
make[1]: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/uboot.release'. Stop.
make[1]: Leaving directory '/home/user/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/board-support/u-boot'
Makefile:119: recipe for target 'u-boot' failed
make: *** [u-boot] Error 2
Thank you,
Deepthi