<?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>ncs_install_path/PathToToolChain</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115681/ncs_install_path-pathtotoolchain</link><description>Hi, 
 
 Going through the nRF Connect SDK Intermediate course on Lesson 2 exercise 2 step 9 there is a command ncs_install_path/PathToToolChain/opt/zephyr-sdk/aarch64-zephyr-elf/bin/aarch64-zephyr-elf-gdb build/zephyr/zephyr.elf 
 When I run this I get</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Dec 2024 21:26:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115681/ncs_install_path-pathtotoolchain" /><item><title>RE: ncs_install_path/PathToToolChain</title><link>https://devzone.nordicsemi.com/thread/513714?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2024 21:26:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45776d50-fc0b-48d0-8a36-f9c6539b872b</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi, as it is a different issue it would be great if you can create another case and also include which platform you are on.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ncs_install_path/PathToToolChain</title><link>https://devzone.nordicsemi.com/thread/513491?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2024 16:29:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5c322e8-653b-4315-b909-1b887d9c0ba9</guid><dc:creator>kfmurphy</dc:creator><description>&lt;p&gt;I had same issue, plus some others. This lesson instruction is very problematic. Even after finding the correct toolchain directory (thank you!) I do not have a &amp;quot;aarch64-zephyr-elf&amp;quot; sub-directory. The closest i see is &amp;quot;riscv64-zephyr-elf&amp;quot;. I am using nRF53840DK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ncs_install_path/PathToToolChain</title><link>https://devzone.nordicsemi.com/thread/507427?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 16:25:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fcdf594a-3885-49ce-a085-4ac0828e62b8</guid><dc:creator>Siddiq Habib</dc:creator><description>&lt;p&gt;I had similar issue, once i identified what &amp;quot;&lt;span&gt;ncs_install_path/PathToToolChain&amp;quot; mean, i am able to execute gdb.&lt;br /&gt;In my case it was the following line i had to execute&lt;br /&gt;C:\ncs\toolchains\c57af46cb7\opt\zephyr-sdk\aarch64-zephyr-elf\bin\aarch64-zephyr-elf-gdb.exe build/zephyr/zephyr.elf&lt;br /&gt;&lt;br /&gt;So&amp;nbsp;&amp;nbsp;PathToToolChain was &amp;quot;toolchains\c57af46cb7&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You should be able to find your toolchain path by clicking here.&lt;br /&gt;&lt;img style="max-height:120px;max-width:640px;" height="120" src="https://devzone.nordicsemi.com/resized-image/__size/1280x240/__key/communityserver-discussions-components-files/4/pastedimage1729614904754v1.png" width="640" alt=" " /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ncs_install_path/PathToToolChain</title><link>https://devzone.nordicsemi.com/thread/507424?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 16:16:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fd0978d-7ea6-4afe-a498-f56872b0159d</guid><dc:creator>Sam0930</dc:creator><description>&lt;p&gt;I actually just found it. It&amp;#39;s the toolchain part that I was confused on. I think that the folders should have the brackets as in step 8. So&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;ncs_install_path/PathToToolChain/opt/zephyr-sdk/aarch64-zephyr-elf/bin/aarch64-zephyr-elf-gdb build/zephyr/zephyr.elf&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;should be&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;ncs_install_path&amp;gt;/&amp;lt;PathToToolChain&amp;gt;/opt/zephyr-sdk/aarch64-zephyr-elf/bin/aarch64-zephyr-elf-gdb build/zephyr/zephyr.elf&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;with a &amp;quot;make sure to edit the path before running&amp;quot; as stated in step 8.&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;and perhaps a tip could be added that the toolchain folder can be found by going to manage toolchins&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/home/sam/Pictures/PixelTaken%20Screenshot%202024-10-22%2008-44-39.png" /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1729612146852v2.png" alt=" " /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;then open toolchain directory.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1729612158319v3.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ncs_install_path/PathToToolChain</title><link>https://devzone.nordicsemi.com/thread/507034?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 04:31:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac1c0182-f722-45ca-a118-3b66f8a3f7b2</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi Sam&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Are you using Sysbuild? If so then it might be that you need to open build_folder/build_folder/zephyr/zephyr.elf&lt;/p&gt;
&lt;p&gt;I will make a note for for the course to update the path for the change with sysbuild and change the name from &amp;quot;build&amp;quot; to build_folder also just in case someone do name the build something else than build&lt;/p&gt;
&lt;p&gt;Edit:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I presumed it was the build you could not find, just to verify, was it the build or the the folder in the toolchain?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>