<?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: SE050-PLUG-TRUST-MW compilation issue in Secure Authentication</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/SE050-PLUG-TRUST-MW-compilation-issue/m-p/1094675#M332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the logs here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Jun 2020 09:22:12 GMT</pubDate>
    <dc:creator>ramakrishnathum</dc:creator>
    <dc:date>2020-06-28T09:22:12Z</dc:date>
    <item>
      <title>SE050-PLUG-TRUST-MW compilation issue</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050-PLUG-TRUST-MW-compilation-issue/m-p/1094674#M331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using imx6solox conected to SE050 using I2C .&lt;/P&gt;&lt;P&gt;I am facing compilation&amp;nbsp; issue like this&lt;/P&gt;&lt;P&gt;===================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cc1: error: '-Wformat-security' ignored without '-Wformat' [-Werror=format-security]&lt;BR /&gt;| cc1: some warnings being treated as errors&lt;BR /&gt;| demos/apdu_player/CMakeFiles/apdu_player_demo.dir/build.make:62: recipe for target 'demos/apdu_player/CMakeFiles/apdu_player_demo.dir/apdu_player.c.o' failed&lt;BR /&gt;| make[2]: *** [demos/apdu_player/CMakeFiles/apdu_player_demo.dir/apdu_player.c.o] Error 1&lt;BR /&gt;| CMakeFiles/Makefile2:1947: recipe for target 'demos/apdu_player/CMakeFiles/apdu_player_demo.dir/all' failed&lt;BR /&gt;| make[1]: *** [demos/apdu_player/CMakeFiles/apdu_player_demo.dir/all] Error 2&lt;BR /&gt;| Makefile:129: recipe for target 'all' failed&lt;BR /&gt;| make: *** [all] Error 2&lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;=================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the recipe and error log file attached and give me a suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2020 09:13:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050-PLUG-TRUST-MW-compilation-issue/m-p/1094674#M331</guid>
      <dc:creator>ramakrishnathum</dc:creator>
      <dc:date>2020-06-28T09:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: SE050-PLUG-TRUST-MW compilation issue</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050-PLUG-TRUST-MW-compilation-issue/m-p/1094675#M332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the logs here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2020 09:22:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050-PLUG-TRUST-MW-compilation-issue/m-p/1094675#M332</guid>
      <dc:creator>ramakrishnathum</dc:creator>
      <dc:date>2020-06-28T09:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: SE050-PLUG-TRUST-MW compilation issue</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050-PLUG-TRUST-MW-compilation-issue/m-p/1094676#M333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pamakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was no gcc version in the logs, but this most likely has to do with the version of gcc which seems to not support Wformat-security without Wformat.&lt;BR /&gt; &lt;BR /&gt;Please remove -Wno-format in simw-top/demos/apdu_player/CMakeLists.txt:&lt;BR /&gt;change:&lt;BR /&gt;IF(CMAKE_COMPILER_IS_GNUCC)&lt;BR /&gt;ADD_DEFINITIONS("-Wno-unused-function -Wno-format")&lt;BR /&gt;ENDIF()&lt;BR /&gt;to:&lt;BR /&gt;IF(CMAKE_COMPILER_IS_GNUCC)&lt;BR /&gt;ADD_DEFINITIONS("-Wno-unused-function")&lt;BR /&gt;ENDIF()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly try it again and let me know if the problem is still there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 08:08:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050-PLUG-TRUST-MW-compilation-issue/m-p/1094676#M333</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2020-07-08T08:08:33Z</dc:date>
    </item>
  </channel>
</rss>

