<?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: linker error 'undefined ARTMPYU32U' in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142859#M1516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In fact you should not care about the size specified in the .mcp window. The real application code and data size is stored in the .map file.&lt;/DIV&gt;&lt;DIV&gt;The size specified in the .mcp window are size before dead stripping (i.e that would be the size in case your application would use all the functions defined in the run time library).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The linker is performing dead stripping per default. That means only the objects (functions, variables) really used in the application are linked to the application. Information written to the .map file are code and data size after dead stripping.&lt;/DIV&gt;&lt;DIV&gt;That is the actual application size.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hope this helps.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2007 22:06:33 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2007-01-16T22:06:33Z</dc:date>
    <item>
      <title>linker error 'undefined ARTMPYU32U'</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142854#M1511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;hi all,&lt;/DIV&gt;&lt;DIV&gt;I am a rookie with CW and I am getting the linker error as per the subject just due to the following line(s) of code:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;SPAN&gt;uint32_t ulvar;&lt;/SPAN&gt;&lt;DIV&gt;...&lt;/DIV&gt;&lt;DIV&gt;ulvar = 3*ulvar;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;After some investigations I found this same linker error glows (only)&amp;nbsp;whenever attempting to do an integer multiply (between integer and/or long integer vars)&lt;/DIV&gt;&lt;DIV&gt;Is some include or library file missing ?&lt;/DIV&gt;&lt;DIV&gt;I tried some libraries (inttypes.h, math.h) with no success. I do not find ''ARTMPYU232" function in any file.&lt;/DIV&gt;&lt;DIV&gt;Is there anyone who can help ?&lt;/DIV&gt;&lt;DIV&gt;Thank you and regards&lt;/DIV&gt;&lt;DIV&gt;Stefano&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 19:03:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142854#M1511</guid>
      <dc:creator>stefat</dc:creator>
      <dc:date>2007-01-15T19:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: linker error 'undefined ARTMPYU32U'</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142855#M1512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Which CPU are you targeting (HC08, HC12, Coldfire, EPPC, ...)?&lt;/DIV&gt;&lt;DIV&gt;It looks like you need to add some library file to your project. Name of the library file to add depends on the CPU you are targeting and on CodeWarrior version.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; To retrieve that info:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Start CodeWarrior&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Select Help -&amp;gt; About Freescale CodeWarrior&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Click on "Install Products"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - CodeWarrior version used is displayed on top in the Installed Products dialog.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Also in order to avoid this kind of trouble I would highly recommend you to create your project using the CodeWarrior project wizard or a valid stationery for your board.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Creating your project from a stationery should prevent that from happening.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 21:08:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142855#M1512</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-01-15T21:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: linker error 'undefined ARTMPYU32U'</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142856#M1513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;thanks by now.&lt;/DIV&gt;&lt;DIV&gt;CPU is 58F801FA60&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I did start from a stationary example....&lt;/DIV&gt;&lt;DIV&gt;I am going to do what you suggest.&lt;/DIV&gt;&lt;DIV&gt;Will advise&lt;/DIV&gt;&lt;DIV&gt;rgds&lt;/DIV&gt;&lt;DIV&gt;st&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 22:59:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142856#M1513</guid>
      <dc:creator>stefat</dc:creator>
      <dc:date>2007-01-15T22:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: linker error 'undefined ARTMPYU32U'</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142857#M1514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;CPU: 56F801FA60&lt;/DIV&gt;&lt;DIV&gt;CW: .. for DSC56800/E version 8.0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Can u help me trying to&amp;nbsp;keep the existing (fixed) design ?&lt;/DIV&gt;&lt;DIV&gt;To start a new one from scratch...I would re-setup all used bean etc.. not so comfortable.&lt;/DIV&gt;&lt;DIV&gt;Thanks for any help&lt;/DIV&gt;&lt;DIV&gt;rgds&lt;/DIV&gt;&lt;DIV&gt;Stefano&lt;/DIV&gt;&lt;DIV&gt;See pls attached the CW info page&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 23:17:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142857#M1514</guid>
      <dc:creator>stefat</dc:creator>
      <dc:date>2007-01-15T23:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: linker error 'undefined ARTMPYU32U'</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142858#M1515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;hello CrasyCat,&lt;/DIV&gt;&lt;DIV&gt;I fixed the problem * ...&lt;IMG alt=":smileyvery-happy:" class="emoticon emoticon-smileyvery-happy" id="smileyvery-happy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-very-happy.gif" title="Smiley Very Happy" /&gt; cheers..... and thank you.&lt;/DIV&gt;&lt;DIV&gt;I copied a new design from my first one (leaving ALL support lib files in (&lt;IMG alt=":smileysurprised:" class="emoticon emoticon-smileysurprised" id="smileysurprised" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-surprised.gif" title="Smiley Surprised" /&gt;) )... and linker (obviously) finds the referenced function.....&lt;/DIV&gt;&lt;DIV&gt;Sorry for my...rookieness.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;By the way: I recall now the reason I &lt;U&gt;cancelled&lt;/U&gt; all SUPPORT lib's: because the generated code was 54K .. instead of the few - expected - Kbytes. This takes to my consequent question:&lt;/DIV&gt;&lt;DIV&gt;See please the attached CW design: it is the new one running.&lt;/DIV&gt;&lt;DIV&gt;How big is the code ? 54K or few K's as in the right .xmap file ?&lt;/DIV&gt;&lt;DIV&gt;I would appreciate much your&amp;nbsp;kind answer&lt;/DIV&gt;&lt;DIV&gt;Thanks again and regards&lt;/DIV&gt;&lt;DIV&gt;Stefano&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 00:58:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142858#M1515</guid>
      <dc:creator>stefat</dc:creator>
      <dc:date>2007-01-16T00:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: linker error 'undefined ARTMPYU32U'</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142859#M1516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In fact you should not care about the size specified in the .mcp window. The real application code and data size is stored in the .map file.&lt;/DIV&gt;&lt;DIV&gt;The size specified in the .mcp window are size before dead stripping (i.e that would be the size in case your application would use all the functions defined in the run time library).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The linker is performing dead stripping per default. That means only the objects (functions, variables) really used in the application are linked to the application. Information written to the .map file are code and data size after dead stripping.&lt;/DIV&gt;&lt;DIV&gt;That is the actual application size.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hope this helps.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 22:06:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142859#M1516</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-01-16T22:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: linker error 'undefined ARTMPYU32U'</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142860#M1517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;It does.&lt;/DIV&gt;&lt;DIV&gt;Thank you very much for all your help.&lt;/DIV&gt;&lt;DIV&gt;Appreciated.&lt;/DIV&gt;&lt;DIV&gt;Stefano.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 17:44:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/linker-error-undefined-ARTMPYU32U/m-p/142860#M1517</guid>
      <dc:creator>stefat</dc:creator>
      <dc:date>2007-01-17T17:44:43Z</dc:date>
    </item>
  </channel>
</rss>

