Hi,
SDK:ti-processor-sdk-linux-am335x-evm-06.00.00.07
ubuntu:18.04
How to resolve that?
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.
Hi,
SDK:ti-processor-sdk-linux-am335x-evm-06.00.00.07
ubuntu:18.04
How to resolve that?
Hi,
I could access etc/environment successfully.
1、After i added export PATH=$PATH:/home/wang/am335x/linux-devkit/sysroots/x86_64-arago-linux/usr/bin in etc/environment under /home/wang/am335x/board-support/u-boot-2019.01+gitAUTOINC+8b90adfb16-g8b90adfb16. I could not find my arm-linux-gnueabihf
2、I tried to directly export PATH=$PATH:/home/wang/am335x/linux-devkit/sysroots/x86_64-arago-linux/usr/bin under /home/wang/am335x/board-support/u-boot-2019.01+gitAUTOINC+8b90adfb16-g8b90adfb16, and then make uboot, it failed like above screenshot.
Did you source the etc/environment with source etc/environment command? Can you also post the output of whereis cc command? I think you messed up the bash $PATH environment variable.
Can you also post the output of these commands?
echo $PATH
ls -al /usr/bin/cc
readlink /etc/alternatives/cc
Yes, that command solved my issue. Is it because i didn't connect the net when i installed ubuntu in VM? I found it often prompts me "xxx not found" when i build uboot.
Maybe. Can you mark the answer with the command as "This resolved my issue" now?