<?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 after WinEC December 2013 updates in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Error-after-WinEC-December-2013-updates/m-p/301885#M38146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try this pFunctionspFunctions-&amp;gt;pSDIODisconnectInterrupt = (PSD_IO_DISCONNECT_INTERRUPT)SDIODisconnectInterrupt__X;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2014 14:54:33 GMT</pubDate>
    <dc:creator>justin_jiang</dc:creator>
    <dc:date>2014-04-23T14:54:33Z</dc:date>
    <item>
      <title>Error after WinEC December 2013 updates</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-after-WinEC-December-2013-updates/m-p/301884#M38145</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;today I updated WinEC700 to December 2013 releases but i'm not able to compile the OS image.&lt;/P&gt;&lt;P&gt;I have the folowing error:&lt;/P&gt;&lt;P&gt;BUILD: [02:0000007214:ERRORE] Error(s) in directory "C:\WINCE700\platform\common\src\soc\COMMON_FSL_V3\SDBUS\". {log="C:\WINCE700\build.log(24065)"}&lt;/P&gt;&lt;P&gt;BUILD: [02:0000007215:ERRORE] c:\wince700\platform\common\src\soc\common_fsl_v3\sdbus\sdbus.cpp(1899) : error C2440: '=' : cannot convert from 'void (__cdecl *)(SD_DEVICE_HANDLE)' to 'PSD_IO_DISCONNECT_INTERRUPT' {log="C:\WINCE700\build.log(24066)"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error refers to this line code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pFunctions-&amp;gt;pSDIODisconnectInterrupt = SDIODisconnectInterrupt__X;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt; PSD_IO_DISCONNECT_INTERRUPT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pSDIODisconnectInterrupt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // SDIODisconnectInterrupt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; typedef SD_API_STATUS (*PSD_IO_DISCONNECT_INTERRUPT) (SD_DEVICE_HANDLE);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But SDIODisconnectInterrupt__X is defined as&lt;/P&gt;&lt;P&gt;&amp;nbsp; VOID SDIODisconnectInterrupt__X(SD_DEVICE_HANDLE hDevice)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, there is a different return type.&lt;/P&gt;&lt;P&gt;Anyone have the same problem?&lt;/P&gt;&lt;P&gt;I guess the solution could be change the SDIODisconnectInterrupt__X() prototype, since it is contained in the COMMON_FSL_V3 folder and not in a WinEC common file, is it ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 11:22:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-after-WinEC-December-2013-updates/m-p/301884#M38145</guid>
      <dc:creator>SteM</dc:creator>
      <dc:date>2014-04-23T11:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error after WinEC December 2013 updates</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-after-WinEC-December-2013-updates/m-p/301885#M38146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try this pFunctionspFunctions-&amp;gt;pSDIODisconnectInterrupt = (PSD_IO_DISCONNECT_INTERRUPT)SDIODisconnectInterrupt__X;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 14:54:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-after-WinEC-December-2013-updates/m-p/301885#M38146</guid>
      <dc:creator>justin_jiang</dc:creator>
      <dc:date>2014-04-23T14:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error after WinEC December 2013 updates</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-after-WinEC-December-2013-updates/m-p/301886#M38147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't like it, cause they have a different return types, i don't want to have eventually stack misalignments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the prototype and i returned the 'status' variable (otherwise it is not used, i'm wondering if it is an error ..).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:34:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-after-WinEC-December-2013-updates/m-p/301886#M38147</guid>
      <dc:creator>SteM</dc:creator>
      <dc:date>2014-04-23T15:34:34Z</dc:date>
    </item>
  </channel>
</rss>

