Using Git on x86_64, make defconfig && make gives this error...

...
klogd (KLOGD) [Y/n/?] y
logger (LOGGER) [Y/n/?] y
gcc -march=x86-64 -mtune=generic -O2 -pipe -Wall -Wshadow -Wwrite-strings -Wundef 
-Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value 
-Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement 
-Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer 
-ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char 
-static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os   
-std=gnu99 -Iinclude -Ilibbb  -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 
-D"BB_VER=KBUILD_STR(1.16.0.git)" -DBB_BT=AUTOCONF_TIMESTAMP   
applets/usage_pod.c   m crypt -o applets/usage_pod
gcc: m: No such file or directory
gcc: crypt: No such file or directory
applets/usage_pod.c:19:27: error: applet_tables.h: No such file or directory
applets/usage_pod.c: In function 'main':
applets/usage_pod.c:45: error: 'applet_names' undeclared (first use in this 
function)
applets/usage_pod.c:45: error: (Each undeclared identifier is reported only once
applets/usage_pod.c:45: error: for each function it appears in.)
...

--markc

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to