我正在尝试按照此博客构建 Linaro 图像:
http://fullshovel.wordpress.com/2012/06/18/new-life-into-a-linaro-based-server-image/
(我也尝试遵循以下说明: https://wiki.linaro.org/Platform/DevPlatform/CrossCompile/LiveBuild)
我得到以下输出:
lb build --verbose
[2014-03-10 22:55:37] lb_build --verbose
[2014-03-10 22:55:37] lb_bootstrap --verbose
P: Setting up cleanup function
[2014-03-10 22:55:37] lb_bootstrap_cache restore --verbose
W: skipping /usr/lib/live/build/lb_bootstrap_cache, foreign architecture(s).
[2014-03-10 22:55:37] lb_bootstrap_copy --verbose
[2014-03-10 22:55:37] lb_bootstrap_cdebootstrap --verbose
[2014-03-10 22:55:37] lb_bootstrap_debootstrap --verbose
[2014-03-10 22:55:37] lb_bootstrap_cache save --verbose
W: skipping /usr/lib/live/build/lb_bootstrap_cache, foreign architecture(s).
P: Begin unmounting filesystems...
P: Saving caches...
[2014-03-10 22:55:38] lb_chroot --verbose
P: Setting up cleanup function
[2014-03-10 22:55:38] lb_chroot_cache restore --verbose
[2014-03-10 22:55:38] lb_chroot_devpts install --verbose
[2014-03-10 22:55:38] lb_testroot
E: lb_chroot_devpts: one of .build/config .build/bootstrap is missing
P: Begin unmounting filesystems...
P: Saving caches...
.build
我在执行的目录中没有目录lb build
。发生了什么事?我尝试使用--verbose
和,--debug
但lb
没有提供有关失败原因的更多信息。
我必须安装什么依赖项才能使其工作?
我正在使用 Ubuntu 13.10 和 lb 版本 3.0~a57-1。