<?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 3.3.0: CMake configure hangs at arm-zephyr-eabi-gdb-py --configuration during sysbuild on macOS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128047/ncs-3-3-0-cmake-configure-hangs-at-arm-zephyr-eabi-gdb-py---configuration-during-sysbuild-on-macos</link><description>Hi Nordic team, 
 I’m seeing a repeatable configure hang with NCS v3.3.0 sysbuild on macOS. The visible build output stops after: 
 After inspecting the process tree, CMake is blocked waiting on: 
 The arm-zephyr-eabi-gdb-py process sits indefinitely</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 May 2026 11:24:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128047/ncs-3-3-0-cmake-configure-hangs-at-arm-zephyr-eabi-gdb-py---configuration-during-sysbuild-on-macos" /><item><title>RE: NCS 3.3.0: CMake configure hangs at arm-zephyr-eabi-gdb-py --configuration during sysbuild on macOS</title><link>https://devzone.nordicsemi.com/thread/565960?ContentTypeID=1</link><pubDate>Wed, 06 May 2026 11:24:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:728aefa8-8e42-49db-9df6-6228978b5b4f</guid><dc:creator>nrbrook</dc:creator><description>&lt;p&gt;I did some more debugging and found what looks like the underlying cause.&lt;br /&gt;&lt;br /&gt;`arm-zephyr-eabi-gdb-py` is linked against an absolute Homebrew Python 3.10 framework path:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;/opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/Python&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;This is visible with:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;otool -L /opt/nordic/ncs/toolchains/185bb0e3b6/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb-py&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;On my machine that path does not exist anymore. I only have newer Homebrew Python versions installed. Plain `arm-zephyr-eabi-gdb` does not have this dependency.&lt;br /&gt;&lt;br /&gt;Sampling the stuck `arm-zephyr-eabi-gdb-py` process shows that it never reaches GDB code. It is stopped in dyld during process startup:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;dyld4::halt
abort_with_payload
__abort_with_payload&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Sampling the parent CMake process shows it is blocked in CMake&amp;rsquo;s `execute_process()` implementation waiting for the child process:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;cmExecuteProcessCommand
cmsysProcess_WaitForData
__select&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;So this appears to be a toolchain packaging issue: the Python-enabled GDB binary has an absolute runtime dependency on `/opt/homebrew/opt/python@3.10`, but that dependency is not provided by the Nordic toolchain and is not part of the NCS toolchain Python installation.&lt;br /&gt;&lt;br /&gt;This also explains why the timeout workaround fixes the configure: when the `gdb-py --configuration` probe times out, Zephyr falls back to plain `arm-zephyr-eabi-gdb`, which does not require Homebrew Python 3.10.&lt;br /&gt;&lt;br /&gt;Could Nordic confirm whether `arm-zephyr-eabi-gdb-py` is expected to depend on a user-installed Homebrew `python@3.10`? If not, it seems like the macOS toolchain should either vendor/relocate that Python framework dependency, use an `@rpath`/toolchain-local dependency, or avoid probing `gdb-py` without a timeout.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>