<?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: Run sdk makefile project example error in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/Run-sdk-makefile-project-example-error/m-p/714576#M225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stanislav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Yes. It worked, I can build it correctly by using gcc,very thans.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Sep 2017 00:20:23 GMT</pubDate>
    <dc:creator>lognight</dc:creator>
    <dc:date>2017-09-05T00:20:23Z</dc:date>
    <item>
      <title>Run sdk makefile project example error</title>
      <link>https://community.nxp.com/t5/S32-SDK/Run-sdk-makefile-project-example-error/m-p/714574#M223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran the example of using makefile project in D:\NXP\S32DS_Power_v1.2\S32DS\S32_SDK_MPC5748G_EAR_0.8.0\examples\MPC5748G\demo_apps\hello_world-mkf\GCC-MKF, met an error as following, how can I slove this problem.&lt;/P&gt;&lt;P&gt;I using&amp;nbsp; S32DS_Power_v1.2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="100.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27554iFBD43F5559006DEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="100.PNG" alt="100.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 03:24:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Run-sdk-makefile-project-example-error/m-p/714574#M223</guid>
      <dc:creator>lognight</dc:creator>
      <dc:date>2017-09-04T03:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Run sdk makefile project example error</title>
      <link>https://community.nxp.com/t5/S32-SDK/Run-sdk-makefile-project-example-error/m-p/714575#M224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;Thanks for this report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect there is an issue in the example makefile which does not work well with the latest GCC compiler (S32DS Power v1.2)&lt;/P&gt;&lt;P&gt;Could you possibly try to remove the linker options below from the Makefile (line 124, 127):&lt;/P&gt;&lt;PRE&gt;-nostartfiles
-nostdlib&lt;/PRE&gt;&lt;PRE&gt;&amp;lt;S32DS_Power_v1.2&amp;gt;\S32DS\S32_SDK_MPC5748G_EAR_0.8.0\examples\MPC5748G\demo_apps\hello_world-mkf\GCC-MKF\Makefile&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;## Linker flags
LDFLAGS_RAM:=-Wl,-Map=$(MAP_RAM)
LDFLAGS_RAM+= -nodefaultlibs -T "$(BASEDIR)\platform\devices\MPC5748G\linker\gcc\MPC5748G_ram.ld" --entry=Reset_Handler -Wl,-gc-sections
LDFLAGS_RAM+=-lgcc -lm -lc
LDFLAGS_FLASH:=-Wl,-Map=$(MAP_FLASH)
LDFLAGS_FLASH+= -nodefaultlibs -T "$(BASEDIR)\platform\devices\MPC5748G\linker\gcc\MPC5748G_flash.ld" --entry=Reset_Handler -Wl,-gc-sections
LDFLAGS_FLASH+=-lgcc -lm -lc
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And re-build the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 13:31:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Run-sdk-makefile-project-example-error/m-p/714575#M224</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2017-09-04T13:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Run sdk makefile project example error</title>
      <link>https://community.nxp.com/t5/S32-SDK/Run-sdk-makefile-project-example-error/m-p/714576#M225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stanislav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Yes. It worked, I can build it correctly by using gcc,very thans.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 00:20:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Run-sdk-makefile-project-example-error/m-p/714576#M225</guid>
      <dc:creator>lognight</dc:creator>
      <dc:date>2017-09-05T00:20:23Z</dc:date>
    </item>
  </channel>
</rss>

