<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>No source available for &amp;quot;0xffffffff&amp;quot;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14426/no-source-available-for-0xffffffff</link><description>I am facing the below issue that no source is available for &amp;quot;0xffffffff&amp;quot; when i try to debug the program using eclipse 
 
 I am using softdevice s110 and have flashed the same before debugging the application. 
 I am working with SDK V11.0 
 This</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Jun 2016 14:52:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14426/no-source-available-for-0xffffffff" /><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55115?ContentTypeID=1</link><pubDate>Tue, 21 Jun 2016 14:52:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc00ddd8-00a8-475c-ac61-817a159438b8</guid><dc:creator>fercholas</dc:creator><description>&lt;p&gt;Thank you very much Vidar, that was the error. I had to install the 32bits version of ncurses package&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sudo apt-get install lib32ncurses5
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now the debugger session is working fine.&lt;/p&gt;
&lt;p&gt;Again, thank you very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55114?ContentTypeID=1</link><pubDate>Tue, 21 Jun 2016 14:15:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5e0806b-2207-46cd-b872-1526d4a8c0ef</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Not sure what that libary is used for, but found this after a quick google search that may help: &lt;a href="http://stackoverflow.com/questions/17092093/adb-error-while-loading-shared-libraries-libncurses-so-5-cannot-open-shared-o"&gt;stackoverflow.com/.../adb-error-while-loading-shared-libraries-libncurses-so-5-cannot-open-shared-o&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55113?ContentTypeID=1</link><pubDate>Tue, 21 Jun 2016 14:07:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac411183-163b-43e2-95f4-1fcc59747d5a</guid><dc:creator>fercholas</dc:creator><description>&lt;p&gt;Hi Vidar . I get the following message when execute &amp;quot; /opt/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gdb --version &amp;quot;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/opt/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gdb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This is the report when execute &amp;quot; lscpu &amp;quot; on Ubuntu 14.04:&lt;/p&gt;
&lt;p&gt;Arquitectura:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Orden de bytes:        Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Hilo(s) por núcleo:   2
Núcleo(s) por zócalo:2
Socket(s):             1
Nodo(s) NUMA:          1
ID del vendedor:       GenuineIntel
Familia de CPU:        6
Modelo:                37
Stepping:              5
CPU MHz:               1199.000
BogoMIPS:              5320.01
Virtualización:       VT-x
caché L1d:            32K
caché L1i:            32K
caché L2:             256K
caché L3:             3072K
NUMA node0 CPU(s):     0-3&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55112?ContentTypeID=1</link><pubDate>Fri, 17 Jun 2016 09:11:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7222bae0-cc1b-4612-b9eb-f1afe958b209</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Does it work if you call /opt/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gdb --version from the terminal? The instructions shown in the disassembly view are not correct for the arm cortex, maybe x86?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55111?ContentTypeID=1</link><pubDate>Thu, 16 Jun 2016 14:48:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:376e37e2-81c3-4c49-ab5b-d610a1d97188</guid><dc:creator>fercholas</dc:creator><description>&lt;p&gt;Hi, actually it was a test. I have  tried with &amp;quot; ${cross_prefix}gdb${cross_suffix} &amp;quot; getting the same results and with the full path &amp;quot; /opt/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gdb &amp;quot; getting the following error:&lt;/p&gt;
&lt;p&gt;Could not determine GDB version after sending: /opt/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gdb --version &amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55110?ContentTypeID=1</link><pubDate>Thu, 16 Jun 2016 10:31:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9eadb89-b5bb-4ad0-9d9d-da189168ec69</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi, from the debug launcher configuration it looks like you may be using the wrong GDB executable. It should have the arm-none-eabi- prefix, so arm-none-eabi-gdb&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55122?ContentTypeID=1</link><pubDate>Wed, 15 Jun 2016 16:09:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a16d79f-86b3-4b82-abba-51e2c03c2536</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;I am not sure what was wrong with default one, i don&amp;#39;t have &amp;quot;not working version&amp;quot;, but right now i have something like this: &amp;quot;project name&amp;quot; - Path Relative to source folders -&amp;gt; and there is a path to my folder with all of my .c files. I don&amp;#39;t know if this is the correct and best setting, but it worked in my case. I think you may have similar problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55121?ContentTypeID=1</link><pubDate>Wed, 15 Jun 2016 16:05:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1696f0b-081f-4658-a1fa-e9b53c83f9ae</guid><dc:creator>fercholas</dc:creator><description>&lt;p&gt;Hi Wojtek. Could you please be more especific? What was the error with your paths ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55120?ContentTypeID=1</link><pubDate>Wed, 15 Jun 2016 15:55:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f420fb00-e9ec-4672-962b-f5ad2ebb6ad8</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;I had similar symptoms - what i did was:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;go to debug view, start debugging&lt;/li&gt;
&lt;li&gt;right click on debug session&lt;/li&gt;
&lt;li&gt;edit source lookup&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I fixed path of the sources here. No more problems like that since then.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55109?ContentTypeID=1</link><pubDate>Wed, 15 Jun 2016 15:21:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84546b71-18f4-4db3-90f2-a4e17954d0f4</guid><dc:creator>fercholas</dc:creator><description>&lt;p&gt;Hi Vidar. Yes I have and same result. I just attached  debug configuration just in case that helps. It could be the Device Name? I have tried with &amp;quot; nrF51822_xAA &amp;quot; , &amp;quot; nrF51422_xxAC &amp;quot;. Hardware version is 1.2. Have you ever seen this behaviour before?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55108?ContentTypeID=1</link><pubDate>Wed, 15 Jun 2016 10:27:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09837871-c1c4-47c0-bd9c-199d9550c613</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Have you tried to import one of the example projects in this tutorial: &lt;a href="https://devzone.nordicsemi.com/tutorials/7/?"&gt;devzone.nordicsemi.com/.../&lt;/a&gt; Same result?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55107?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2016 15:42:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ab8e0de-9e83-4a22-8b95-618a6dff5bf5</guid><dc:creator>fercholas</dc:creator><description>&lt;p&gt;Hi Vidar, thanks for answering. I tried to debug  a simplier project, even with the blinky example I get the same behaviour. Do you still need my project? How can I share it with you?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55119?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2016 15:28:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dec3107e-5122-4a3f-aa35-f8a2800af336</guid><dc:creator>fercholas</dc:creator><description>&lt;p&gt;Hi Yifan, thanks for answering.  I followed the same tutorial.  The device name I am setting is nRF51422_xxAC. I am working with the NRF51 DK V1.2.0. Is it right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55106?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2016 09:29:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a57afe23-2554-4d31-bc03-2485094ddc30</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;As you may know there are no examples supporting s110 in SDK 11, only s130 v.2.0.0. It won&amp;#39;t work properly unless you backport it. Also noticed that the disassembly is not showing instructions for the M0, which is strange.  Are you able to share your project so I can try it here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55118?ContentTypeID=1</link><pubDate>Sun, 12 Jun 2016 02:10:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc1cf623-faf9-49ed-a150-5cc198019c88</guid><dc:creator>yifan hao</dc:creator><description>&lt;p&gt;I had the same issue when I followed the tutorial &lt;a href="https://devzone.nordicsemi.com/tutorials/7/"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The tutorial also uses gdb in eclipse to debug, and I cannot see the source code when I flashed the binary by clicking debug. I solved this by simply correcting the device name of the debug session. You could follow this tutorial to see if you have set up the device name correctly when you create debug session. I&amp;#39;m not sure if this would solve your problem, but it works for me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55117?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2016 15:26:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:010dac5b-5606-4db9-af28-ea5f165a4572</guid><dc:creator>fercholas</dc:creator><description>&lt;p&gt;Hi mitchellw&lt;/p&gt;
&lt;p&gt;Thanks for answering. I am using gcc-arm-none-eabi-4_9-2015q3 and working on Ubuntu 14.04&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No source available for "0xffffffff"</title><link>https://devzone.nordicsemi.com/thread/55116?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2016 15:05:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d81ea58-5b1a-4a45-b8e6-0b4d1116872e</guid><dc:creator>mitchellw</dc:creator><description>&lt;p&gt;You could try using GCC 4.9 which solved this problem for me (&lt;a href="https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update)."&gt;launchpad.net/.../4.9-2015-q3-update).&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This was my thread:
&lt;a href="https://devzone.nordicsemi.com/question/70735/nrf52-pca10040-debugging-fails-eclipse/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>