<?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>S32 Design StudioのトピックRe: DEVKIT-MPC5748G c++ GDB server fails</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686508#M1485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to see that it's not only me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the following flags for compiler and linker:&lt;/P&gt;&lt;P&gt;Compiler&lt;/P&gt;&lt;P&gt;dplus -c -tPPCVLEES:simple -I"../include" -IC:/WindRiver/diab/5.9.4.8/PPCVLEEN -I"C:\Freescale\S32_Power_v1.1\eclipse\../S32DS/e200_ewl2/EWL_C/include" -I"C:\Freescale\S32_Power_v1.1\eclipse\../S32DS/e200_ewl2/EWL_C/include/pa" -I"C:\Freescale\S32_Power_v1.1\eclipse\../S32DS/e200_ewl2/EWL_C++/include" -I"C:\Freescale\S32_Power_v1.1\eclipse\../S32DS/e200_ewl2/EWL_C++/include/pa" -Xdebug-struct-all -DMPC5748G -Wa,-Xisa-vle -Xdebug-local-cie -Xdebug-local-all -Xc-new -Xdebug-dwarf2 -Xdialect-ansi -Xframe-info -Xmake-dependency=0x5 -o src/ClassB.o ../src/ClassB.cpp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;** With the addition of '-g' for GDB&amp;nbsp;to fail&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linker:&lt;/P&gt;&lt;P&gt;dld -tPPCVLEES:simple -m13 &amp;gt; link.map -Xelf -o testApplicationA.elf ../default.dld ./src/ClassB.o ./src/ClassC.o ./src/func1.o ./src/func2.o ./src/main.o -ld -lc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2017 18:11:58 GMT</pubDate>
    <dc:creator>kfirbs</dc:creator>
    <dc:date>2017-05-22T18:11:58Z</dc:date>
    <item>
      <title>DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686497#M1474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding: 0px;"&gt;Hi,&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;I am using an example C++ project from S32 (hello) for the DEVKIT-MPC5748G.&lt;/P&gt;&lt;P style="padding: 0px;"&gt;When I take the project as is, I can compile it and debug it, using the Diab compiler v.5.9.4.8 and the USB debug.&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;But when adding a class that inherits from another class, and declaring it as global, the debug fails.&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/19435i568F49104E824E75/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/19481iEDDC25A92A94BD65/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;debugger version:&amp;nbsp;GNU gdb (GDB) 7.8.2&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;main.cpp, in &lt;STRONG&gt;bold&lt;/STRONG&gt; are my additions:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="background: none #f6f6f6; border-left: 2px solid #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="padding: 0px;"&gt;/*&lt;BR /&gt;* main implementation: use this 'C++' sample to create your own application&lt;BR /&gt;*/&lt;/P&gt;&lt;P style="padding: 0px;"&gt;#include "derivative.h" /* include peripheral declarations */&lt;BR /&gt;&lt;STRONG&gt;#include "ClassB.h"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;#ifdef __cplusplus&lt;BR /&gt;extern "C" {&lt;BR /&gt;#endif&lt;/P&gt;&lt;P style="padding: 0px;"&gt;extern void xcptn_xmpl(void);&lt;/P&gt;&lt;P style="padding: 0px;"&gt;#ifdef __cplusplus&lt;BR /&gt;}&lt;BR /&gt;#endif&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;STRONG&gt;ClassB objectB(10);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;class counterclass&lt;BR /&gt;{&lt;BR /&gt;private:&lt;BR /&gt;int m_counter;&lt;BR /&gt;public: &lt;BR /&gt;counterclass(void) &lt;BR /&gt;{&lt;BR /&gt;m_counter = 0;&lt;BR /&gt;};&lt;BR /&gt;void increment(void) &lt;BR /&gt;{&lt;BR /&gt;m_counter++;&lt;BR /&gt;}; &lt;BR /&gt;};&lt;/P&gt;&lt;P style="padding: 0px;"&gt;int main()&lt;BR /&gt;{&lt;BR /&gt;counterclass myccounter;&lt;BR /&gt;int mode = 0;&lt;BR /&gt;int total = 0;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;xcptn_xmpl (); /* Configure and Enable Interrupts */&lt;/P&gt;&lt;P style="padding: 0px;"&gt;/* Loop forever */&lt;BR /&gt;for(;;) { &lt;BR /&gt;myccounter.increment();&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;ClassB.cpp&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="background: none #f6f6f6; border-left: 2px solid #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="padding: 0px;"&gt;#include "ClassB.h"&lt;/P&gt;&lt;P style="padding: 0px;"&gt;ClassB::ClassB(int startValue) :&lt;BR /&gt;fStartValue(startValue)&lt;BR /&gt;{&lt;BR /&gt;}&lt;/P&gt;&lt;P style="padding: 0px;"&gt;int ClassB::sum()&lt;BR /&gt;{&lt;BR /&gt;int sum = fStartValue;&lt;BR /&gt;for (int i = 0; i &amp;lt; 4; ++i)&lt;BR /&gt;{&lt;BR /&gt;sum += i;&lt;BR /&gt;}&lt;BR /&gt;return sum;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;ClassA.h:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="background: none #f6f6f6; border-left: 2px solid #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="padding: 0px;"&gt;#ifndef CLASSA_H_&lt;BR /&gt;#define CLASSA_H_&lt;/P&gt;&lt;P style="padding: 0px;"&gt;class ClassA&lt;BR /&gt;{&lt;BR /&gt;public:&lt;BR /&gt;virtual int sum() = 0;&lt;BR /&gt;};&lt;/P&gt;&lt;P style="padding: 0px;"&gt;#endif /* CLASSA_H_ */&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;Can you help me sort out the issue? It seems like a but in S32 debuggger.&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;** I have attached the example with the addition I have used for reference.#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 May 2017 21:11:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686497#M1474</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-05-20T21:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686498#M1475</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 attach your project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project you tried to debug is compiled by Diab compiler am I correct? Did you try to compile it using GCC? Could you please try and let me know if it works?&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, 22 May 2017 07:59:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686498#M1475</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-05-22T07:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686499#M1476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi The project can be downloaded from here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://drive.google.com/open?id=0B30gLXaoOM3WaGZGVFdDZDlrVTQ" title="https://drive.google.com/open?id=0B30gLXaoOM3WaGZGVFdDZDlrVTQ"&gt;https://drive.google.com/open?id=0B30gLXaoOM3WaGZGVFdDZDlrVTQ&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 08:04:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686499#M1476</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-05-22T08:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686500#M1477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems that with GCC the gdb doesn't fail and I can debug my project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 08:19:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686500#M1477</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-05-22T08:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686501#M1478</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 cannot download the project from link above, but from your last post it seems, there is something wrong with Diab compiler. Do you use the Diab plugin for S32 Design Studio or you have also IDE from Wind River?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you to ask Wind River support, maybe they will know about this issue or they will be able to provide you more accurate information.&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, 22 May 2017 08:23:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686501#M1478</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-05-22T08:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686502#M1479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try now:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://drive.google.com/file/d/0B30gLXaoOM3WaGZGVFdDZDlrVTQ/view?usp=sharing" title="https://drive.google.com/file/d/0B30gLXaoOM3WaGZGVFdDZDlrVTQ/view?usp=sharing"&gt;hello_me.7z - Google Drive&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use S32 IDE with the Diab plugin for S32, it seems that the problem originates in GDB and not in Diab compiler since I get an ELF file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 08:39:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686502#M1479</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-05-22T08:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686503#M1480</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;still not able to download. Please click &lt;EM&gt;&lt;STRONG&gt;Use advanced editor&lt;/STRONG&gt;&lt;/EM&gt; while you are writing the answer and attach the project directly to the post.&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, 22 May 2017 08:44:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686503#M1480</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-05-22T08:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686504#M1481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 08:45:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686504#M1481</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-05-22T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686505#M1482</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 have two more questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is the elf file in the project you attached&amp;nbsp; compiled by diab or GCC? (I need elf compiled by diab, because I do not have diab license)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) When you do not use inheritance, does everything work correct?&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, 22 May 2017 09:03:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686505#M1482</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-05-22T09:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686506#M1483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. You can use the elf in the project, i will add another ELF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Simple class that is found in the source works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 09:08:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686506#M1483</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-05-22T09:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686507#M1484</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 found the root cause of your problem and it is called debug symbols. I had tried to load the code including debug symbols and the symptoms were the same as on you side. But when I had disable loading symbols, I was able to download code into the microcontroller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, at first, could you please check, if you use debug format DWARF 2.0? Because if you use some higher (3 or 4) it is possible that GDB cannot handle this and unfortunately it seems, there is some unhandled exception which causes GDB crash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, could you please write me back all switches you use for compiling?&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, 22 May 2017 13:37:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686507#M1484</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-05-22T13:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686508#M1485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to see that it's not only me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the following flags for compiler and linker:&lt;/P&gt;&lt;P&gt;Compiler&lt;/P&gt;&lt;P&gt;dplus -c -tPPCVLEES:simple -I"../include" -IC:/WindRiver/diab/5.9.4.8/PPCVLEEN -I"C:\Freescale\S32_Power_v1.1\eclipse\../S32DS/e200_ewl2/EWL_C/include" -I"C:\Freescale\S32_Power_v1.1\eclipse\../S32DS/e200_ewl2/EWL_C/include/pa" -I"C:\Freescale\S32_Power_v1.1\eclipse\../S32DS/e200_ewl2/EWL_C++/include" -I"C:\Freescale\S32_Power_v1.1\eclipse\../S32DS/e200_ewl2/EWL_C++/include/pa" -Xdebug-struct-all -DMPC5748G -Wa,-Xisa-vle -Xdebug-local-cie -Xdebug-local-all -Xc-new -Xdebug-dwarf2 -Xdialect-ansi -Xframe-info -Xmake-dependency=0x5 -o src/ClassB.o ../src/ClassB.cpp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;** With the addition of '-g' for GDB&amp;nbsp;to fail&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linker:&lt;/P&gt;&lt;P&gt;dld -tPPCVLEES:simple -m13 &amp;gt; link.map -Xelf -o testApplicationA.elf ../default.dld ./src/ClassB.o ./src/ClassC.o ./src/func1.o ./src/func2.o ./src/main.o -ld -lc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 18:11:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686508#M1485</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-05-22T18:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686509#M1486</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;Are there any news regarding the debug problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see from my command the debug is with "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;-Xdebug-dwarf2"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/martinkovar"&gt;martinkovar&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 14:46:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686509#M1486</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-06-07T14:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686510#M1487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen an answer from &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/alexanderfedotov"&gt;alexanderfedotov&lt;/A&gt;‌&amp;nbsp;&lt;/P&gt;&lt;P&gt;regarding the addition of&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: medium;"&gt;-Xdebug-local-cie that for some reason isn't shown here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: medium;"&gt;It still doesn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 10:46:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686510#M1487</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-06-08T10:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686511#M1488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/martinkovar"&gt;martinkovar&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any news regarding this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 13:21:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686511#M1488</guid>
      <dc:creator>kfirbs</dc:creator>
      <dc:date>2017-06-13T13:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-MPC5748G c++ GDB server fails</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686512#M1489</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;Is there any update to this issue? I am having the same problem, posted some months ago.&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://community.nxp.com/thread/459823"&gt;https://community.nxp.com/thread/459823&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Norbert Unterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 05:55:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/DEVKIT-MPC5748G-c-GDB-server-fails/m-p/686512#M1489</guid>
      <dc:creator>norbertunterber</dc:creator>
      <dc:date>2018-04-13T05:55:40Z</dc:date>
    </item>
  </channel>
</rss>

