<?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: ColdeWarrior Coldfire 64-bit data types in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/ColdeWarrior-Coldfire-64-bit-data-types/m-p/311202#M10904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ron:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is not related to an include file, but to the required runtime libraries at link time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have CodeWarrior v7.1, but as a test I created a new project in CW v7.2 for the MCF52235 and I could compile your example code with no problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Latest CodeWarrior version is v10.6, but I you do not want to migrate to Eclipse, I would recommend you to at least install CodeWarrior for ColdFire v7.2. This version is still downloadable from the next link in evaluation or special edition versions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-COLDFIRE&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-COLDFIRE&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;CodeWarrior Development Studio for ColdFire Architectures (Classic IDE)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If migrating your projects to CW v7.2, also read the Technical Note TN268, in the "Documentation" tab of the same link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;Jorge Gonzalez&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, 09 Apr 2014 04:07:14 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2014-04-09T04:07:14Z</dc:date>
    <item>
      <title>ColdeWarrior Coldfire 64-bit data types</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/ColdeWarrior-Coldfire-64-bit-data-types/m-p/311201#M10903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using CodeWarrior 7.1 and MCF52235.&lt;/P&gt;&lt;P&gt;I am trying to define a 64-bit variable in C.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The documentation online suggests:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;#pragma longlong on&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Turn on 64-bit support (long long)&lt;/P&gt;&lt;P&gt;long long Test;&lt;/P&gt;&lt;P&gt;Test += 1;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This gives link error:&lt;/P&gt;&lt;P&gt;Link Error&amp;nbsp;&amp;nbsp; : Undefined : "__rt_add64"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What include file has this definition?&lt;/P&gt;&lt;P&gt;Is this the correct way to define a 64-bit data type?&lt;/P&gt;&lt;P&gt;Also if someone could point me to the correct compiler reference manual that would be great.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 19:19:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/ColdeWarrior-Coldfire-64-bit-data-types/m-p/311201#M10903</guid>
      <dc:creator>rlcoder</dc:creator>
      <dc:date>2014-04-04T19:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: ColdeWarrior Coldfire 64-bit data types</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/ColdeWarrior-Coldfire-64-bit-data-types/m-p/311202#M10904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ron:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is not related to an include file, but to the required runtime libraries at link time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have CodeWarrior v7.1, but as a test I created a new project in CW v7.2 for the MCF52235 and I could compile your example code with no problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Latest CodeWarrior version is v10.6, but I you do not want to migrate to Eclipse, I would recommend you to at least install CodeWarrior for ColdFire v7.2. This version is still downloadable from the next link in evaluation or special edition versions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-COLDFIRE&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-COLDFIRE&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;CodeWarrior Development Studio for ColdFire Architectures (Classic IDE)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If migrating your projects to CW v7.2, also read the Technical Note TN268, in the "Documentation" tab of the same link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;Jorge Gonzalez&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, 09 Apr 2014 04:07:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/ColdeWarrior-Coldfire-64-bit-data-types/m-p/311202#M10904</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-04-09T04:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: ColdeWarrior Coldfire 64-bit data types</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/ColdeWarrior-Coldfire-64-bit-data-types/m-p/311203#M10905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switching to CW v7.2 is an option, but I am using the ColdFire_TCP-IP_Lite projects that compile under v7.1.&lt;/P&gt;&lt;P&gt;From what I understand there is no v7.2 port and converting the project is not so simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may just write this function in assembly so I can do the needed 64-bit math. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 16:42:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/ColdeWarrior-Coldfire-64-bit-data-types/m-p/311203#M10905</guid>
      <dc:creator>rlcoder</dc:creator>
      <dc:date>2014-04-15T16:42:45Z</dc:date>
    </item>
  </channel>
</rss>

