简体   繁体   English

在构建Xenomai时如何解决错误“目标的文档'doc / automake-1.14.1'失败”

[英]How to fix error “'recipe for target ”doc/automake-1.14.1' failed" while building Xenomai

I am building Xenomai 2 on a Kernel version 3 with buildroot. 我正在使用buildroot在内核版本3上构建Xenomai 2。 Buildroot ist done. Buildroot完成。 Now I am trying to compile it with the "make" command. 现在,我尝试使用“ make”命令进行编译。 When I try to compile with the "make" command it appears a failure: recipe for target 'doc/automake-1.14.1' failed. 当我尝试使用“ make”命令进行编译时,它似乎失败:目标'doc / automake-1.14.1'的配方失败。 Any help how I can solve that problem? 对我如何解决该问题有帮助吗?

Ubuntu already has automake version 1.15.1. Ubuntu已经具有automake版本1.15.1。 So I don't really know why it is making the 1.14.1 version while building. 所以我真的不知道为什么在构建时会制作1.14.1版本。 Can I change that somewhere? 我可以在某个地方更改它吗? I have also tried to install the 1.14.1 version but that did not work because it did not find that version, although I have downloaded it... 我也曾尝试安装1.14.1版本,但这没用,因为虽然我已经下载了它,但没有找到该版本...

Here is the cmd-window output: 这是cmd窗口输出:

  GEN      doc/automake-1.14.1
help2man: can't get `--help' info from automake-1.14
Try `--no-discard-stderr' if option outputs to stderr
Makefile:3707: recipe for target 'doc/automake-1.14.1' failed
make[1]: *** [doc/automake-1.14.1] Error 255
make[1]: Leaving directory '/home/daniel/Desktop/ccode/Daniel/buildroot-2014.08/output/build/host-automake-1.14.1'
package/pkg-generic.mk:177: recipe for target '/home/daniel/Desktop/ccode/Daniel/buildroot-2014.08/output/build/host-automake-1.14.1/.stamp_built' failed
make: *** [/home/daniel/Desktop/ccode/Daniel/buildroot-2014.08/output/build/host-automake-1.14.1/.stamp_built] Error 2

````````````````

This issue was fixed on September 11, 2014 by commit 2020ddbd0f2c32863e6be69a235852a088744c28 . 此问题已在2014年9月11日通过commit 2020ddbd0f2c32863e6be69a235852a088744c28解决 Please use an up-to-date version of Buildroot. 请使用Buildroot的最新版本。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Automake - 安装版本'automake-1.14.1'有困难 - Automake - difficulty with installing version 'automake-1.14.1' 在 Ubuntu 中编译 xv6 时出错(Makefile:124: recipe for target 'kernel' failed) - Error while compiling xv6 in Ubuntu(Makefile:124: recipe for target 'kernel' failed) Makefile:252:目标“安装”的配方失败 - Makefile:252: recipe for target 'install' failed Makefile | Make 后清理 - 错误:没有这样的文件或目录 | 错误:目标配方 * 失败 - Makefile | Cleaning up after Make - Error: No such file or directory | Error: recipe for target * failed 在本地安装 GTK-2 时:目标“updateiconcache.o”的配方失败 - While installing GTK-2 locally: recipe for target 'updateiconcache.o' failed 带有 cuda9 错误的 OpenCV 安装:Makefile:160: 目标 'all' 的配方失败 make: *** [all] 错误 2 - OpenCV installation with cuda9 error: Makefile:160: recipe for target 'all' failed make: *** [all] Error 2 Makefile:138: 在安装 TooN、libCVD 和 Gvars3 时,目标“全部”失败的配方错误 - Makefile:138: recipe for target 'all' failed error in the Installation of TooN, libCVD, and Gvars3 目标“全部”的配方在Ubuntu 15.10 64位上失败 - recipe for target 'all' failed on Ubuntu 15.10 64-bit Makefile:10: 目标“模块”的配方在多个 debian 发行版上失败 - Makefile:10: recipe for target 'modules' failed on multiple debian distros autotools中的automake错误消息 - automake error message in autotools
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM