<div dir="ltr"><div>I could use some help trying to build toybox.<br><br><br></div><div>I have tried building the last three versions and get the same basic errors:<br><br>[rking@rkmini toybox-0.5.2]$ make defconfig<br>cc -o kconfig/conf kconfig/conf.c kconfig/zconf.tab.c -DKBUILD_NO_NLS=1 \<br>        -DPROJECT_NAME=\"ToyBox\"<br>In file included from kconfig/zconf.tab.c:158:0:<br>kconfig/zconf.hash.c:161:43: warning: ‘kconf_id_strings_contents’ is static but used in inline function ‘kconf_id_lookup’ which is not static<br> #define kconf_id_strings ((const char *) &kconf_id_strings_contents)<br>                                           ^<br>kconfig/zconf.hash.c:233:44: note: in expansion of macro ‘kconf_id_strings’<br>               register const char *s = o + kconf_id_strings;<br>                                            ^<br>kconfig/zconf.hash.c:226:26: warning: ‘kconf_id_hash’ is static but used in inline function ‘kconf_id_lookup’ which is not static<br>       register int key = kconf_id_hash (str, len);<br>                          ^<br>kconfig/zconf.hash.c:177:26: warning: ‘wordlist’ is static but declared in inline function ‘kconf_id_lookup’ which is not static<br>   static struct kconf_id wordlist[] =<br>                          ^<br>/tmp/cc8dkAWm.o: In function `zconfparse':<br>zconf.tab.c:(.text+0xa59): undefined reference to `kconf_id_lookup'<br>/tmp/cc8dkAWm.o: In function `zconflex':<br>zconf.tab.c:(.text+0x23ed): undefined reference to `kconf_id_lookup'<br>zconf.tab.c:(.text+0x253f): undefined reference to `kconf_id_lookup'<br>collect2: error: ld returned 1 exit status<br>kconfig/Makefile:61: recipe for target 'kconfig/conf' failed<br>make: *** [kconfig/conf] Error 1<br><br>[rking@rkmini toybox-0.5.2]$ uname -a<br>Linux rkmini 4.1.6-1-ARCH #1 SMP PREEMPT Mon Aug 17 08:52:28 CEST 2015 x86_64 GNU/Linux<br><br>[rking@rkmini toybox-0.5.2]$ gcc --version<br>gcc (GCC) 5.2.0<br>Copyright (C) 2015 Free Software Foundation, Inc.<br>This is free software; see the source for copying conditions.  There is NO<br>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br><br><br><br></div></div>