automake-1.15: command not found
问题描述
Some user space application needs the automake 1.15 version. If you do not have automake in
your build system, install it
解决方案
$ sudo apt-get install automake
aaclocal-1.15: command not found
问题描述
make -C util-linux-2.29
make[3]: Entering directory
'/home2/patrickliao/98f_src/0418/luna_8198f/user/util-linux/util-linux-2.29'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh
/home2/patrickliao/98f_src/0418/luna_8198f/user/util-linux/util-linux-2.29/config/missing
aclocal-1.15 -I m4
configure.ac:147: error: Could not locate the pkg-config autoconf
macros. These are usually located in /usr/share/aclocal/pkg.m4.
If your macros are in a different location, try setting the
environment variable AL_OPTS="-I/other/macro/dir" before running
./autogen.sh or autoreconf again.
configure.ac:147: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
解决方案
$ sudo apt-get install pkg-config
【Realtek sdk-4.4.1】RTL8198D编译环境搭建及固件编译_wgl307293845的博客-CSDN博客
版权声明:本文为wgl307293845原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。