<?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 on operand write with sinus function in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Error-on-operand-write-with-sinus-function/m-p/461292#M3463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check these points:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. if math.h is included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. adjust ansi_prefix.CF.size.h as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define _MSL_FLOATING_POINT 1&lt;/P&gt;&lt;P&gt;//#define _MSL_NO_MATH_LIB 0&lt;/P&gt;&lt;P&gt;#undef _MSL_NO_MATH_LIB&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define _MSL_FLOATING_POINT_IO 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. add &lt;/P&gt;&lt;P&gt;#define __CF_USE_FULL_LIBS__ 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to prefix text of Target setting -&amp;gt; C/C++Preprocessor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can this help you?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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, 17 Feb 2016 04:17:19 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2016-02-17T04:17:19Z</dc:date>
    <item>
      <title>Error on operand write with sinus function</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Error-on-operand-write-with-sinus-function/m-p/461291#M3462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to use sinus function on MCF5213 with Codewarrior. I am using the library C_4i_CF_MSL.a on my projet.&lt;/P&gt;&lt;P&gt;But when my software call the funtion sin this error occurs :&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Error generate :&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Access Error -- PC = 0X02DEEC&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Error on operand write&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:04:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Error-on-operand-write-with-sinus-function/m-p/461291#M3462</guid>
      <dc:creator>teboulmickael</dc:creator>
      <dc:date>2016-02-16T17:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error on operand write with sinus function</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Error-on-operand-write-with-sinus-function/m-p/461292#M3463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check these points:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. if math.h is included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. adjust ansi_prefix.CF.size.h as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define _MSL_FLOATING_POINT 1&lt;/P&gt;&lt;P&gt;//#define _MSL_NO_MATH_LIB 0&lt;/P&gt;&lt;P&gt;#undef _MSL_NO_MATH_LIB&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define _MSL_FLOATING_POINT_IO 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. add &lt;/P&gt;&lt;P&gt;#define __CF_USE_FULL_LIBS__ 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to prefix text of Target setting -&amp;gt; C/C++Preprocessor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can this help you?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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, 17 Feb 2016 04:17:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Error-on-operand-write-with-sinus-function/m-p/461292#M3463</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-02-17T04:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error on operand write with sinus function</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Error-on-operand-write-with-sinus-function/m-p/461293#M3464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, you save me :smileyhappy:&lt;/P&gt;&lt;P&gt;Now I have an other problem... M_PI is not recognized.&lt;/P&gt;&lt;P&gt;Do you know how can I use pi (3.14...) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:31:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Error-on-operand-write-with-sinus-function/m-p/461293#M3464</guid>
      <dc:creator>teboulmickael</dc:creator>
      <dc:date>2016-02-17T09:31:06Z</dc:date>
    </item>
  </channel>
</rss>

