<?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 building imx6 Android Rev. 13.4.1 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293029#M36003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for your follow up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; No, default.xml does not have external/alsa_sound.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 May 2013 07:44:05 GMT</pubDate>
    <dc:creator>sriramchadalava</dc:creator>
    <dc:date>2013-05-28T07:44:05Z</dc:date>
    <item>
      <title>Error building imx6 Android Rev. 13.4.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293023#M35997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm trying out the instructions in Adobe User Guide 13.4.1 but encountered this error.&lt;/P&gt;&lt;P&gt;ram@ram-Latitude-E6520:~/Prevas/Android_porting/Freescale/imx6/myandroid$ make&lt;/P&gt;&lt;P&gt;============================================&lt;/P&gt;&lt;P&gt;PLATFORM_VERSION_CODENAME=REL&lt;/P&gt;&lt;P&gt;PLATFORM_VERSION=4.0.4&lt;/P&gt;&lt;P&gt;TARGET_PRODUCT=sabresd_6dq&lt;/P&gt;&lt;P&gt;TARGET_BUILD_VARIANT=user&lt;/P&gt;&lt;P&gt;TARGET_BUILD_TYPE=release&lt;/P&gt;&lt;P&gt;TARGET_BUILD_APPS=&lt;/P&gt;&lt;P&gt;TARGET_ARCH=arm&lt;/P&gt;&lt;P&gt;TARGET_ARCH_VARIANT=armv7-a-neon&lt;/P&gt;&lt;P&gt;HOST_ARCH=x86&lt;/P&gt;&lt;P&gt;HOST_OS=linux&lt;/P&gt;&lt;P&gt;HOST_BUILD_TYPE=release&lt;/P&gt;&lt;P&gt;BUILD_ID=UNKNOWN&lt;/P&gt;&lt;P&gt;BUILD_NUMBER=eng.ram.20130502.182613&lt;/P&gt;&lt;P&gt;============================================&lt;/P&gt;&lt;P&gt;build/core/base_rules.mk:166: *** hardware/alsa_sound: MODULE.TARGET.SHARED_LIBRARIES.libaudio already defined by external/alsa_sound.&amp;nbsp; Stop.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;I was under the impression that 13.4.1 is a production release by Freescale. Is this is a known bug? It might be that I could hack a makefile to not build one of the alsa_sound directories. But is there a better solution? Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 13:43:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293023#M35997</guid>
      <dc:creator>sriramchadalava</dc:creator>
      <dc:date>2013-05-02T13:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error building imx6 Android Rev. 13.4.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293024#M35998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just try clean build again and didn't see this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your error, the error means your tree will build libaudio twice.&lt;/P&gt;&lt;P&gt;I can only see hardware/alsa_sound/Android.mk has the definition.&lt;/P&gt;&lt;P&gt;&amp;nbsp; 6 ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;26&lt;/P&gt;&lt;P&gt;27&amp;nbsp;&amp;nbsp; LOCAL_MODULE := libaudio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I didn't have external/alsa_sound, we don't have it in our default.xml.&lt;/P&gt;&lt;P&gt;Do you sync your working tree correctly?&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 08:15:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293024#M35998</guid>
      <dc:creator>JayTu</dc:creator>
      <dc:date>2013-05-17T08:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error building imx6 Android Rev. 13.4.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293025#M35999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sriram, please click Correct Answer/Helpful Answer if your issue has disappreaed.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 03:37:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293025#M35999</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2013-05-21T03:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error building imx6 Android Rev. 13.4.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293026#M36000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yixing,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your reply. But I didn't receive ANY answers to my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:09:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293026#M36000</guid>
      <dc:creator>sriramchadalava</dc:creator>
      <dc:date>2013-05-21T10:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error building imx6 Android Rev. 13.4.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293027#M36001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Sriram,&lt;/P&gt;&lt;P&gt;Can you check if your default.xml has external/alsa_sound or not?&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 11:47:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293027#M36001</guid>
      <dc:creator>JayTu</dc:creator>
      <dc:date>2013-05-21T11:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error building imx6 Android Rev. 13.4.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293028#M36002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sriram, please respond to our engineer's question in 3 days, or we will close your question.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 06:09:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293028#M36002</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2013-05-28T06:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error building imx6 Android Rev. 13.4.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293029#M36003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for your follow up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; No, default.xml does not have external/alsa_sound.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 07:44:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293029#M36003</guid>
      <dc:creator>sriramchadalava</dc:creator>
      <dc:date>2013-05-28T07:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error building imx6 Android Rev. 13.4.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293030#M36004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If default.xml does not have it, your working tree shouldn't have it. That means repo sync didn't work properly. (or you haven't sync?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 07:51:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-building-imx6-Android-Rev-13-4-1/m-p/293030#M36004</guid>
      <dc:creator>JayTu</dc:creator>
      <dc:date>2013-05-28T07:51:08Z</dc:date>
    </item>
  </channel>
</rss>

