<?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 Debugging of Project with Own Makefile in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Debugging-of-Project-with-Own-Makefile/m-p/721025#M2071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using freertos based mpc5748g project using s32ds v1.2 power pc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With IDE&amp;nbsp; it is working&amp;nbsp; fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as per requirement Currently I am developed one own make file (for command line build) to compile and generate .elf for mpc5748g board, It is able to compile and generated .elf file successfully. I created a default debug configuration and flashed to board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have led function before calling this Taskdelay function void vTaskDelay( const TickType_t xTicksToDelay ) . When I run the project LEDs will glow&amp;nbsp; But after calling Taskdelay function my&amp;nbsp; code it is stuck at&amp;nbsp; &amp;nbsp; &amp;nbsp;portYIELD_WITHIN_API();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; system delay task function shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Force a reschedule if xTaskResumeAll has not already done so, we may&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;have put ourselves to sleep. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if( xAlreadyYielded == pdFALSE )&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;portYIELD_WITHIN_API();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // control point is always at this point only&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when I suspend the debug I am getting below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No source available for "call___do_global_ctors_aux() at 0x40002f5c" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea why it is behaving like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me , Is there any thing wrong In the debug process or anything needs to be done to make file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Dec 2017 07:52:40 GMT</pubDate>
    <dc:creator>yalamandadosaky</dc:creator>
    <dc:date>2017-12-14T07:52:40Z</dc:date>
    <item>
      <title>Debugging of Project with Own Makefile</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Debugging-of-Project-with-Own-Makefile/m-p/721025#M2071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using freertos based mpc5748g project using s32ds v1.2 power pc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With IDE&amp;nbsp; it is working&amp;nbsp; fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as per requirement Currently I am developed one own make file (for command line build) to compile and generate .elf for mpc5748g board, It is able to compile and generated .elf file successfully. I created a default debug configuration and flashed to board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have led function before calling this Taskdelay function void vTaskDelay( const TickType_t xTicksToDelay ) . When I run the project LEDs will glow&amp;nbsp; But after calling Taskdelay function my&amp;nbsp; code it is stuck at&amp;nbsp; &amp;nbsp; &amp;nbsp;portYIELD_WITHIN_API();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; system delay task function shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Force a reschedule if xTaskResumeAll has not already done so, we may&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;have put ourselves to sleep. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if( xAlreadyYielded == pdFALSE )&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;portYIELD_WITHIN_API();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // control point is always at this point only&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when I suspend the debug I am getting below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No source available for "call___do_global_ctors_aux() at 0x40002f5c" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea why it is behaving like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me , Is there any thing wrong In the debug process or anything needs to be done to make file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 07:52:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Debugging-of-Project-with-Own-Makefile/m-p/721025#M2071</guid>
      <dc:creator>yalamandadosaky</dc:creator>
      <dc:date>2017-12-14T07:52:40Z</dc:date>
    </item>
  </channel>
</rss>

