<?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>8-bit MicrocontrollersのトピックRe: warning:C4201 pragma inline was not handled</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238876#M19552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - thanks for that, I guess I didn't look too closely at the case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2013 18:14:29 GMT</pubDate>
    <dc:creator>admin</dc:creator>
    <dc:date>2013-01-29T18:14:29Z</dc:date>
    <item>
      <title>warning:C4201 pragma inline was not handled</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238871#M19547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using mcs908QE128 (on a demoqe board)&lt;/P&gt;&lt;P&gt;If I have:&lt;/P&gt;&lt;P&gt;#pragma inline&lt;/P&gt;&lt;P&gt;// Read the content of a memory address&lt;/P&gt;&lt;P&gt;char flash_read(unsigned int address)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; unsigned char *pointer;&lt;/P&gt;&lt;P&gt;&amp;nbsp; pointer = (char*) address;&lt;/P&gt;&lt;P&gt;&amp;nbsp; return (*pointer);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the warning above warning ( warning:C4201 pragma inline was not handled)&lt;/P&gt;&lt;P&gt;Does inlining not work for this device (or compiler)&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Russell&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 08:14:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238871#M19547</guid>
      <dc:creator>russellsher</dc:creator>
      <dc:date>2013-01-28T08:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: warning:C4201 pragma inline was not handled</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238872#M19548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly&amp;nbsp; what it means, the compiler does not recognize the inline pragma.&lt;/P&gt;&lt;P&gt;Note that the S08 compiler does know the pragma INTERRUPT (all uppercase).&lt;/P&gt;&lt;P&gt;Check the compiler manual for the s08 for a list of supported pragmas, it has a chapter "Compiler Pragmas".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 04:07:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238872#M19548</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2013-01-29T04:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: warning:C4201 pragma inline was not handled</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238873#M19549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;many thanks for the reply - will check it out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 13:19:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238873#M19549</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2013-01-29T13:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: warning:C4201 pragma inline was not handled</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238874#M19550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel, I looked at the V10.x HC(S)08 Build Tools Reference Manual manual - it does list #pragma INLINE on page 360.&lt;/P&gt;&lt;P&gt;Is there another associated reason for the earning?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 14:07:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238874#M19550</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2013-01-29T14:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: warning:C4201 pragma inline was not handled</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238875#M19551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pragma's names are case sensitive, inline and INLINE is not the same. And in the answer above, I meant to mention that there is a pragma INLINE, I noticed I typed &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;INTERRUPT&lt;/SPAN&gt; instead.&lt;/P&gt;&lt;P&gt;Use (I did not try this out)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;#pragma INLINE&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;// Read the content of a memory address&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;char flash_read(unsigned int address)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;{&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; const char *pointer;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; pointer = (&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;const&lt;/SPAN&gt; char*) address;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; return (*pointer);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 16:19:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238875#M19551</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2013-01-29T16:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: warning:C4201 pragma inline was not handled</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238876#M19552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - thanks for that, I guess I didn't look too closely at the case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 18:14:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/warning-C4201-pragma-inline-was-not-handled/m-p/238876#M19552</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2013-01-29T18:14:29Z</dc:date>
    </item>
  </channel>
</rss>

