<?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: MPC5748G C++ startup code in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666764#M7516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the source, I get the followinlg linker error:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;powerpc-eabivle-g++ -o "MPC5748G-C++Test_Z4_0.elf" "@MPC5748G-C++Test_Z4_0.args" &lt;BR /&gt;./src/main.o:(.rodata._ZTV6ClassA[_ZTV6ClassA]+0x8): undefined reference to `__cxa_pure_virtual'&lt;BR /&gt;./src/main.o:(.rodata._ZTI6ClassB[_ZTI6ClassB]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'&lt;BR /&gt;./src/main.o:(.sdata._ZTI6ClassA[_ZTI6ClassA]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [MPC5748G-C++Test_Z4_0.elf] Error 1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Jun 2017 13:30:37 GMT</pubDate>
    <dc:creator>kfirbs</dc:creator>
    <dc:date>2017-06-25T13:30:37Z</dc:date>
    <item>
      <title>MPC5748G C++ startup code</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666756#M7508</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;I have C++ code that contains&amp;nbsp;Classes with inheritance.&lt;/P&gt;&lt;P&gt;For some reason upon a call to a virtual function the app crashes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From what I understand there is a problem in the startup code that doesn't call the constructors and destructors.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;class ClassA&lt;BR /&gt;{&lt;BR /&gt;public:&lt;BR /&gt; virtual int sum() = 0;&lt;BR /&gt;};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Inherited Class:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;class ClassB&lt;BR /&gt;{&lt;BR /&gt;public:&lt;BR /&gt; ClassB(int startValue);&lt;/P&gt;&lt;P&gt;int sum();&lt;/P&gt;&lt;P&gt;private:&lt;BR /&gt; int fStartValue;&lt;BR /&gt;};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calls in main:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;ClassA* pObjectA;&lt;BR /&gt;ClassB objectB(10);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;main() {&lt;/P&gt;&lt;P&gt;pObjectA = &amp;amp;objectB;&lt;/P&gt;&lt;P&gt;total += pObjectA-&amp;gt;sum();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exception happens upon the call to sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me resolve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 18:35:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666756#M7508</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-06-20T18:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G C++ startup code</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666757#M7509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please explain me, what you try to do? The code you wrote above cannot be compiled and I do not know what you try to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you try to create polymorphism using virtual functions? If yes, this solution is completely incorrect. If no, please clarify me, what you try to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About constructors destructors, this issue is fixed in S32 Design Studio v1.2. You can download if from the link below:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=S32-DS-E2001-2" title="http://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=S32-DS-E2001-2"&gt;http://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=S32-DS-E2001-2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:49:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666757#M7509</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-06-21T07:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G C++ startup code</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666758#M7510</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;I wanted to present the general idea of the code, this can be taken to any environment and any compiler.&lt;/P&gt;&lt;P&gt;I know&amp;nbsp;that the code above is pseudo an doesn't include startup code, linker script or even includes to headers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This of course shows polymorphism yes, what is that incorrect? it works in linux, and it compiles fine with the eabivle-gcc compiler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:58:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666758#M7510</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-06-21T07:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G C++ startup code</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666759#M7511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand it is pseudo-code without linker, startup, etc, but from my point of view, if you want to show how polymorphism works, the code should look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;class ClassA&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;public:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;virtual int sum() = 0;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;class ClassB : public ClassA&amp;nbsp;&amp;nbsp;&amp;nbsp; //there must be inheritance&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;public:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;//ClassB(int startValue);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //I comment this because gcc is not able to compile this, but it does not matter&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;int sum()&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;return fStartValue = 10;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //this is only example to show, that it works correct&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;private:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;int fStartValue;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;ClassA* pObjectA;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;ClassB* objectB = new ClassB();&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp; //it was necessary to create objectB dynamically, because the code you used above cannot be compiled using S32DS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in main&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int total = 0;&lt;BR /&gt;pObjectA = objectB;&lt;BR /&gt;total = pObjectA-&amp;gt;sum();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this code works and correctly returns value 10 defined in function sum in class B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this code in S32DS v1.2 and let me know if it works. Also if I am not correct and I did not understand your idea, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 08:34:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666759#M7511</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-06-21T08:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G C++ startup code</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666760#M7512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Martin, several questions:&lt;/P&gt;&lt;P&gt;1. Why did you comment out the constructor of ClassB with parameter load?&lt;/P&gt;&lt;P&gt;2. I wish that ClassB will be&amp;nbsp;global and not dynamically located pointer. thus pObjectA will point to actual ClassB as shown in my example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:10:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666760#M7512</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-06-21T11:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G C++ startup code</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666761#M7513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I commented this, because I am not able to compile.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24381i355AEACB59921CE5/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use constructor, you should use standard declaration like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;class ClassB : public ClassA&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;public:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;ClassB(int startValue)&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;this-&amp;gt;fStartValue = startValue;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;int sum()&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;return fStartValue = 10;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;private:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;int fStartValue;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I finally did it the way you want. The reason, why I was not able to compile it before was inheritance. If class A is inherited by ClassB, you can simply write pObjectA = &amp;amp;objectB;&amp;nbsp; Please see code bellow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//This code is out of main function&lt;/P&gt;&lt;P&gt;ClassA* pObjectA;&lt;BR /&gt;ClassB objectB(10);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//This code is in main function&lt;/P&gt;&lt;P&gt;int total = 0;&lt;BR /&gt;pObjectA = &amp;amp;objectB;&lt;BR /&gt;total = pObjectA-&amp;gt;sum();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After sum is called, number 10 is stored in variable total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any other questions, please feel free to write me back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:39:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666761#M7513</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-06-21T11:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G C++ startup code</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666762#M7514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you send me the&amp;nbsp;sample project you have created with the startup code and linker script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 14:11:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666762#M7514</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-06-21T14:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G C++ startup code</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666763#M7515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see the post attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 10:43:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666763#M7515</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-06-22T10:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G C++ startup code</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666764#M7516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the source, I get the followinlg linker error:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;powerpc-eabivle-g++ -o "MPC5748G-C++Test_Z4_0.elf" "@MPC5748G-C++Test_Z4_0.args" &lt;BR /&gt;./src/main.o:(.rodata._ZTV6ClassA[_ZTV6ClassA]+0x8): undefined reference to `__cxa_pure_virtual'&lt;BR /&gt;./src/main.o:(.rodata._ZTI6ClassB[_ZTI6ClassB]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'&lt;BR /&gt;./src/main.o:(.sdata._ZTI6ClassA[_ZTI6ClassA]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [MPC5748G-C++Test_Z4_0.elf] Error 1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jun 2017 13:30:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666764#M7516</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-06-25T13:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G C++ startup code</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666765#M7517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which version of S32 Design Studio you use? This project can be compiled (and linked) in S32DS for Power Architecture version 1.2. Please see the link below:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&amp;amp;element=8199217" title="https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&amp;amp;element=8199217"&gt;https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&amp;amp;element=8199217&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any other questions, please feel free to write me back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 11:19:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-C-startup-code/m-p/666765#M7517</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-06-26T11:19:38Z</dc:date>
    </item>
  </channel>
</rss>

