<?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: error tftp: not found in the android shell using ethernet while transfering a file in i.MX53 QSB in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210360#M12516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a lot of TFTP client source code, you can dig into internet and find anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you can use busybox&amp;nbsp;&lt;A href="http://busybox.net/downloads/BusyBox.html"&gt;http://busybox.net/downloads/BusyBox.html&lt;/A&gt;&amp;nbsp;(do you have&amp;nbsp;currently&amp;nbsp;on your board? Does your version have tftp?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don´t understand what´s your main goal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, why not using adb push?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 17:41:04 GMT</pubDate>
    <dc:creator>daiane_angolini</dc:creator>
    <dc:date>2012-02-16T17:41:04Z</dc:date>
    <item>
      <title>error tftp: not found in the android shell using ethernet while transfering a file in i.MX53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210354#M12510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make use of the ethernet port available on the i.MX 53 QSB so i wanted to transfer sme txt file using tftp protocol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have installed tftp server on my ubuntu PC using the below command&lt;/P&gt;&lt;P&gt;sudo apt-get install tftpd-hpa&lt;/P&gt;&lt;P&gt;then i was able to ping from the imx board using the ping 192.168.1.2 (where 192.168.1.2 was my ubuntu PC's IP address) &amp;amp; i was able to ping 192.168.1.3&amp;nbsp;(where 192.168.1.3 was imx board IP address)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when i wanted to transfer sme txt file called (for ex: tftptestfile.txt) using tftp protocol&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied the txt file into the path in my ubuntu PC using the below command&lt;/P&gt;&lt;P&gt;sudo cp&amp;nbsp;tftptestfile /var/lib/tftpboot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when i wanted to transfer the tftptestfile into the imx board using the below command in android shell&lt;/P&gt;&lt;P&gt;tftp -r tftptestfile -g 192.168.1.2&lt;/P&gt;&lt;P&gt;I was getting the below error&lt;/P&gt;&lt;P&gt;tftp: not found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any body pls help me in providing with necessary steps in how to transfer the file into the android shell from my Ubuntu PC through tftp protocol using ethernet in IMx53 QSB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As am new to this platform kindly do the needful as soon as possible&lt;/P&gt;&lt;P&gt;Awaiting for ur replies,&lt;/P&gt;&lt;P&gt;Advanced Thanks,&lt;/P&gt;&lt;P&gt;Srinivasan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 07:23:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210354#M12510</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2012-02-15T07:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: error tftp: not found in the android shell using ethernet while transfering a file in i.MX53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210355#M12511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can take tftp source code and build it to your board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can try to use some apk for that:&lt;/P&gt;&lt;P&gt;&lt;A href="http://pt.appbrain.com/app/andtftp/alex.android.andtftp"&gt;http://pt.appbrain.com/app/andtftp/alex.android.andtftp&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 17:32:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210355#M12511</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2012-02-15T17:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: error tftp: not found in the android shell using ethernet while transfering a file in i.MX53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210356#M12512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for immediate response Daiane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Am not able to find the android tftp server apk &amp;nbsp;in the above link &amp;amp; elsewhere in the internet,&lt;/P&gt;&lt;P&gt;Could you please kindly do the needful in providing the link where i can find the respective apk for android tftp server&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Could you please provide the appropriate document for getting the tftp source code &amp;amp; building it for my i.MX53 QSB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)And more needful, Could you please provide the respective document for getting the source code for vi editor for doing the coding in C in my android i.MX board as how we do in linux vi editor &amp;amp; building it for my existing android i.MX board or please let me know if you have any apk for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly do the needful as soon as possible,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awating for your replies,&lt;/P&gt;&lt;P&gt;Many Many Thanks once again!,&lt;/P&gt;&lt;P&gt;Srinivasan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Daiane Angolini said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/error-tftp-not-found-in-the-android-shell-using-ethernet-while?commentId=4103961%3AComment%3A59992&amp;amp;xg_source=msg_com_forum#4103961Comment59992"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;you can take tftp source code and build it to your board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can try to use some apk for that:&lt;/P&gt;&lt;P&gt;&lt;A href="http://pt.appbrain.com/app/andtftp/alex.android.andtftp" rel="nofollow"&gt;http://pt.appbrain.com/app/andtftp/alex.android.andtftp&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 05:20:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210356#M12512</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2012-02-16T05:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: error tftp: not found in the android shell using ethernet while transfering a file in i.MX53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210357#M12513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does you want the server TFTP to be installed on your board?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 12:47:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210357#M12513</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2012-02-16T12:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: error tftp: not found in the android shell using ethernet while transfering a file in i.MX53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210358#M12514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don´t know how to enable a text editor for command line usage on android. If you find out, please, let me know ;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like that too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 12:57:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210358#M12514</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2012-02-16T12:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: error tftp: not found in the android shell using ethernet while transfering a file in i.MX53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210359#M12515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Daiane,&lt;/P&gt;&lt;P&gt;I want TFTP client source code to be built on my android i.MX53 QSB or apk file so that my iMX board acts a TFTP client but in your first reply u had provided the android TFTP client &amp;amp; server apk the same apk file i was not able to get from the net&lt;/P&gt;&lt;P&gt;ie., in in the link&lt;/P&gt;&lt;P&gt;&lt;A href="http://pt.appbrain.com/app/andtftp/alex.android.andtftp" rel="nofollow" target="_blank"&gt;http://pt.appbrain.com/app/andtftp/alex.android.andtftp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;could you please provide the apk file as shown in the above link&lt;/P&gt;&lt;P&gt;But the link which u had provided recently is for &lt;STRONG&gt;FTP&lt;/STRONG&gt;, &lt;STRONG&gt;SFTP, &lt;STRONG&gt;SCP&lt;/STRONG&gt;&lt;/STRONG&gt; and &lt;STRONG&gt;FTPS&lt;/STRONG&gt; (Explicit and implicit) support, but am not sure whether this works as &lt;STRONG&gt;TFTP client&lt;/STRONG&gt; on my android i.MX QSB board&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lysesoft.com/products/andftp/index.html#download" rel="nofollow" target="_blank"&gt;http://www.lysesoft.com/products/andftp/index.html#download&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use the apk file provided in the above link as &lt;STRONG&gt;TFTP client&lt;/STRONG&gt; on my android board?&lt;/P&gt;&lt;P&gt;Extremely sorry if I had misunderstood,&lt;/P&gt;&lt;P&gt;Many Many Thanks once again Daiane,&lt;/P&gt;&lt;P&gt;Srinivasan&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Daiane Angolini said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/error-tftp-not-found-in-the-android-shell-using-ethernet-while?commentId=4103961%3AComment%3A60317&amp;amp;xg_source=msg_com_forum#4103961Comment60224"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Does you want the server TFTP to be installed on your board?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 14:24:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210359#M12515</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2012-02-16T14:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: error tftp: not found in the android shell using ethernet while transfering a file in i.MX53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210360#M12516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a lot of TFTP client source code, you can dig into internet and find anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you can use busybox&amp;nbsp;&lt;A href="http://busybox.net/downloads/BusyBox.html"&gt;http://busybox.net/downloads/BusyBox.html&lt;/A&gt;&amp;nbsp;(do you have&amp;nbsp;currently&amp;nbsp;on your board? Does your version have tftp?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don´t understand what´s your main goal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, why not using adb push?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 17:41:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210360#M12516</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2012-02-16T17:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: error tftp: not found in the android shell using ethernet while transfering a file in i.MX53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210361#M12517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want to compile busybox yourself, there is also a busybox android app. It needs root access (which you can have with your mx53 board).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 20:06:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210361#M12517</guid>
      <dc:creator>KursadOney</dc:creator>
      <dc:date>2012-02-16T20:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: error tftp: not found in the android shell using ethernet while transfering a file in i.MX53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210362#M12518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Daiane for your information,&lt;/P&gt;&lt;P&gt;My main goal is to transfer file through ethernet using TFTP protocol from by Ubuntu PC to my android mx53 board&lt;/P&gt;&lt;P&gt;No I donn have busybox, I hope I can compile the busy box for my android mx53 board&lt;/P&gt;&lt;P&gt;Is there any document how to get busybox source code &amp;amp; compile it to my android mx53 board? if you find any pls let me kno Daiane,&lt;/P&gt;&lt;P&gt;Hope now we are clear,&lt;/P&gt;&lt;P&gt;Thanks a million Daiane,&lt;/P&gt;&lt;P&gt;Srinivasan&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;CITE&gt;Daiane Angolini said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/error-tftp-not-found-in-the-android-shell-using-ethernet-while?commentId=4103961%3AComment%3A60239&amp;amp;xg_source=msg_com_forum#4103961Comment60097"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;There is a lot of TFTP client source code, you can dig into internet and find anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you can use busybox&amp;nbsp;&lt;A href="http://busybox.net/downloads/BusyBox.html" rel="nofollow"&gt;http://busybox.net/downloads/BusyBox.html&lt;/A&gt;&amp;nbsp;(do you have&amp;nbsp;currently&amp;nbsp;on your board? Does your version have tftp?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don´t understand what´s your main goal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, why not using adb push?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 07:35:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210362#M12518</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2012-02-17T07:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: error tftp: not found in the android shell using ethernet while transfering a file in i.MX53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210363#M12519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Kursad,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope ur method would be simple, when I tried to install busybox android app, my android mx53 board was not rooted when i tried to root it using superonclick.exe i was not able to root it,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;could you please let me know any other app to root my android mx53 board &amp;amp; install busybox on my android mx53 board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a ton Kursad,&lt;/P&gt;&lt;P&gt;Srinivasan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Kursad Oney said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/error-tftp-not-found-in-the-android-shell-using-ethernet-while?commentId=4103961%3AComment%3A60239&amp;amp;xg_source=msg_com_forum#4103961Comment60239"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;If you don't want to compile busybox yourself, there is also a busybox android app. It needs root access (which you can have with your mx53 board).&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 07:43:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210363#M12519</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2012-02-17T07:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: error tftp: not found in the android shell using ethernet while transfering a file in i.MX53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210364#M12520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Daiane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started compiling busy box by downloading the source from the below link by executing the following commands&lt;/P&gt;&lt;P&gt;&lt;A href="http://omapedia.org/wiki/Android_Installing_Busybox_Command_Line_Tools" rel="nofollow noopener noreferrer" target="_blank"&gt;http://omapedia.org/wiki/Android_Installing_Busybox_Command_Line_Tools&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;pc$ git clone git://busybox.net/busybox.git
