【发布时间】:2013-12-20 03:21:24
【问题描述】:
当我在 ubuntu 中交叉编译 u-boot 代码并给出如下命令时
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- distclean
错误是:
系统未配置 - 请参阅自述文件错误[1]
解决办法是什么?
谢谢。
哈迪克·加贾尔
【问题讨论】:
-
什么是 "x-loder"?尝试
make distclean或make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-,而不是全部尝试。但是您可能需要为板配置 U-Boot,例如make myboard_config。 U-Boot manual -
看起来 u-boot 还没有为板配置。因此,现在不需要 distclean。 @sawdust x-loader 和 u-boot 分别是第一阶段和第二阶段的引导加载程序。
标签: bootloader u-boot