<?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>Classic/Legacy CodeWarriorのトピックStarCore: Re: strange link error</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/strange-link-error/m-p/125021#M73</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;From the message you are getting it looks like you are trying to store a 24-bits value in 16-bit wide variable.&lt;/DIV&gt;&lt;DIV&gt;This cannot work.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would recommend you to check function SendPacket implemented in module io.c.&lt;/DIV&gt;&lt;DIV&gt;This is where the issue arises.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If you are not able to figure out the reason for the problem by yourself, you need to submit a service request&amp;nbsp; for that.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;To log the issue please go to following URL:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.freescale.com/TechSupport" rel="nofollow" target="_blank"&gt;http://www.freescale.com/TechSupport&lt;/A&gt;&lt;BR /&gt;and click on "Submit a service request"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Make sure to attach a project reproducing the issue to the service request.&lt;/DIV&gt;&lt;DIV&gt;Support personal will also need to know which version of CodeWarrior you are using.&lt;/DIV&gt;&lt;DIV&gt;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; - Click on Save as and save the information to a text file. Attach the text file to your SR as well.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hope this helps.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by CrasyCat on &lt;SPAN class="date_text"&gt;2007-04-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:36 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Mar 2007 19:39:03 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2007-03-05T19:39:03Z</dc:date>
    <item>
      <title>strange link error</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/strange-link-error/m-p/125020#M72</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I encountered a strange link error during making a project under IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is what IDE prints:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Link Error : Error: unsigned value 0x26C20 cannot fit in 16 bitsRelocation information: relocation : U16_1_0 value : 0x26C20 address : 0x101050A (.APP_CODE(msc8122_0_Data\Core0_Smart_DSP_OS_Release\ObjectCode\io.eln)+0xB5A) into : "_SendPacket" FUNCTION last symbol : "_stOutputRtpHeader"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tool = LNK | Error ID = 6999&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can anyone help me? thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jogging&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 15:18:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/strange-link-error/m-p/125020#M72</guid>
      <dc:creator>jogging</dc:creator>
      <dc:date>2007-03-05T15:18:47Z</dc:date>
    </item>
    <item>
      <title>StarCore: Re: strange link error</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/strange-link-error/m-p/125021#M73</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;From the message you are getting it looks like you are trying to store a 24-bits value in 16-bit wide variable.&lt;/DIV&gt;&lt;DIV&gt;This cannot work.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would recommend you to check function SendPacket implemented in module io.c.&lt;/DIV&gt;&lt;DIV&gt;This is where the issue arises.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If you are not able to figure out the reason for the problem by yourself, you need to submit a service request&amp;nbsp; for that.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;To log the issue please go to following URL:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.freescale.com/TechSupport" rel="nofollow" target="_blank"&gt;http://www.freescale.com/TechSupport&lt;/A&gt;&lt;BR /&gt;and click on "Submit a service request"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Make sure to attach a project reproducing the issue to the service request.&lt;/DIV&gt;&lt;DIV&gt;Support personal will also need to know which version of CodeWarrior you are using.&lt;/DIV&gt;&lt;DIV&gt;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; - Click on Save as and save the information to a text file. Attach the text file to your SR as well.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hope this helps.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by CrasyCat on &lt;SPAN class="date_text"&gt;2007-04-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:36 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 19:39:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/strange-link-error/m-p/125021#M73</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-03-05T19:39:03Z</dc:date>
    </item>
  </channel>
</rss>

