<?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>How to resolve list &amp;quot;GET given empty list CMake&amp;quot; error when porting nRF9151 application to custom board in NCS v2.9?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122002/how-to-resolve-list-get-given-empty-list-cmake-error-when-porting-nrf9151-application-to-custom-board-in-ncs-v2-9</link><description>I have finished developing an application, utilizing the nRF 9151 DK, and I am now working on transferring the firmware to a custom board and testing it. However, when creating a new custom board I am running into this error; 
 
 I have been using this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Jul 2025 20:48:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122002/how-to-resolve-list-get-given-empty-list-cmake-error-when-porting-nrf9151-application-to-custom-board-in-ncs-v2-9" /><item><title>RE: How to resolve list "GET given empty list CMake" error when porting nRF9151 application to custom board in NCS v2.9?</title><link>https://devzone.nordicsemi.com/thread/542685?ContentTypeID=1</link><pubDate>Wed, 16 Jul 2025 20:48:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51114fed-fbcc-4f2e-acb4-fe7007d871da</guid><dc:creator>Hunter_B</dc:creator><description>&lt;p&gt;I updated my SDK to v3.0.2 and I&amp;#39;m no longer having an issues. Thank you for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve list "GET given empty list CMake" error when porting nRF9151 application to custom board in NCS v2.9?</title><link>https://devzone.nordicsemi.com/thread/539983?ContentTypeID=1</link><pubDate>Fri, 20 Jun 2025 09:13:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:373c89eb-5c1f-436f-a3f0-702ea9cf2acc</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Just pointing out for the awareness: from our documentation&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Sysbuild is a higher-level build system that can be used to combine multiple other build systems together. It is a higher-level layer that combines one or more Zephyr build systems and optional additional build systems into a hierarchical build system.&lt;/p&gt;