pc$ cd busybox/
pc$ git checkout -b my_working_branch 1_19_3

configured the busybox using the following command

make ARCH=arm CROSS_COMPILE=arm-eabi- menuconfig

&lt;/PRE&gt;&lt;P&gt;In menuconfig set the following options&lt;/P&gt;&lt;PRE&gt;Busybox Settings --&amp;gt; Build Options --&amp;gt; Build Busybox as a static binary (no shared libs)  -  Enable this option by pressing "Y"
Busybox Settings --&amp;gt; Build Options --&amp;gt; Cross compiler prefix  -  Set this option equal to "arm-none-linux-gnueabi-"
Busybox Settings --&amp;gt; General Configuration --&amp;gt; Don't use /usr  -  Enable this option by pressing "Y"
Linux Module Utilities --&amp;gt; [ ] Simplified modutils
                           [*]   insmod
                           [*]   rmmod 
                           [*]   lsmod
                           [*]     Pretty output
                           [ ]   modprobe
                           [ ]   depmod
Linux Module Utilities --&amp;gt; [ ] Support version 2.2/2.4 Linux kernels
Linux Module Utilities --&amp;gt; [ ] Try to load module from a mmap'ed area
Linux Module Utilities --&amp;gt; [*] Support tainted module checking with new kernels
Linux Module Utilities --&amp;gt; () Default directory containing modules - Set this option to nothing
Linux Module Utilities --&amp;gt; () Default name of modules.dep - Set this option to nothing

