<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Errors while Compiling busy box for android on i.mx53 QSB board in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213537#M13193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your replies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you compiled the busy box for android i.mx53 board, if so could you please share the links of the busy box which you have downloaded &amp;amp; if you have any documents pertaining to how to compile busy box coud you please share with me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I am stuck with the above errors &amp;amp; bot able to succeed further, could you please help me as am new to this android platform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks in advance,&lt;/P&gt;&lt;P&gt;Srinivasan S&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;CITE&gt;Krishna Pavan said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/errors-while-compiling-busy-box-for-android-on-i-mx53-qsb-board?groupUrl=bringup-and-build&amp;amp;commentId=4103961%3AComment%3A60599&amp;amp;xg_source=msg_com_gr_forum#4103961Comment60599"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi Srinivasan,&lt;/P&gt;&lt;P&gt;Are you sure you have exported the PATH variable to the respective shell properly.&lt;/P&gt;&lt;P&gt;Some errors are related to compiler, as they could not link up the proper library.&lt;/P&gt;&lt;P&gt;You have to use your cross_compiler[CC] and not the "just for reference" CC in the instruction list.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Regards :: Krishna Pavan&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 06:05:01 GMT</pubDate>
    <dc:creator>admin</dc:creator>
    <dc:date>2012-02-22T06:05:01Z</dc:date>
    <item>
      <title>Errors while Compiling busy box for android on i.mx53 QSB board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213535#M13191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I started compiling busy box by downloading the source from the below link by executing the following commands&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://omapedia.org/wiki/Android_Installing_Busybox_Command_Line_Tools" target="_blank"&gt;http://omapedia.org/wiki/Android_Installing_Busybox_Command_Line_Tools&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ubuntu@ubuntu-laptop:~$ git clone git://&lt;/SPAN&gt;&lt;A href="http://busybox.net/busybox.git" target="_blank"&gt;busybox.net/busybox.git&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;ubuntu@ubuntu-laptop:~$ cd busybox/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ubuntu@ubuntu-laptop:~$ git checkout -b my_working_branch 1_19_3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;configured the busybox using the following command&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;make ARCH=arm CROSS_COMPILE=arm-eabi- menuconfig&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In menuconfig set the following options&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Busybox Settings --&amp;gt; Build Options --&amp;gt; Build Busybox as a static binary (no shared libs)&amp;nbsp; -&amp;nbsp; Enable this option by pressing "Y"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Busybox Settings --&amp;gt; Build Options --&amp;gt; Cross compiler prefix&amp;nbsp; -&amp;nbsp; Set this option equal to "arm-none-linux-gnueabi-"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Busybox Settings --&amp;gt; General Configuration --&amp;gt; Don't use /usr&amp;nbsp; -&amp;nbsp; Enable this option by pressing "Y"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Linux Module Utilities --&amp;gt; [ ] Simplified modutils&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*]&amp;nbsp;&amp;nbsp; insmod&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*]&amp;nbsp;&amp;nbsp; rmmod&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*]&amp;nbsp;&amp;nbsp; lsmod&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pretty output&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ ]&amp;nbsp;&amp;nbsp; modprobe&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ ]&amp;nbsp;&amp;nbsp; depmod&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Linux Module Utilities --&amp;gt; [ ] Support version 2.2/2.4 Linux kernels&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Linux Module Utilities --&amp;gt; [ ] Try to load module from a mmap'ed area&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Linux Module Utilities --&amp;gt; [*] Support tainted module checking with new kernels&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Linux Module Utilities --&amp;gt; () Default directory containing modules - Set this option to nothing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Linux Module Utilities --&amp;gt; () Default name of modules.dep - Set this option to nothing&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And builded using the below command&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ubuntu@ubuntu-laptop:~/&lt;/SPAN&gt;&lt;SPAN&gt;busybox$ make ARCH=arm CROSS_COMPILE=arm-eabi-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; SPLIT&amp;nbsp;&amp;nbsp; include/autoconf.h -&amp;gt; include/config/*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; GEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/bbconfigopts.h&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; HOSTCC&amp;nbsp; applets/usage&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;applets/usage.c: In function ‘main’:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;applets/usage.c:52: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; GEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/usage_compressed.h&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; HOSTCC&amp;nbsp; applets/applet_tables&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;applets/applet_tables.c: In function ‘main’:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;applets/applet_tables.c:151: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; GEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/applet_tables.h&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; CC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; applets/applets.o&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from include/libbb.h:13,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from include/busybox.h:8,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from applets/applets.c:9:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/platform.h:138:20: error: limits.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/platform.h:149:23: error: byteswap.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/platform.h:150:21: error: endian.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/platform.h:175:3: error: #error "Can't determine endianness"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/platform.h:178:5: warning: "ULONG_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/platform.h:183:5: warning: "BB_BIG_ENDIAN" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/platform.h:206:20: error: stdint.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from include/libbb.h:13,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from include/busybox.h:8,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from applets/applets.c:9:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/platform.h:208: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb__aliased_uint16_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/platform.h:209: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb__aliased_uint32_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/platform.h:283:20: error: unistd.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from include/busybox.h:8,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from applets/applets.c:9:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:15:19: error: ctype.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:16:20: error: dirent.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:17:19: error: errno.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:18:19: error: fcntl.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:19:22: error: inttypes.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:20:19: error: netdb.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:21:20: error: setjmp.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:22:20: error: signal.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:30:19: error: stdio.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:31:20: error: stdlib.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:34:20: error: string.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:37:43: error: libgen.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:40:22: error: sys/poll.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:41:23: error: sys/ioctl.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:42:22: error: sys/mman.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:43:24: error: sys/socket.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:44:22: error: sys/stat.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:45:22: error: sys/time.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:46:23: error: sys/types.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:48:28: error: sys/sysmacros.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:50:22: error: sys/wait.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:51:21: error: termios.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:52:18: error: time.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:53:23: error: sys/param.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:54:17: error: pwd.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:55:17: error: grp.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:69:21: error: mntent.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:72:25: error: sys/statfs.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:87:19: error: utmp.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:116:24: error: arpa/inet.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from include/libbb.h:183,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from include/busybox.h:8,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from applets/applets.c:9:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/pwd_.h:70: error: expected ')' before '__uid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/pwd_.h:87: error: expected ')' before '__uid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/pwd_.h:99: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from include/libbb.h:184,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from include/busybox.h:8,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from applets/applets.c:9:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/grp_.h:71: error: expected ')' before '__gid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/grp_.h:89: error: expected ')' before '__gid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/grp_.h:101: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/grp_.h:109: error: expected declaration specifiers or '...' before 'gid_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/grp_.h:110: error: expected declaration specifiers or '...' before 'gid_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/grp_.h:115: error: expected declaration specifiers or '...' before 'gid_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:215:6: warning: "ULONG_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from include/busybox.h:8,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from applets/applets.c:9:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:256: error: 'off_t' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:301:7: warning: "ULONG_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:303: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb_bswap_64'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:320: error: expected ')' before 'mode'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:354: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'recurse_flags_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:356: warning: 'struct stat' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:356: warning: its scope is only this definition or declaration, which is probably not what you want&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:357: warning: 'struct stat' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:366: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb_copyfd_eof'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:367: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb_copyfd_size'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:368: error: expected declaration specifiers or '...' before 'off_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:371: error: expected ')' before 'sz'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:396: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:397: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:424: error: 'SIGHUP' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:425: error: 'SIGINT' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:426: error: 'SIGTERM' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:427: error: 'SIGPIPE' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:428: error: 'SIGQUIT' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:429: error: 'SIGABRT' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:430: error: 'SIGALRM' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:431: error: 'SIGVTALRM' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:432: error: 'SIGXCPU' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:433: error: 'SIGXFSZ' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:434: error: 'SIGUSR1' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:435: error: 'SIGUSR2' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:452: warning: 'struct sigaction' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:460: error: expected ')' before 'gid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:461: error: expected ')' before 'uid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:468: warning: 'struct stat' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:469: warning: 'struct stat' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:479: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xlseek'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:481: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fdlength'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:495: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'socktype_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:496: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'family_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:499: error: 'SOCK_STREAM' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:500: error: 'SOCK_DGRAM' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:501: error: 'SOCK_RDM' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:502: error: 'SOCK_SEQPACKET' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:503: error: 'SOCK_RAW' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:506: error: 'AF_UNSPEC' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:507: error: 'AF_INET' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:508: error: 'AF_INET6' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:509: error: 'AF_UNIX' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:522: warning: 'struct tm' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:523: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'validate_tm_time'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:527: warning: 'struct sockaddr' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:529: warning: 'struct sockaddr' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:530: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xsendto'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:546: error: field 'sa' has incomplete type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:547: error: field 'sin' has incomplete type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:549: error: field 'sin6' has incomplete type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:557: error: field 'sa' has incomplete type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:558: error: field 'sin' has incomplete type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:560: error: field 'sin6' has incomplete type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:605: error: expected declaration specifiers or '...' before 'sa_family_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:606: error: expected declaration specifiers or '...' before 'sa_family_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:631: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'send_to_from'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:635: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'recv_from_to'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:640: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'inet_cksum'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:677: error: expected declaration specifiers or '...' before 'FILE'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:697: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'safe_read'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:698: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'nonblock_immune_read'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:701: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'full_read'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:704: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'read_close'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:705: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'open_read_close'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:729: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'safe_write'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:732: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'full_write'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:735: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'full_write1_str'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:736: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'full_write2_str'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:743: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:750: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:752: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:754: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:756: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:758: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:760: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:764: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:768: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:769: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:771: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:773: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:774: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:775: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:776: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:777: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:778: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:779: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:780: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:789: error: expected declaration specifiers or '...' before 'nfds_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:789: warning: 'struct pollfd' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:820: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from include/libbb.h:827,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from include/busybox.h:8,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from applets/applets.c:9:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:86:5: warning: "ULONG_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:86:18: warning: "ULLONG_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:94:5: warning: "UINT_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:94:17: warning: "ULLONG_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:96:7: warning: "UINT_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:96:19: warning: "ULONG_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from include/libbb.h:827,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from include/busybox.h:8,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from applets/applets.c:9:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:104: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'BUG_xatou32_unimplemented'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:105: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xatou32'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:130:5: warning: "ULONG_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:130:18: warning: "ULLONG_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:142:5: warning: "UINT_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:142:17: warning: "ULLONG_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:149:7: warning: "UINT_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:149:19: warning: "ULONG_MAX" is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:161: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'BUG_bb_strtou32_&lt;/SPAN&gt;&lt;SPAN&gt;unimplemented'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:163: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb_strtou32'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/xatonum.h:172: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb_strtoi32'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from include/busybox.h:8,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from applets/applets.c:9:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:840: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xatou16'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:852: error: expected specifier-qualifier-list before 'uid_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:863: error: expected ')' before 'uid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:864: error: expected ')' before 'gid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:865: error: expected ')' before 'uid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:866: error: expected ')' before 'gid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:867: error: expected ')' before 'uid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:868: error: expected ')' before 'gid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:869: error: expected ')' before 'uid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:870: error: expected ')' before 'gid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:872: error: expected ')' before 'uid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:873: error: expected ')' before 'gid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:876: error: 'uid_t' undeclared here (not in a function)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:884: error: expected ')' before 'pid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:885: error: expected ')' before 'pid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:923: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xfork'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:927: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'spawn'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:928: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xspawn'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:930: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'safe_waitpid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:931: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wait_any_nohang'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:940: error: expected ')' before 'pid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1011: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'option_mask32'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1012: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'getopt32'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1056: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xfunc_error_retval'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1057: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'die_jmp'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1153: warning: 'struct mntent' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1157: error: expected ')' before 'speed'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1158: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'tty_value_to_baud'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1180: error: expected declaration specifiers or '...' before 'mode_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1203: error: expected specifier-qualifier-list before 'FILE'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1210: error: expected declaration specifiers or '...' before 'FILE'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from include/busybox.h:8,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from applets/applets.c:9:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1328: warning: 'struct termios' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1345: warning: 'struct stat' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1346: warning: 'struct stat' declared inside parameter list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1422: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'read_key'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1511: error: expected ')' before 'pid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1515: error: expected specifier-qualifier-list before 'DIR'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1593: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1594: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1617: error: expected ')' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1620: error: expected specifier-qualifier-list before 'uint8_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1628: error: expected specifier-qualifier-list before 'uint64_t'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1645: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1646: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1647: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'crc32_block_endian1'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/libbb.h:1648: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'crc32_block_endian0'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from applets/applets.c:9:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/busybox.h:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'applet_nameofs'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/busybox.h:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'applet_install_loc'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make[1]: *** [applets/applets.o] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [applets_dir] Error 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting the above errors but am unable to resolve the above errors, could you please let me know how to overcome the above problem or is there any specific source codes for busybox which is meant only for android i.mx53 board or if the above source code of busy box works for android imx53 board, please help me in resolving the above errors or any other steps to be followed in compiling the above source code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly do the needful as soon as possible, if u find any solution&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="gmail_quote"&gt;Srinivasan&lt;BR /&gt;&lt;A href="mailto:srinivasan.rns@gmail.com" target="_blank"&gt;srinivasan.rns@gmail.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://srinivasan.energywin.in/" target="_blank"&gt;srinivasan.energywin.in&lt;/A&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 04:36:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213535#M13191</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2012-02-22T04:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while Compiling busy box for android on i.mx53 QSB board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213536#M13192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivasan,&lt;/P&gt;&lt;P&gt;Are you sure you have exported the PATH variable to the respective shell properly.&lt;/P&gt;&lt;P&gt;Some errors are related to compiler, as they could not link up the proper library.&lt;/P&gt;&lt;P&gt;You have to use your cross_compiler[CC] and not the "just for reference" CC in the instruction list.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Regards :: Krishna Pavan&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 05:57:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213536#M13192</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-02-22T05:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while Compiling busy box for android on i.mx53 QSB board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213537#M13193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your replies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you compiled the busy box for android i.mx53 board, if so could you please share the links of the busy box which you have downloaded &amp;amp; if you have any documents pertaining to how to compile busy box coud you please share with me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I am stuck with the above errors &amp;amp; bot able to succeed further, could you please help me as am new to this android platform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks in advance,&lt;/P&gt;&lt;P&gt;Srinivasan S&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;CITE&gt;Krishna Pavan said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/errors-while-compiling-busy-box-for-android-on-i-mx53-qsb-board?groupUrl=bringup-and-build&amp;amp;commentId=4103961%3AComment%3A60599&amp;amp;xg_source=msg_com_gr_forum#4103961Comment60599"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi Srinivasan,&lt;/P&gt;&lt;P&gt;Are you sure you have exported the PATH variable to the respective shell properly.&lt;/P&gt;&lt;P&gt;Some errors are related to compiler, as they could not link up the proper library.&lt;/P&gt;&lt;P&gt;You have to use your cross_compiler[CC] and not the "just for reference" CC in the instruction list.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Regards :: Krishna Pavan&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 06:05:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213537#M13193</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2012-02-22T06:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while Compiling busy box for android on i.mx53 QSB board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213538#M13194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivasan,&lt;/P&gt;&lt;P&gt;I have used busybox 1.19.2 for other software. I can't help you with the same for i.MX53.&lt;/P&gt;&lt;P&gt;But,&lt;/P&gt;&lt;P&gt;1. do you have a proper cross-compiler?&lt;/P&gt;&lt;P&gt;2. have you exported a proper cross-compiler to the shell?&lt;/P&gt;&lt;P&gt;The errors are related to cross_compiler also, that's what I have told.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Regards :: Krishna Pavan&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 06:11:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213538#M13194</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-02-22T06:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while Compiling busy box for android on i.mx53 QSB board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213539#M13195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear sir,&lt;/P&gt;&lt;P&gt;Thanks f or your replies,&lt;/P&gt;&lt;P&gt;I used the cross compiler which i had used for building the android on mx53 board for compiling busy box&lt;/P&gt;&lt;P&gt;I have exported the same cross compiler for compiling busy box&lt;/P&gt;&lt;P&gt;I hope the cross compiler which i have used for building android on mx53 board is not flexible for compiling busy box, so is there any other cross compilers for compiling busy box for my android mx53 QSB&lt;/P&gt;&lt;P&gt;Pls correct me if my assumption is wrong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivasan&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;CITE&gt;Krishna Pavan said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/errors-while-compiling-busy-box-for-android-on-i-mx53-qsb-board?groupUrl=bringup-and-build&amp;amp;xg_source=activity#4103961Comment60901"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi Srinivasan,&lt;/P&gt;&lt;P&gt;I have used busybox 1.19.2 for other software. I can't help you with the same for i.MX53.&lt;/P&gt;&lt;P&gt;But,&lt;/P&gt;&lt;P&gt;1. do you have a proper cross-compiler?&lt;/P&gt;&lt;P&gt;2. have you exported a proper cross-compiler to the shell?&lt;/P&gt;&lt;P&gt;The errors are related to cross_compiler also, that's what I have told.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Regards :: Krishna Pavan&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 06:43:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213539#M13195</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2012-02-22T06:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while Compiling busy box for android on i.mx53 QSB board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213540#M13196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I hope you exported it a proper way like, export PATH = .....&amp;lt;path&amp;gt; and later export the environment variable like export CROSS_COMPILE.&lt;/P&gt;&lt;P&gt;OK, I got it, place your busybox directory at some other place and specify the target directory. I did the same.&lt;/P&gt;&lt;P&gt;By doing so you get a binary in the build directory itself.&lt;/P&gt;&lt;P&gt;Regards :: Krishna Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 07:36:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213540#M13196</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-02-22T07:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while Compiling busy box for android on i.mx53 QSB board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213541#M13197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might need&lt;/P&gt;&lt;P&gt;LOCAL_MULTILIB := both&lt;/P&gt;&lt;P&gt;in your makefile, and you might get a bit further.&lt;/P&gt;&lt;P&gt;(I have other problems compiling now)&lt;/P&gt;&lt;P&gt;I am also trying to compile busybox properly for arm64,&lt;/P&gt;&lt;P&gt;and everything that is out there just does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 15:14:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-while-Compiling-busy-box-for-android-on-i-mx53-QSB-board/m-p/213541#M13197</guid>
      <dc:creator>wsmith</dc:creator>
      <dc:date>2018-01-04T15:14:58Z</dc:date>
    </item>
  </channel>
</rss>

