<?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>i.MX ProcessorsのトピックCompilation Successfull But Object File is Not Generating</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Compilation-Successfull-But-Object-File-is-Not-Generating/m-p/678758#M104763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to add the touch driver file ft5x06_ts.c to imx6q sabre auto kernel version is 3.10.53,&lt;/P&gt;&lt;P&gt;ft5x06_ts.c file i added in /... /git/drivers/input/touchscreen/ and in same path in make file is added object file name like obj-$(CONFIG_TOUCHSCREEN_FT5X06) &amp;nbsp;&amp;nbsp; +=ft5x06_ts.o , when i compile the the kernel it successfully compile but object file ft5x06_ts.o is not generating, could any one suggest me where i am went wrong, for other files object file is generating, Thanks in advance,&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Nandish SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2017 04:18:45 GMT</pubDate>
    <dc:creator>nandishguruling</dc:creator>
    <dc:date>2017-06-08T04:18:45Z</dc:date>
    <item>
      <title>Compilation Successfull But Object File is Not Generating</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compilation-Successfull-But-Object-File-is-Not-Generating/m-p/678758#M104763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to add the touch driver file ft5x06_ts.c to imx6q sabre auto kernel version is 3.10.53,&lt;/P&gt;&lt;P&gt;ft5x06_ts.c file i added in /... /git/drivers/input/touchscreen/ and in same path in make file is added object file name like obj-$(CONFIG_TOUCHSCREEN_FT5X06) &amp;nbsp;&amp;nbsp; +=ft5x06_ts.o , when i compile the the kernel it successfully compile but object file ft5x06_ts.o is not generating, could any one suggest me where i am went wrong, for other files object file is generating, Thanks in advance,&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Nandish SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 04:18:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compilation-Successfull-But-Object-File-is-Not-Generating/m-p/678758#M104763</guid>
      <dc:creator>nandishguruling</dc:creator>
      <dc:date>2017-06-08T04:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Successfull But Object File is Not Generating</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compilation-Successfull-But-Object-File-is-Not-Generating/m-p/678759#M104764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandish,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;You need to enable this "CONFIG_TOUCHSCREEN_FT5X06" on menuconfig.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Otherwise make it like below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;SPAN&gt;=&amp;gt; obj-y &amp;nbsp; +=ft5x06_ts.o&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;It will compile automatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Aravinth&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 06:08:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compilation-Successfull-But-Object-File-is-Not-Generating/m-p/678759#M104764</guid>
      <dc:creator>aravinthkumarja</dc:creator>
      <dc:date>2017-06-08T06:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Successfull But Object File is Not Generating</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compilation-Successfull-But-Object-File-is-Not-Generating/m-p/678760#M104765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Aravinthkumar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you now i am able to see object file, using second option, but i enabled the FT5x06 in kernel using menuconfig,you mean to say in kernel, DeviceDriver-&amp;gt;Input device support-&amp;gt;Touchscreens-&amp;gt;EDT Focaltech FT5x06 i2c Touchscreen support, i am right ?.or if any other option please share here,Thanks in advance,&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;nandish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 06:46:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compilation-Successfull-But-Object-File-is-Not-Generating/m-p/678760#M104765</guid>
      <dc:creator>nandishguruling</dc:creator>
      <dc:date>2017-06-08T06:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Successfull But Object File is Not Generating</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compilation-Successfull-But-Object-File-is-Not-Generating/m-p/678761#M104766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nandish,&lt;/P&gt;&lt;P&gt;You are correct. In menu config if you enable it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Best regards&lt;/SPAN&gt;&lt;BR style="color: #000000; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Aravinth&lt;/SPAN&gt;&lt;BR style="color: #000000; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR style="color: #000000; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;BR style="color: #000000; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 10:27:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compilation-Successfull-But-Object-File-is-Not-Generating/m-p/678761#M104766</guid>
      <dc:creator>aravinthkumarja</dc:creator>
      <dc:date>2017-06-08T10:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Successfull But Object File is Not Generating</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compilation-Successfull-But-Object-File-is-Not-Generating/m-p/678762#M104767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aravinth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;nandish sg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 06:43:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compilation-Successfull-But-Object-File-is-Not-Generating/m-p/678762#M104767</guid>
      <dc:creator>nandishguruling</dc:creator>
      <dc:date>2017-06-09T06:43:41Z</dc:date>
    </item>
  </channel>
</rss>

