<?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: No Source Available KDS Debugger in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306850#M74</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the links.&lt;/P&gt;&lt;P&gt;I saw in&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/servlet/JiveServlet/download/406453-275606/debugError2.png" title="https://community.freescale.com/servlet/JiveServlet/download/406453-275606/debugError2.png"&gt;https://community.freescale.com/servlet/JiveServlet/download/406453-275606/debugError2.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;that you are using a workspace on drive X:&lt;/P&gt;&lt;P&gt;Having KDS on C:\freescale is fine.&lt;/P&gt;&lt;P&gt;But is your workspace on a physical drive to (e.g. C:\)?&lt;/P&gt;&lt;P&gt;I just think if X:\ is something weird, it could cause the symptoms you explain.&lt;/P&gt;&lt;P&gt;Especially if X: is a network drive or a thumb drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 17:19:46 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2014-09-18T17:19:46Z</dc:date>
    <item>
      <title>No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306834#M58</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having issues debugging applications with Kinetis Design Studio (the applications are built with Processor Expert). Whenever the Debugger starts, I get an error stating that no source is available for a specified location. This location changes periodically. Once the application starts, whenever I try to pause the debugger (and sometimes without any input from me), another error appears stating that no source is available for the _vect_table() at 0x0. From then on, clicking on resume only pauses the debugger with the same error. Sometimes it is possible to use the step over button or breakpoints to allow the debugger to run again, &lt;SPAN style="text-decoration: line-through;"&gt;but this causes strange things to happen to the application. For example, stepping over an operation on an integer variable does not cause the variable to change, but several steps later, the debugger will jump back to that operation and change the variable (although not entirely as expected for the mathematical operation).&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;The strange behavior appears to be due to compiler optimization and has been removed during the debugging process. &lt;/SPAN&gt;This problem exists even with a newly created project with absolutely no user code. I simply create a new KDS project with Processor Expert, click on the generate code button, create a debug config for the project and then debug, and the no source errors occur. This makes debugging my applications nearly impossible. Any help would be most appreciated. I am using the TWR-K21F120M, KDS 1.0.1 [beta], and the included USB OSJTAG as the connection for the debugger. Attached are three screenshots, two showing the error in the debugger for a newly created project and one showing the debug configuration I'm using. Any help would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 16:07:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306834#M58</guid>
      <dc:creator>joseph0577</dc:creator>
      <dc:date>2014-05-27T16:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306835#M59</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could it be that you have the watchdog enabled? That would explain why the debugger jumps back to the reset vector.&lt;/P&gt;&lt;P&gt;That 'source not found' happens if the debug view has not set the source location for your PC. You can get this for example if you download with a J-Link, but do not enable the 'continue' check box in the startup tab of the debug configuration.&lt;/P&gt;&lt;P&gt;However, for P&amp;amp;E this is automatically enabled. So I think what you see is that the program gets downloaded, and then runs and then runs into a problem (hard fault?). Can you set a breakpoin in the startup code so it stops and does not run until main()?&lt;/P&gt;&lt;P&gt;Or do assembly stepping after you have reached the state you show in the screenshots?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 12:29:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306835#M59</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-05-28T12:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306836#M60</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didn't occur to me until after I posted, but I think the reason the debugger will jump back and forth is due to optimization of the code. I turned off optimization it that behavior seemed to stop. However, I'm still having problems with the 'no source available' errors. Either way, the watchdog is disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think that I can perform assembly stepping once the 'source not found' error occurs. When I try, the assembly view flashes, but the step counter does not move. I can set a breakpoint in the startup code, and a screenshot is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 12:48:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306836#M60</guid>
      <dc:creator>joseph0577</dc:creator>
      <dc:date>2014-05-28T12:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306837#M61</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've attached another screenshot showing the debugger state at the automatic breakpoint set by the debugger at the Init call. Note that there has already been a no source error, but it was not fatal/prohibitive in any way. I've also attached a txt file that contains the console logs at this point and at the next no source error point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 13:02:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306837#M61</guid>
      <dc:creator>joseph0577</dc:creator>
      <dc:date>2014-05-28T13:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306838#M62</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, this issue is still unresolved. I had hoped that updating to KDS 1.1.1 would solve it, but it did not. If anyone has any ideas what might be going on, I would really appreciate it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 11:42:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306838#M62</guid>
      <dc:creator>joseph0577</dc:creator>
      <dc:date>2014-09-17T11:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306839#M63</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;I think removing old KDS and install new KDS.1.1.1 will help.&amp;nbsp; &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=KDS_IDE&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=KDS_IDE&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;Kinetis Design Studio Integrated Development |Freescale&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Let us know you success (or issue).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 13:33:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306839#M63</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2014-09-17T13:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306840#M64</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although I did not remove the old KDS, I have installed KDS 1.1.1, and still have the same issue. I made sure that I'm actually using KDS 1.1.1 (I am). I am, however, using the same workspace from the old KDS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 13:38:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306840#M64</guid>
      <dc:creator>joseph0577</dc:creator>
      <dc:date>2014-09-17T13:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306841#M65</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;Please re-try with a new WorkSpace and report back.&lt;/P&gt;&lt;P&gt;If you can remove old I do that too.&lt;/P&gt;&lt;P&gt;Then also verify that the correct Windows Environmental Variable points to the KDS1.0.0 path.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 13:47:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306841#M65</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2014-09-17T13:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306842#M66</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What Windows Enviromental Variable are you referring to, and where would I find it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 13:50:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306842#M66</guid>
      <dc:creator>joseph0577</dc:creator>
      <dc:date>2014-09-17T13:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306843#M67</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;My apologizes...it is the KSDK_PATH that needs to be verified.&lt;/P&gt;&lt;P&gt;As reference please look at Appendix B: in the C:\Freescale\KSDK_1.0.0\doc\Kinetis SDK K64 User's Guide.pdf.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 14:33:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306843#M67</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2014-09-17T14:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306844#M68</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changing to a new workspace and creating a new project, then importing everything only worked for the first debug session. Once I stopped the debugger, modified the code, and then restarted, I got the no source error again. The modifications were minor (I simply changed the static index reference in a char array).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 16:01:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306844#M68</guid>
      <dc:creator>joseph0577</dc:creator>
      <dc:date>2014-09-17T16:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306845#M69</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;I'll try to reproduce your steps soon and see what happens.&lt;/P&gt;&lt;P&gt;Where are you installing the KDS and KSDK (i.e. what are the paths)?&lt;/P&gt;&lt;P&gt;Where do you place your WorkSpace?&lt;/P&gt;&lt;P&gt;What Host OS (guessing Win7 Pro)?&lt;/P&gt;&lt;P&gt;Have you updated the debugger firmware lately?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 16:19:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306845#M69</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2014-09-17T16:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306846#M70</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I'm on a corporate PC running Windows 7 Enterprise. The install paths for KDS and KSDK are C:\Freescale\KDS_1.1.1 and C:\Freescale\KSDK_1.0.0. The workspace is on a shared drive. I have not updated the debugger firmware at all. I'm using a TWR-K21F120M with the GDB PEMicro USB interface. Also, this is a Processor Expert project. Thanks for looking into this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 16:23:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306846#M70</guid>
      <dc:creator>joseph0577</dc:creator>
      <dc:date>2014-09-17T16:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306847#M71</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So an update. I believe (although I haven't fully tested this theory) is that every time I reboot, something is refreshed. The first time I try to debug after rebooting, it operates as expected. Every subsequent attempt results in a source not found error with a worst-case scenario of the error preventing any debugging. This may have something to do with the version of Eclipse that KDS is built on. If you search for this error associated with Eclipse instead of KDS, you will find that the standard Eclipse has, or used to have, this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:49:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306847#M71</guid>
      <dc:creator>joseph0577</dc:creator>
      <dc:date>2014-09-18T11:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306848#M72</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;can you share a link to what you have found in your research (having this to be an Eclipse problem)?&lt;/P&gt;&lt;P&gt;From your screenshot I see that you are using the drive X:\, so it could be related to virtual drivers?&lt;/P&gt;&lt;P&gt;What if you have the workspace on a physical disk (C:\), and/or KDS installed in C:\freescale too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 12:54:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306848#M72</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-09-18T12:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306849#M73</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are some links I found from googling 'no source available for error debugging in eclipse'&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/5219081/eclipse-error-no-source-available-for" title="http://stackoverflow.com/questions/5219081/eclipse-error-no-source-available-for"&gt;debugging - Eclipse error "No source available for " - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/13574938/no-source-available-for-main-error-for-c-in-eclipse" title="http://stackoverflow.com/questions/13574938/no-source-available-for-main-error-for-c-in-eclipse"&gt;No source available for "main()" error for c++ in Eclipse - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lpcware.com/content/forum/debug-problem-no-source-available" title="http://www.lpcware.com/content/forum/debug-problem-no-source-available"&gt;Debug problem: No source available | www.LPCware.com&lt;/A&gt; (this one isn't about Eclipse, but I'm including it anyway)&lt;/P&gt;&lt;P&gt;The Stack Overflow links link to other questions that have been asked that are similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be related to the virtual drivers, but I don't think so. Its been a while, but I'm pretty sure that I had this issue back when the workspace was on the C: drive. I can double-check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KDS is installed in C:\Freescale. Or did you mean to install KDS to the X:\ network drive?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 13:02:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306849#M73</guid>
      <dc:creator>joseph0577</dc:creator>
      <dc:date>2014-09-18T13:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306850#M74</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the links.&lt;/P&gt;&lt;P&gt;I saw in&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/servlet/JiveServlet/download/406453-275606/debugError2.png" title="https://community.freescale.com/servlet/JiveServlet/download/406453-275606/debugError2.png"&gt;https://community.freescale.com/servlet/JiveServlet/download/406453-275606/debugError2.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;that you are using a workspace on drive X:&lt;/P&gt;&lt;P&gt;Having KDS on C:\freescale is fine.&lt;/P&gt;&lt;P&gt;But is your workspace on a physical drive to (e.g. C:\)?&lt;/P&gt;&lt;P&gt;I just think if X:\ is something weird, it could cause the symptoms you explain.&lt;/P&gt;&lt;P&gt;Especially if X: is a network drive or a thumb drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 17:19:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306850#M74</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-09-18T17:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306851#M75</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;I checked the links you provided, but they seem not be related to your problem. "No source available" is a common problem, especially if the path to the sources are not correct (e.g. library compiled on another host), or if there is no source/debug information.&lt;/P&gt;&lt;P&gt;I still hope that your X: drive might be the cause of your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 18:39:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306851#M75</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-09-18T18:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306852#M76</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, X: is a network drive. I'll test whether this has an effect or not soon. Right now I need to solve an issue with a J-link. :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 11:36:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306852#M76</guid>
      <dc:creator>joseph0577</dc:creator>
      <dc:date>2014-09-19T11:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: No Source Available KDS Debugger</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306853#M77</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I was able to run the debugger several times after copying the project over to the C: drive. However, it did throw one of the 'no source' errors for a gdb thread. This was not fatal, and I was able to successfully debug. However, once I allowed the debugger to run until the MK22 entered VCC1, then every time afterwards that I tried to run the debugger, I got a 'no source' fatal error that prevented debugging. I'm not 100% sure this was due to entering VCC1 while debugging (which necessitates starting a new debugging session, since the debugger is unable to handle the low power state), or a different error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 18:58:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-Source-Available-KDS-Debugger/m-p/306853#M77</guid>
      <dc:creator>joseph0577</dc:creator>
      <dc:date>2014-09-19T18:58:07Z</dc:date>
    </item>
  </channel>
</rss>

