<?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 How to Install Lua in imx7dsabresd in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Install-Lua-in-imx7dsabresd/m-p/853891#M130560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I need to run Lua script&amp;nbsp; in imx7 Board, can any one help me how to Install Lua libraries in Imx Board.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2019 07:26:03 GMT</pubDate>
    <dc:creator>nagaprasadvasam</dc:creator>
    <dc:date>2019-01-23T07:26:03Z</dc:date>
    <item>
      <title>How to Install Lua in imx7dsabresd</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Install-Lua-in-imx7dsabresd/m-p/853891#M130560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I need to run Lua script&amp;nbsp; in imx7 Board, can any one help me how to Install Lua libraries in Imx Board.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 07:26:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-Install-Lua-in-imx7dsabresd/m-p/853891#M130560</guid>
      <dc:creator>nagaprasadvasam</dc:creator>
      <dc:date>2019-01-23T07:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Install Lua in imx7dsabresd</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Install-Lua-in-imx7dsabresd/m-p/853892#M130561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some Lua cross-compilers for ARM like this:&lt;BR /&gt;&lt;A href="http://www.eluaproject.net/doc/v0.9/en_tc_arm.html" target="test_blank"&gt;http://www.eluaproject.net/doc/v0.9/en_tc_arm.html&lt;/A&gt;&lt;BR /&gt;So you can compile your Lua code and get the binary you can run on target board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 08:04:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-Install-Lua-in-imx7dsabresd/m-p/853892#M130561</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2019-01-23T08:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Install Lua in imx7dsabresd</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Install-Lua-in-imx7dsabresd/m-p/853893#M130562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi victor,&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;I tried the link that you provided for arm7, but i am getting error in binutils as&lt;/P&gt;&lt;P&gt;configure: loading site script /opt/fsl-imx-x11/4.9.88-2.0.0/site-config-cortexa7hf-neon-poky-linux-gnueabi&lt;BR /&gt;checking build system type... x86_64-unknown-linux-gnu&lt;BR /&gt;checking host system type... x86_64-unknown-linux-gnu&lt;BR /&gt;checking target system type... arm-unknown-elf&lt;BR /&gt;checking for a BSD-compatible install... /usr/bin/install -c&lt;BR /&gt;checking whether ln works... yes&lt;BR /&gt;checking whether ln -s works... yes&lt;BR /&gt;checking for gcc... arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.9.88-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi&lt;BR /&gt;checking for C compiler default output file name... a.out&lt;BR /&gt;checking whether the C compiler works... configure: error: in `/home/linux-pc/binutils-2.19.50/build':&lt;BR /&gt;configure: error: cannot run C compiled programs.&lt;BR /&gt;If you meant to cross compile, use `--host'.&lt;BR /&gt;See `config.log' for more details.&lt;/P&gt;&lt;P&gt;can you please help me to solve this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 09:32:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-Install-Lua-in-imx7dsabresd/m-p/853893#M130562</guid>
      <dc:creator>nagaprasadvasam</dc:creator>
      <dc:date>2019-01-23T09:32:36Z</dc:date>
    </item>
  </channel>
</rss>

