<?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>MCUXpresso IDEのトピックMCUXpresso 11.4.1 Debugger Console. Path for the index cache directory</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-11-4-1-Debugger-Console-Path-for-the-index-cache/m-p/1379634#M7644</link>
    <description>&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;Someone has this message (apparent error in Debugging Console) when launch Debug action?,...&lt;/P&gt;&lt;P&gt;"C:&lt;BR /&gt;xp\MCUXpressoIDE_11.4.1_6260\ide\plugins\com.nxp.mcuxpresso.tools.win32_11.4.0.202103011116 ools&amp;#8;in&amp;#7;rm-none-eabi-gdb.exe: warning: Couldn't determine a path for the index cache directory."&lt;BR /&gt;(The message is a copy/paste from the console).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It seem a lost in path composition of the path,... but not clear where is the fault and how fix. The debugger seem works (in general),..&lt;/P&gt;&lt;P&gt;Thanks for your comments.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Dec 2021 10:53:25 GMT</pubDate>
    <dc:creator>luis-martinez</dc:creator>
    <dc:date>2021-12-01T10:53:25Z</dc:date>
    <item>
      <title>MCUXpresso 11.4.1 Debugger Console. Path for the index cache directory</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-11-4-1-Debugger-Console-Path-for-the-index-cache/m-p/1379634#M7644</link>
      <description>&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;Someone has this message (apparent error in Debugging Console) when launch Debug action?,...&lt;/P&gt;&lt;P&gt;"C:&lt;BR /&gt;xp\MCUXpressoIDE_11.4.1_6260\ide\plugins\com.nxp.mcuxpresso.tools.win32_11.4.0.202103011116 ools&amp;#8;in&amp;#7;rm-none-eabi-gdb.exe: warning: Couldn't determine a path for the index cache directory."&lt;BR /&gt;(The message is a copy/paste from the console).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It seem a lost in path composition of the path,... but not clear where is the fault and how fix. The debugger seem works (in general),..&lt;/P&gt;&lt;P&gt;Thanks for your comments.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 10:53:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-11-4-1-Debugger-Console-Path-for-the-index-cache/m-p/1379634#M7644</guid>
      <dc:creator>luis-martinez</dc:creator>
      <dc:date>2021-12-01T10:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso 11.4.1 Debugger Console. Path for the index cache directory</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-11-4-1-Debugger-Console-Path-for-the-index-cache/m-p/1380116#M7645</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;luis-martinez,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How about erase all your flash, and download a simple demo project ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Does the program loaded can work well? If yes, you can ignore it , have a look at the below thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/MCUXpresso-IDE/warning-Couldn-t-determine-a-path-for-the-index-cache-directory/m-p/1272054" target="_blank"&gt;https://community.nxp.com/t5/MCUXpresso-IDE/warning-Couldn-t-determine-a-path-for-the-index-cache-directory/m-p/1272054&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 00:54:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-11-4-1-Debugger-Console-Path-for-the-index-cache/m-p/1380116#M7645</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-02T00:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso 11.4.1 Debugger Console. Path for the index cache directory</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-11-4-1-Debugger-Console-Path-for-the-index-cache/m-p/1380409#M7646</link>
      <description>&lt;P&gt;Hi Alice, many thanks for your link (I don't know why it not appear for me,... it was searched but,...),&lt;/P&gt;&lt;P&gt;About your answer,... apparently debug sessions works well,... it was tested in LPC845max board:&lt;/P&gt;&lt;P&gt;I loaded two full SDK' examples (SDK has been fully update), in both cases the error or warning appear when debug session is started.&lt;BR /&gt;1st Example. Demo "led_blinky". It seem work with the warning in the debug console. The debug session start (it activate the error in red text) but tha app run and red led blinks as expected.&lt;/P&gt;&lt;P&gt;2nd Example. Driver "gpio_led_output". It seem works, also, whith the warning in the debug console. As previous the error message is activate when debug start. Green led blinks when SW2 switch is pressed (uart data not tested,...)&lt;/P&gt;&lt;P&gt;Without more information I will closed this issue, if it appear some more data I will inform you.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 07:44:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-11-4-1-Debugger-Console-Path-for-the-index-cache/m-p/1380409#M7646</guid>
      <dc:creator>luis-martinez</dc:creator>
      <dc:date>2021-12-02T07:44:35Z</dc:date>
    </item>
  </channel>
</rss>

