|
#make
SPLIT include/autoconf.h -> include/config/*
GEN include/bbconfigopts.h
HOSTCC applets/usage
GEN include/usage_compressed.h
CC applets/applets.o
applets/applets.c:20:2: 错误:#warning Static linking against glibc produces buggy executables
applets/applets.c:21:2: 错误:#warning (glibc does not cope well with ld --gc-sections).
applets/applets.c:22:2: 错误:#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400
applets/applets.c:23:2: 错误:#warning Note that glibc is unsuitable for static linking anyway.
applets/applets.c:24:2: 错误:#warning If you still want to do it, remove -Wl,--gc-sections
applets/applets.c:25:2: 错误:#warning from top-level Makefile and remove this warning.
make[1]: *** [applets/applets.o] 错误 1
make: *** [applets] 错误 2 |
|