buildroot交叉编译出现如下错误的时候:
You seem to have the current working directory in your
LD_LIBRARY_PATH environment variable. This doesn't work.
support/dependencies/dependencies.mk:21: recipe for target 'dependencies' failed
make[1]: *** [dependencies] Error 1
Makefile:84: recipe for target '_all' failed
make: *** [_all] Error 2
解决最有效的办法是:$ sudo make


本文详细介绍了在使用Buildroot进行交叉编译时遇到的一个常见错误:当前工作目录出现在LD_LIBRARY_PATH环境变量中,导致依赖构建失败。文章提供了具体的解决步骤,即通过sudo权限重新运行make命令来修复该问题。
1408

被折叠的 条评论
为什么被折叠?



