Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
yocto中的madplay错误_Yocto_Openembedded_Build System - Fatal编程技术网

yocto中的madplay错误

yocto中的madplay错误,yocto,openembedded,build-system,Yocto,Openembedded,Build System,我正在编译yocto中的madplay错误,下面给出了错误 | configure.ac:146: the top level | configure.ac:46: installing './compile' | configure.ac:29: installing './missing' | Makefile.am:78: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | Makefile.a

我正在编译
yocto
中的
madplay
错误,下面给出了错误

| configure.ac:146: the top level
| configure.ac:46: installing './compile'
| configure.ac:29: installing './missing'
| Makefile.am:78: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
| Makefile.am: error: required file './NEWS' not found
| Makefile.am: error: required file './AUTHORS' not found
| Makefile.am: error: required file './ChangeLog' not found
| Makefile.am: installing './depcomp'
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.
| WARNING: exit code 1 from a shell command.

它将在错误日志中查找以下文件

|Makefile.am:错误:找不到必需的文件
。/NEWS'

|Makefile.am:错误:找不到所需的文件
。/AUTHORS'

|Makefile.am:错误:找不到必需的文件
。/ChangeLog'


查看下面的链接以了解

谢谢你。它为我工作,并感谢堆栈溢出,我在这里得到了快速的答复。我很高兴加入这里。