And builded using the below command&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ubuntu@ubuntu-laptop:~/busybox$ make ARCH=arm CROSS_COMPILE=arm-eabi-&lt;BR /&gt;&amp;nbsp; SPLIT&amp;nbsp;&amp;nbsp; include/autoconf.h -&amp;gt; include/config/*&lt;BR /&gt;&amp;nbsp; GEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/bbconfigopts.h&lt;BR /&gt;&amp;nbsp; HOSTCC&amp;nbsp; applets/usage&lt;BR /&gt;applets/usage.c: In function ‘main’:&lt;BR /&gt;applets/usage.c:52: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result&lt;BR /&gt;&amp;nbsp; GEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/usage_compressed.h&lt;BR /&gt;&amp;nbsp; HOSTCC&amp;nbsp; applets/applet_tables&lt;BR /&gt;applets/applet_tables.c: In function ‘main’:&lt;BR /&gt;applets/applet_tables.c:151: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result&lt;BR /&gt;&amp;nbsp; GEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/applet_tables.h&lt;BR /&gt;&amp;nbsp; CC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; applets/applets.o&lt;BR /&gt;In file included from include/libbb.h:13,&lt;BR /&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;BR /&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;BR /&gt;include/platform.h:138:20: error: limits.h: No such file or directory&lt;BR /&gt;include/platform.h:149:23: error: byteswap.h: No such file or directory&lt;BR /&gt;include/platform.h:150:21: error: endian.h: No such file or directory&lt;BR /&gt;include/platform.h:175:3: error: #error "Can't determine endianness"&lt;BR /&gt;include/platform.h:178:5: warning: "ULONG_MAX" is not defined&lt;BR /&gt;include/platform.h:183:5: warning: "BB_BIG_ENDIAN" is not defined&lt;BR /&gt;include/platform.h:206:20: error: stdint.h: No such file or directory&lt;BR /&gt;In file included from include/libbb.h:13,&lt;BR /&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;BR /&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;BR /&gt;include/platform.h:208: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb__aliased_uint16_t'&lt;BR /&gt;include/platform.h:209: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb__aliased_uint32_t'&lt;BR /&gt;include/platform.h:283:20: error: unistd.h: No such file or directory&lt;BR /&gt;In file included from include/busybox.h:8,&lt;BR /&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;BR /&gt;include/libbb.h:15:19: error: ctype.h: No such file or directory&lt;BR /&gt;include/libbb.h:16:20: error: dirent.h: No such file or directory&lt;BR /&gt;include/libbb.h:17:19: error: errno.h: No such file or directory&lt;BR /&gt;include/libbb.h:18:19: error: fcntl.h: No such file or directory&lt;BR /&gt;include/libbb.h:19:22: error: inttypes.h: No such file or directory&lt;BR /&gt;include/libbb.h:20:19: error: netdb.h: No such file or directory&lt;BR /&gt;include/libbb.h:21:20: error: setjmp.h: No such file or directory&lt;BR /&gt;include/libbb.h:22:20: error: signal.h: No such file or directory&lt;BR /&gt;include/libbb.h:30:19: error: stdio.h: No such file or directory&lt;BR /&gt;include/libbb.h:31:20: error: stdlib.h: No such file or directory&lt;BR /&gt;include/libbb.h:34:20: error: string.h: No such file or directory&lt;BR /&gt;include/libbb.h:37:43: error: libgen.h: No such file or directory&lt;BR /&gt;include/libbb.h:40:22: error: sys/poll.h: No such file or directory&lt;BR /&gt;include/libbb.h:41:23: error: sys/ioctl.h: No such file or directory&lt;BR /&gt;include/libbb.h:42:22: error: sys/mman.h: No such file or directory&lt;BR /&gt;include/libbb.h:43:24: error: sys/socket.h: No such file or directory&lt;BR /&gt;include/libbb.h:44:22: error: sys/stat.h: No such file or directory&lt;BR /&gt;include/libbb.h:45:22: error: sys/time.h: No such file or directory&lt;BR /&gt;include/libbb.h:46:23: error: sys/types.h: No such file or directory&lt;BR /&gt;include/libbb.h:48:28: error: sys/sysmacros.h: No such file or directory&lt;BR /&gt;include/libbb.h:50:22: error: sys/wait.h: No such file or directory&lt;BR /&gt;include/libbb.h:51:21: error: termios.h: No such file or directory&lt;BR /&gt;include/libbb.h:52:18: error: time.h: No such file or directory&lt;BR /&gt;include/libbb.h:53:23: error: sys/param.h: No such file or directory&lt;BR /&gt;include/libbb.h:54:17: error: pwd.h: No such file or directory&lt;BR /&gt;include/libbb.h:55:17: error: grp.h: No such file or directory&lt;BR /&gt;include/libbb.h:69:21: error: mntent.h: No such file or directory&lt;BR /&gt;include/libbb.h:72:25: error: sys/statfs.h: No such file or directory&lt;BR /&gt;include/libbb.h:87:19: error: utmp.h: No such file or directory&lt;BR /&gt;include/libbb.h:116:24: error: arpa/inet.h: No such file or directory&lt;BR /&gt;In file included from include/libbb.h:183,&lt;BR /&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;BR /&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;BR /&gt;include/pwd_.h:70: error: expected ')' before '__uid'&lt;BR /&gt;include/pwd_.h:87: error: expected ')' before '__uid'&lt;BR /&gt;include/pwd_.h:99: error: expected ')' before '*' token&lt;BR /&gt;In file included from include/libbb.h:184,&lt;BR /&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;BR /&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;BR /&gt;include/grp_.h:71: error: expected ')' before '__gid'&lt;BR /&gt;include/grp_.h:89: error: expected ')' before '__gid'&lt;BR /&gt;include/grp_.h:101: error: expected ')' before '*' token&lt;BR /&gt;include/grp_.h:109: error: expected declaration specifiers or '...' before 'gid_t'&lt;BR /&gt;include/grp_.h:110: error: expected declaration specifiers or '...' before 'gid_t'&lt;BR /&gt;include/grp_.h:115: error: expected declaration specifiers or '...' before 'gid_t'&lt;BR /&gt;include/libbb.h:215:6: warning: "ULONG_MAX" is not defined&lt;BR /&gt;In file included from include/busybox.h:8,&lt;BR /&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;BR /&gt;include/libbb.h:256: error: 'off_t' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:301:7: warning: "ULONG_MAX" is not defined&lt;BR /&gt;include/libbb.h:303: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb_bswap_64'&lt;BR /&gt;include/libbb.h:320: error: expected ')' before 'mode'&lt;BR /&gt;include/libbb.h:354: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'recurse_flags_t'&lt;BR /&gt;include/libbb.h:356: warning: 'struct stat' declared inside parameter list&lt;BR /&gt;include/libbb.h:356: warning: its scope is only this definition or declaration, which is probably not what you want&lt;BR /&gt;include/libbb.h:357: warning: 'struct stat' declared inside parameter list&lt;BR /&gt;include/libbb.h:366: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb_copyfd_eof'&lt;BR /&gt;include/libbb.h:367: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb_copyfd_size'&lt;BR /&gt;include/libbb.h:368: error: expected declaration specifiers or '...' before 'off_t'&lt;BR /&gt;include/libbb.h:371: error: expected ')' before 'sz'&lt;BR /&gt;include/libbb.h:396: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:397: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:424: error: 'SIGHUP' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:425: error: 'SIGINT' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:426: error: 'SIGTERM' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:427: error: 'SIGPIPE' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:428: error: 'SIGQUIT' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:429: error: 'SIGABRT' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:430: error: 'SIGALRM' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:431: error: 'SIGVTALRM' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:432: error: 'SIGXCPU' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:433: error: 'SIGXFSZ' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:434: error: 'SIGUSR1' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:435: error: 'SIGUSR2' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:452: warning: 'struct sigaction' declared inside parameter list&lt;BR /&gt;include/libbb.h:460: error: expected ')' before 'gid'&lt;BR /&gt;include/libbb.h:461: error: expected ')' before 'uid'&lt;BR /&gt;include/libbb.h:468: warning: 'struct stat' declared inside parameter list&lt;BR /&gt;include/libbb.h:469: warning: 'struct stat' declared inside parameter list&lt;BR /&gt;include/libbb.h:479: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xlseek'&lt;BR /&gt;include/libbb.h:481: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fdlength'&lt;BR /&gt;include/libbb.h:495: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'socktype_t'&lt;BR /&gt;include/libbb.h:496: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'family_t'&lt;BR /&gt;include/libbb.h:499: error: 'SOCK_STREAM' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:500: error: 'SOCK_DGRAM' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:501: error: 'SOCK_RDM' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:502: error: 'SOCK_SEQPACKET' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:503: error: 'SOCK_RAW' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:506: error: 'AF_UNSPEC' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:507: error: 'AF_INET' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:508: error: 'AF_INET6' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:509: error: 'AF_UNIX' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:522: warning: 'struct tm' declared inside parameter list&lt;BR /&gt;include/libbb.h:523: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'validate_tm_time'&lt;BR /&gt;include/libbb.h:527: warning: 'struct sockaddr' declared inside parameter list&lt;BR /&gt;include/libbb.h:529: warning: 'struct sockaddr' declared inside parameter list&lt;BR /&gt;include/libbb.h:530: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xsendto'&lt;BR /&gt;include/libbb.h:546: error: field 'sa' has incomplete type&lt;BR /&gt;include/libbb.h:547: error: field 'sin' has incomplete type&lt;BR /&gt;include/libbb.h:549: error: field 'sin6' has incomplete type&lt;BR /&gt;include/libbb.h:557: error: field 'sa' has incomplete type&lt;BR /&gt;include/libbb.h:558: error: field 'sin' has incomplete type&lt;BR /&gt;include/libbb.h:560: error: field 'sin6' has incomplete type&lt;BR /&gt;include/libbb.h:605: error: expected declaration specifiers or '...' before 'sa_family_t'&lt;BR /&gt;include/libbb.h:606: error: expected declaration specifiers or '...' before 'sa_family_t'&lt;BR /&gt;include/libbb.h:631: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'send_to_from'&lt;BR /&gt;include/libbb.h:635: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'recv_from_to'&lt;BR /&gt;include/libbb.h:640: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'inet_cksum'&lt;BR /&gt;include/libbb.h:677: error: expected declaration specifiers or '...' before 'FILE'&lt;BR /&gt;include/libbb.h:697: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'safe_read'&lt;BR /&gt;include/libbb.h:698: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'nonblock_immune_read'&lt;BR /&gt;include/libbb.h:701: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'full_read'&lt;BR /&gt;include/libbb.h:704: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'read_close'&lt;BR /&gt;include/libbb.h:705: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'open_read_close'&lt;BR /&gt;include/libbb.h:729: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'safe_write'&lt;BR /&gt;include/libbb.h:732: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'full_write'&lt;BR /&gt;include/libbb.h:735: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'full_write1_str'&lt;BR /&gt;include/libbb.h:736: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'full_write2_str'&lt;BR /&gt;include/libbb.h:743: error: expected ')' before '*' token&lt;BR /&gt;include/libbb.h:750: error: expected ')' before '*' token&lt;BR /&gt;include/libbb.h:752: error: expected ')' before '*' token&lt;BR /&gt;include/libbb.h:754: error: expected ')' before '*' token&lt;BR /&gt;include/libbb.h:756: error: expected ')' before '*' token&lt;BR /&gt;include/libbb.h:758: error: expected ')' before '*' token&lt;BR /&gt;include/libbb.h:760: error: expected ')' before '*' token&lt;BR /&gt;include/libbb.h:764: error: expected ')' before '*' token&lt;BR /&gt;include/libbb.h:768: error: expected ')' before '*' token&lt;BR /&gt;include/libbb.h:769: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:771: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:773: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:774: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:775: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:776: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:777: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:778: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:779: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:780: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:789: error: expected declaration specifiers or '...' before 'nfds_t'&lt;BR /&gt;include/libbb.h:789: warning: 'struct pollfd' declared inside parameter list&lt;BR /&gt;include/libbb.h:820: error: expected ')' before '*' token&lt;BR /&gt;In file included from include/libbb.h:827,&lt;BR /&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;BR /&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;BR /&gt;include/xatonum.h:86:5: warning: "ULONG_MAX" is not defined&lt;BR /&gt;include/xatonum.h:86:18: warning: "ULLONG_MAX" is not defined&lt;BR /&gt;include/xatonum.h:94:5: warning: "UINT_MAX" is not defined&lt;BR /&gt;include/xatonum.h:94:17: warning: "ULLONG_MAX" is not defined&lt;BR /&gt;include/xatonum.h:96:7: warning: "UINT_MAX" is not defined&lt;BR /&gt;include/xatonum.h:96:19: warning: "ULONG_MAX" is not defined&lt;BR /&gt;In file included from include/libbb.h:827,&lt;BR /&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;BR /&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;BR /&gt;include/xatonum.h:104: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'BUG_xatou32_unimplemented'&lt;BR /&gt;include/xatonum.h:105: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xatou32'&lt;BR /&gt;include/xatonum.h:130:5: warning: "ULONG_MAX" is not defined&lt;BR /&gt;include/xatonum.h:130:18: warning: "ULLONG_MAX" is not defined&lt;BR /&gt;include/xatonum.h:142:5: warning: "UINT_MAX" is not defined&lt;BR /&gt;include/xatonum.h:142:17: warning: "ULLONG_MAX" is not defined&lt;BR /&gt;include/xatonum.h:149:7: warning: "UINT_MAX" is not defined&lt;BR /&gt;include/xatonum.h:149:19: warning: "ULONG_MAX" is not defined&lt;BR /&gt;include/xatonum.h:161: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'BUG_bb_strtou32_unimplemented'&lt;BR /&gt;include/xatonum.h:163: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb_strtou32'&lt;BR /&gt;include/xatonum.h:172: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bb_strtoi32'&lt;BR /&gt;In file included from include/busybox.h:8,&lt;BR /&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;BR /&gt;include/libbb.h:840: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xatou16'&lt;BR /&gt;include/libbb.h:852: error: expected specifier-qualifier-list before 'uid_t'&lt;BR /&gt;include/libbb.h:863: error: expected ')' before 'uid'&lt;BR /&gt;include/libbb.h:864: error: expected ')' before 'gid'&lt;BR /&gt;include/libbb.h:865: error: expected ')' before 'uid'&lt;BR /&gt;include/libbb.h:866: error: expected ')' before 'gid'&lt;BR /&gt;include/libbb.h:867: error: expected ')' before 'uid'&lt;BR /&gt;include/libbb.h:868: error: expected ')' before 'gid'&lt;BR /&gt;include/libbb.h:869: error: expected ')' before 'uid'&lt;BR /&gt;include/libbb.h:870: error: expected ')' before 'gid'&lt;BR /&gt;include/libbb.h:872: error: expected ')' before 'uid'&lt;BR /&gt;include/libbb.h:873: error: expected ')' before 'gid'&lt;BR /&gt;include/libbb.h:876: error: 'uid_t' undeclared here (not in a function)&lt;BR /&gt;include/libbb.h:884: error: expected ')' before 'pid'&lt;BR /&gt;include/libbb.h:885: error: expected ')' before 'pid'&lt;BR /&gt;include/libbb.h:923: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xfork'&lt;BR /&gt;include/libbb.h:927: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'spawn'&lt;BR /&gt;include/libbb.h:928: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xspawn'&lt;BR /&gt;include/libbb.h:930: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'safe_waitpid'&lt;BR /&gt;include/libbb.h:931: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wait_any_nohang'&lt;BR /&gt;include/libbb.h:940: error: expected ')' before 'pid'&lt;BR /&gt;include/libbb.h:1011: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'option_mask32'&lt;BR /&gt;include/libbb.h:1012: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'getopt32'&lt;BR /&gt;include/libbb.h:1056: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xfunc_error_retval'&lt;BR /&gt;include/libbb.h:1057: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'die_jmp'&lt;BR /&gt;include/libbb.h:1153: warning: 'struct mntent' declared inside parameter list&lt;BR /&gt;include/libbb.h:1157: error: expected ')' before 'speed'&lt;BR /&gt;include/libbb.h:1158: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'tty_value_to_baud'&lt;BR /&gt;include/libbb.h:1180: error: expected declaration specifiers or '...' before 'mode_t'&lt;BR /&gt;include/libbb.h:1203: error: expected specifier-qualifier-list before 'FILE'&lt;BR /&gt;include/libbb.h:1210: error: expected declaration specifiers or '...' before 'FILE'&lt;BR /&gt;In file included from include/busybox.h:8,&lt;BR /&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;BR /&gt;include/libbb.h:1328: warning: 'struct termios' declared inside parameter list&lt;BR /&gt;include/libbb.h:1345: warning: 'struct stat' declared inside parameter list&lt;BR /&gt;include/libbb.h:1346: warning: 'struct stat' declared inside parameter list&lt;BR /&gt;include/libbb.h:1422: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'read_key'&lt;BR /&gt;include/libbb.h:1511: error: expected ')' before 'pid'&lt;BR /&gt;include/libbb.h:1515: error: expected specifier-qualifier-list before 'DIR'&lt;BR /&gt;include/libbb.h:1593: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:1594: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:1617: error: expected ')' before '*' token&lt;BR /&gt;include/libbb.h:1620: error: expected specifier-qualifier-list before 'uint8_t'&lt;BR /&gt;include/libbb.h:1628: error: expected specifier-qualifier-list before 'uint64_t'&lt;BR /&gt;include/libbb.h:1645: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:1646: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&lt;BR /&gt;include/libbb.h:1647: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'crc32_block_endian1'&lt;BR /&gt;include/libbb.h:1648: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'crc32_block_endian0'&lt;BR /&gt;In file included from applets/applets.c:9:&lt;BR /&gt;include/busybox.h:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'applet_nameofs'&lt;BR /&gt;include/busybox.h:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'applet_install_loc'&lt;BR /&gt;make[1]: *** [applets/applets.o] Error 1&lt;BR /&gt;make: *** [applets_dir] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly do the needful as soon as possible, if u find any solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a ton Daiane till so far your timely support,&lt;/P&gt;&lt;P&gt;Srinivasan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Daiane Angolini said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/error-tftp-not-found-in-the-android-shell-using-ethernet-while?xg_source=activity#4103961Comment60097"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;There is a lot of TFTP client source code, you can dig into internet and find anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you can use busybox&amp;nbsp;&lt;A href="http://busybox.net/downloads/BusyBox.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://busybox.net/downloads/BusyBox.html&lt;/A&gt;&amp;nbsp;(do you have&amp;nbsp;currently&amp;nbsp;on your board? Does your version have tftp?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don´t understand what´s your main goal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, why not using adb push?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 05:38:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-tftp-not-found-in-the-android-shell-using-ethernet-while/m-p/210364#M12520</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2012-02-20T05:38:53Z</dc:date>
    </item>
  </channel>
</rss>

