Hi,
According to thread https://e2e.ti.com/support/processors/f/791/t/944099 ,I type command "make u-boot-r5 -sj" to rebuild u-boot, R5 SPL, and A72 spl.But some errors occur and I can't find the solution.The errors are shown below.Can you help me solve it?
vmuser@ubuntu:~/ti-processor-sdk-linux-automotive-j7-evm-07_00_00$ sudo make u-boot-r5 -sj
[sudo] password for vmuser:
===================================
Building U-boot for R5
===================================
make[2]: /home/vmuser/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc: Command not found
/bin/sh: /home/vmuser/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc: No such file or directory
dirname: missing operand
Try 'dirname --help' for more information.
/home/vmuser/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/board-support/u-boot-2020.01+gitAUTOINC+f9b0d030d3-gf9b0d030d3/scripts/binutils-version.sh: line 18: /home/vmuser/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-as: No such file or directory
/bin/sh: /home/vmuser/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc: No such file or directory
/home/vmuser/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/board-support/u-boot-2020.01+gitAUTOINC+f9b0d030d3-gf9b0d030d3/scripts/Makefile.autoconf:77: recipe for target 'u-boot.cfg' failed
make[3]: *** [u-boot.cfg] Error 1
make[2]: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/uboot.release'. Stop.
Makefile:167: recipe for target 'sub-make' failed
make[1]: *** [sub-make] Error 2
Makefile:140: recipe for target 'u-boot-r5' failed
make: *** [u-boot-r5] Error 2
Regards!
HJ