<?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 S32K cmake math.h in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32K-cmake-math-h/m-p/1754022#M11348</link>
    <description>&lt;P&gt;Dears:&lt;/P&gt;&lt;P&gt;When I am compiling an S32K project using cmake, when I add the sin() function in the math. h library, an undefined reference to 'sin' appears during the linking process. What is the reason for this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ralphty_0-1699429748835.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248963i65B63EAEA60683A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ralphty_0-1699429748835.png" alt="Ralphty_0-1699429748835.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ralphty_1-1699429768375.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248964iF4B54CB07CB99525/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ralphty_1-1699429768375.png" alt="Ralphty_1-1699429768375.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 07:50:14 GMT</pubDate>
    <dc:creator>Ralphty</dc:creator>
    <dc:date>2023-11-08T07:50:14Z</dc:date>
    <item>
      <title>S32K cmake math.h</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K-cmake-math-h/m-p/1754022#M11348</link>
      <description>&lt;P&gt;Dears:&lt;/P&gt;&lt;P&gt;When I am compiling an S32K project using cmake, when I add the sin() function in the math. h library, an undefined reference to 'sin' appears during the linking process. What is the reason for this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ralphty_0-1699429748835.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248963i65B63EAEA60683A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ralphty_0-1699429748835.png" alt="Ralphty_0-1699429748835.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ralphty_1-1699429768375.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248964iF4B54CB07CB99525/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ralphty_1-1699429768375.png" alt="Ralphty_1-1699429768375.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 07:50:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K-cmake-math-h/m-p/1754022#M11348</guid>
      <dc:creator>Ralphty</dc:creator>
      <dc:date>2023-11-08T07:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K cmake math.h</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K-cmake-math-h/m-p/1754219#M11350</link>
      <description>&lt;DIV&gt;Hi, pay attention for following thread:&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio/atan2f-in-math-h-with-S32DS-S32K144/m-p/799790" target="_blank" rel="noopener" shape="rect"&gt;https://community.nxp.com/t5/S32-Design-Studio/atan2f-in-math-h-with-S32DS-S32K144/m-p/799790&lt;/A&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 12:27:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K-cmake-math-h/m-p/1754219#M11350</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2023-11-08T12:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32K cmake math.h</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K-cmake-math-h/m-p/1754551#M11358</link>
      <description>Dear:&lt;BR /&gt;Thank you very much for your reply. I did not use the IDE for project construction, but instead used cmake as the construction method. I also added - lc - lm - lgcc in the link options, but still reported the above issue.</description>
      <pubDate>Thu, 09 Nov 2023 02:08:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K-cmake-math-h/m-p/1754551#M11358</guid>
      <dc:creator>Ralphty</dc:creator>
      <dc:date>2023-11-09T02:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: S32K cmake math.h</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K-cmake-math-h/m-p/1823691#M11995</link>
      <description>&lt;P&gt;Dear:&lt;/P&gt;&lt;P&gt;I have the same problem. Have you solved it?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 01:13:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K-cmake-math-h/m-p/1823691#M11995</guid>
      <dc:creator>drfrefw123</dc:creator>
      <dc:date>2024-03-08T01:13:55Z</dc:date>
    </item>
  </channel>
</rss>

