错误提示:arm-buildroot-linux-gnueabihf-gcc: command not found
问题已解决!!!
大家不要看《预览版》的应用手册!!!
跟着最新版的手册来做!!!
可能是需要export PATH = $PATH:/......交叉编译工具的路径。具体命令请查一下文档,或找一下网络 资料。
比如:
export PATH = $PATH:你的交叉编译工具链的bin目录,要可以看到gcc, g++, objdump等工具的目录。