安装完SDK后,按照TI的文档编译U-BOOT后出现了/bin/bash: arm-arago-linux-gnueabi-gcc: command not found
求解答,十分感谢
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.
安装完SDK后,按照TI的文档编译U-BOOT后出现了/bin/bash: arm-arago-linux-gnueabi-gcc: command not found
求解答,十分感谢
交叉编译环境没有安装,或者编译环境安装后工具链的路径没有正确指定。看guide
果然是编译环境安装后工具链的路径没有正确指定。指定EXPORT PATH路径就可以了
果然是编译环境安装后工具链的路径没有正确指定。指定EXPORT PATH路径就可以了
非常感谢
你还是好好看看我们的wiki上的guide吧,很多东西都写的很清楚,避免后面走弯路,good luck:)