&lt;p&gt;For example, you can use sysbuild to build a Zephyr application together with the MCUboot bootloader, flash them both onto your device, and debug the results.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Sysbuild is enabled by default in our nRF Connect SDK, and i.e. child images&amp;nbsp;are&lt;span&gt;&amp;nbsp;deprecated and is being replaced by Zephyr’s&amp;nbsp;&lt;/span&gt;&lt;a title="(in Zephyr Project v3.7.99)" href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/build/sysbuild/index.html#sysbuild"&gt;&lt;span&gt;Sysbuild (System build)&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. You can continue to use it until the transition is complete in the nRF Connect SDK and the feature is removed in one of the upcoming nRF Connect SDK releases. For more information, see&amp;nbsp;&lt;/span&gt;&lt;a title="(in Zephyr Project v3.7.99)" href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/build/sysbuild/index.html#sysbuild"&gt;&lt;span&gt;Sysbuild (System build)&lt;/span&gt;&lt;/a&gt;&lt;span&gt;,&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/config_and_build/sysbuild/sysbuild_images.html#sysbuild-images"&gt;&lt;span&gt;Sysbuild images&lt;/span&gt;&lt;/a&gt;&lt;span&gt;,&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/config_and_build/sysbuild/zephyr_samples_sysbuild.html#zephyr-samples-sysbuild"&gt;&lt;span&gt;Using Zephyr samples with sysbuild&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, and&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/config_and_build/sysbuild/sysbuild_forced_options.html#sysbuild-forced-options"&gt;&lt;span&gt;Sysbuild forced options&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;As long as you are aware of this, you can move forward without Sysbuild for now but will most likely meet demands at a later stage.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve list "GET given empty list CMake" error when porting nRF9151 application to custom board in NCS v2.9?</title><link>https://devzone.nordicsemi.com/thread/539777?ContentTypeID=1</link><pubDate>Wed, 18 Jun 2025 18:27:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38689725-2f93-4f47-949a-3b3f922a6fec</guid><dc:creator>Hunter_B</dc:creator><description>&lt;p&gt;I believe sysbuild is enabled, when building with sysbuild for the nrf9151dk board there are no build errors. The errors only occur when using a custom board. Would recommend continuing without using sysbuild?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve list "GET given empty list CMake" error when porting nRF9151 application to custom board in NCS v2.9?</title><link>https://devzone.nordicsemi.com/thread/539557?ContentTypeID=1</link><pubDate>Tue, 17 Jun 2025 12:53:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b1c046c-fdfa-4d49-821f-99d52b5e66cb</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Yes, I&amp;#39;ve tried with both sysbuild enabled and disabled, without being to reproduce.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;But if it does work without sysbuild enabled that is good to hear. Have you looked at the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.2/page/nrf/app_dev/config_and_build/sysbuild/index.html"&gt;configuring sysbuild documentation&lt;/a&gt;&amp;nbsp;in order to enable sysbuild?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve list "GET given empty list CMake" error when porting nRF9151 application to custom board in NCS v2.9?</title><link>https://devzone.nordicsemi.com/thread/539448?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 20:18:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8dce93e2-4f70-464b-ad84-6027c497d6e2</guid><dc:creator>Hunter_B</dc:creator><description>&lt;p&gt;It looks like the build is failing only when I use sysbuild. When I select the no sysbuild option the build succeeds. Could this be the reason you&amp;#39;re not able to reproduce the build failure?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve list "GET given empty list CMake" error when porting nRF9151 application to custom board in NCS v2.9?</title><link>https://devzone.nordicsemi.com/thread/539184?ContentTypeID=1</link><pubDate>Fri, 13 Jun 2025 11:11:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9db554a3-a858-4f12-9e34-a5a38539eaca</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello, and thanks for sharing. I&amp;#39;ve been trying to reproduce on my side without luck. I followed the steps as described in Lesson 3, and built the AT Client sample with this board.&lt;br /&gt;&lt;br /&gt;I added the customer board as described in&amp;nbsp;&lt;strong&gt;Option 3&lt;/strong&gt;&lt;span&gt;: From within VS Code.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve list "GET given empty list CMake" error when porting nRF9151 application to custom board in NCS v2.9?</title><link>https://devzone.nordicsemi.com/thread/538496?ContentTypeID=1</link><pubDate>Fri, 06 Jun 2025 22:27:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32f5fd04-e7c9-40f2-957a-6d4a3e9c66db</guid><dc:creator>Hunter_B</dc:creator><description>&lt;p&gt;Here&amp;#39;s the output of my build command.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/CMAKE_2D00_empty_2D00_error_5F00_devzone.txt"&gt;devzone.nordicsemi.com/.../CMAKE_2D00_empty_2D00_error_5F00_devzone.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Let me know if this is what you had in mind, or if you need something else, thankyou!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve list "GET given empty list CMake" error when porting nRF9151 application to custom board in NCS v2.9?</title><link>https://devzone.nordicsemi.com/thread/538390?ContentTypeID=1</link><pubDate>Fri, 06 Jun 2025 10:43:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0673c3bb-a173-4b6f-b68c-9f3c53d870bc</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Hunter, just want to to let you know that I&amp;#39;m looking into this.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Could you please provide full build log including the build command at top?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve list "GET given empty list CMake" error when porting nRF9151 application to custom board in NCS v2.9?</title><link>https://devzone.nordicsemi.com/thread/538130?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 19:04:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:784ed3ec-a2b4-45e8-84dd-5ffbb1ef87de</guid><dc:creator>Hunter_B</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I completed exercise 2 in lesson 3, and upon building the completed exercise I received this error.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Hunter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve list "GET given empty list CMake" error when porting nRF9151 application to custom board in NCS v2.9?</title><link>https://devzone.nordicsemi.com/thread/538023?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 10:48:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf3cdd5e-7843-41b8-be66-fbe024904e4b</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Where have you stored your custom board files? Could you provide more of the logs?&lt;/p&gt;
[quote user=""]I have been using&amp;nbsp;this lesson, &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-3-adding-custom-board-support/"&gt;Lesson 3 – Adding custom board support&lt;/a&gt;,&amp;nbsp;as a framework for my custom board[/quote]
&lt;p&gt;Could you please provide more information on exactly what steps you have done in Lesson 3?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>