Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile:202: recipe for target 'libs_only' failed 编译带USB固件 无法编译 #38

Closed
ghost opened this issue Jul 21, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 21, 2022

configure: creating ./config.status
config.status: creating libusb-1.0.pc
config.status: creating Makefile
config.status: creating libusb/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.cfg
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[3]: Leaving directory '/opt/rt-n56u/trunk/libs/libusb-1.0'
make -j2 -C libusb-1.0.25
make[3]: Entering directory '/opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.25'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.25/missing' aclocal-1.16 -I m4
/opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.25/missing: line 81: aclocal-1.16: command not found
WARNING: 'aclocal-1.16' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
Makefile:420: recipe for target 'aclocal.m4' failed
make[3]: Leaving directory '/opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.25'
Makefile:6: recipe for target 'all' failed
make[2]: Leaving directory '/opt/rt-n56u/trunk/libs/libusb-1.0'
https://www.gnu.org/software/automake
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
https://www.gnu.org/software/autoconf
Makefile:227: recipe for target 'all' failed
https://www.gnu.org/software/m4/
make[1]: Leaving directory '/opt/rt-n56u/trunk/libs'
https://www.perl.org/
make[3]: *** [aclocal.m4] Error 127
make[2]: *** [all] Error 2
make[1]: *** [all] Error 2
make: *** [libs_only] Error 2
Makefile:202: recipe for target 'libs_only' failed

@ghost
Copy link
Author

ghost commented Jul 21, 2022

原本使用https://github.com/vb1980/Padavan-KVR 编译失败。使用该项目替换libusb成功编译

@ghost ghost closed this as completed Jul 21, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants