<?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>Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121126/configuring-my-custom-board-throws-errors</link><description>I created a custom board and tried experimenting by changing the following: prj.conf 
 
 
 customboard_defconf 
 
 
 Now when trying to build again I get:</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 May 2025 16:55:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121126/configuring-my-custom-board-throws-errors" /><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/536041?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 16:55:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bed1b2f-1af6-4069-bfa2-e7d0b49800d9</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;Are you able to share&amp;nbsp;the build output for the &amp;#39;display_hello_world&amp;#39; project using the nRF5340dk as the board target? Please include the build command as well, if possible.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/535848?ContentTypeID=1</link><pubDate>Fri, 16 May 2025 23:07:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a44041c5-63d4-4418-8774-618fff35efe3</guid><dc:creator>jm_solar</dc:creator><description>&lt;p&gt;The CMakeFile at the root in fact has &amp;quot;cmake_minimum_required(VERSION 3.20)&amp;quot; at the top of it while getting this error (before where find package is called). &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/535840?ContentTypeID=1</link><pubDate>Fri, 16 May 2025 19:17:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14e17169-58c2-4ad2-96fe-65fa5aae7c51</guid><dc:creator>lcj</dc:creator><description>&lt;p&gt;I have one project and two boards: a custom board and a dk. For the custom board I do not get the error. For the nrf5340dk board (only an overlay in my project) I do get the error. They are both using the same CMakeLists.txt file. This is my CMakeLists.txt:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.20.0)

find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(display_hello_world)

target_sources(app PRIVATE src/main.c)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/535423?ContentTypeID=1</link><pubDate>Wed, 14 May 2025 23:37:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f0367aa-4836-4b99-ad34-3c39b2d7b64a</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;The error you provided in your latest message is directly tied to the fact that the CMakeLists.txt file didn&amp;#39;t include the following:&lt;/p&gt;
&lt;p&gt;CMake Warning (dev) in CMakeLists.txt:&lt;br /&gt; No cmake_minimum_required command is present. A line of code such as&lt;/p&gt;
&lt;p&gt;cmake_minimum_required(VERSION 3.21)&lt;/p&gt;
&lt;p&gt;should be added at the top of the file. The version specified may be lower&lt;br /&gt; if you wish to support older CMake versions for this project. For more&lt;br /&gt; information run &amp;quot;cmake --help-policy CMP0000&amp;quot;.&lt;br /&gt;This warning is for project developers. Use -Wno-dev to suppress it.&lt;/p&gt;
&lt;p&gt;I cannot see what application sample/example you tried to build that gave you the above error but I would feel fairly confident that cmake errors you provided in the latest message are directly tied to the above given the wording of the error and the files if you go through the call list.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/535407?ContentTypeID=1</link><pubDate>Wed, 14 May 2025 18:24:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37607c6f-bccf-496d-8db4-199c1a37a8a2</guid><dc:creator>jm_solar</dc:creator><description>&lt;p&gt;I have moved on from this and do not wish to put my project back in this state. &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But I continue to believe that this error message should be impossible for the user to get. If the user configures something invalid then Zephyr/Nordic should provide such an error message explaining that rather than presenting an error from CMake due to unknown invalid arguments&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;This warning is for project developers.  Use -Wno-dev to suppress it.
CMake Error at /workdir/zephyr/cmake/modules/FindDeprecated.cmake:40 (if):
  if given arguments:
    &amp;quot;CROSS_COMPILE&amp;quot; &amp;quot;IN_LIST&amp;quot; &amp;quot;Deprecated_FIND_COMPONENTS&amp;quot;
  Unknown arguments specified
Call Stack (most recent call first):
  /workdir/zephyr/cmake/modules/python.cmake:16 (find_package)
  /workdir/zephyr/cmake/modules/user_cache.cmake:30 (include)
  /workdir/zephyr/cmake/modules/extensions.cmake:5 (include)
  /workdir/zephyr/share/sysbuild/cmake/modules/sysbuild_default.cmake:8 (include)
  /workdir/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  /workdir/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  /workdir/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
  CMakeLists.txt:10 (find_package)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/535190?ContentTypeID=1</link><pubDate>Tue, 13 May 2025 18:04:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfaa7a8d-ce02-4cef-8ef5-d6e3a9082520</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;If you are getting the exact same error as originally reported then there is an issue with the CMakeLists.txt file and you need to add the following at the top, as stated in the error message:&lt;/p&gt;
&lt;p&gt;cmake_minimum_required(VERSION 3.21)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If, as you mentioned, this line absolutely exists then the error message you are receiving when building some other application is not the same as the one originally posted. If you attempt to build a sample application using your custom board as the target, what is the build output?&lt;/p&gt;
&lt;p&gt;I cannot concur that it is a syntax/usage error without seeing the error you are experiencing and it can&amp;#39;t be the same as the original one above if your CMakeLists.txt file really matches my earlier message.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/535186?ContentTypeID=1</link><pubDate>Tue, 13 May 2025 16:53:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e87c2b78-2c2d-40ff-a6f7-1859842876ab</guid><dc:creator>jm_solar</dc:creator><description>&lt;p&gt;Yes I&amp;#39;ve read that. My project does not check any of the boxes where a CMakeLists.txt is necessary in board folder. And I am still yet to find any documentation about a &amp;lt;board_name&amp;gt;INIT_PRIORITY macro anywhere on the internet. &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regardless, I&amp;#39;ve got around the root issue of this by just starting over on my changes and somehow avoiding getting into the state.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think this changes the fact that this is a bug in the CMake files provided by Zephyr/Nordic. The reported CMake error is a syntax/usage error and those files trigger multiple CMake developer warnings that should be resolved by Zephyr/Nordic. A user config error should not be able to cause this type of error and ultimately this is masking the cause of the actual error and not helpful in resolving it. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/534981?ContentTypeID=1</link><pubDate>Mon, 12 May 2025 22:47:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2aeddff6-0788-4e0c-acec-8a6b388f219f</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;As I mentioned, it is in the Board Porting guide but you have to really read between the lines and then verify that the result from the script is what is required. The following is listed in the &amp;#39;Create your board directory section&amp;#39;:&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/pastedimage1747090016151v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Basically, there may be things outside the script that are needed and the only way to know would be to read through all the sections carefully :) ...which sucks for us engineers but is a necessary evil.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/534979?ContentTypeID=1</link><pubDate>Mon, 12 May 2025 22:36:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2431f6e9-9d57-4a0d-ab74-b90f04f07368</guid><dc:creator>jm_solar</dc:creator><description>&lt;p&gt;Ah yes, I do remember this when moving to v2.7. We used the conversion script and have been running v2.7 for many months successfully on hundreds of pieces of hardware. We&amp;#39;ve also been running v2.9 for a month or so on dozens of hardware as well. The issue is just coming up when trying to edit the configuration and memory layout for the product&lt;/p&gt;
&lt;p&gt;Did the Zephyr provided conversions script not actually migrate this correctly? I see no mention of a CMakeLists file nor a *INIT_PRIORITY* macro in the script. &lt;/p&gt;
&lt;p&gt;The CMakeLists is listed as optional in the documentation you linked and &amp;lt;board&amp;gt;_INIT_PRIORITY is not mentioned at all. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/534978?ContentTypeID=1</link><pubDate>Mon, 12 May 2025 22:15:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9d513ed-4110-4487-b30f-8d5b3d2ec1c9</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;As if nRF Connect SDK v2.7 we adopted Zephyr&amp;#39;s v2 Hardware Model as noted in this link:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/guides/bd_work_with_boards.html#how-to-add-a-new-board"&gt;https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/guides/bd_work_with_boards.html#how-to-add-a-new-board&lt;/a&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/pastedimage1747087977640v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;You can then get more information on porting your board to this new Hardware model via the link in the picture above:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/hardware/porting/board_porting.html#transition_to_the_current_hardware_model"&gt;Board Porting Guide&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here you will find all the information about the new model including the file structure for the board file and how to convert your board files from v2.6 to the new format.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I believe we may have accepted the old model up through v2.8 but started enforcing it in v2.9. I also have not found reference to this yet in the migration guide but will be sure to provide this feedback to the teams.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/534956?ContentTypeID=1</link><pubDate>Mon, 12 May 2025 17:55:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a90abbb-f94a-4371-bb3a-4100eec7198d</guid><dc:creator>jm_solar</dc:creator><description>&lt;p&gt;We do not have these. The board was created with the VSCode tools on nrf Connect v2.6 and has been working fine for months until upgrading to v2.9 (from v2.7). Are these a new requirement? We didn&amp;#39;t see any mention of them in the migration guides for v2.8 or v2.9. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/534955?ContentTypeID=1</link><pubDate>Mon, 12 May 2025 17:42:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b78792d7-c118-4825-9d23-a131cf1dd985</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I apologize for the frustrations. I have another customer with a similar issue and it came down to a missing a CMakeLists.txt file in the custom board directory and a KConfig value &amp;lt;board&amp;gt;_INIT_PRIORITY in the prj.conf file. Are you able to check that your custom board directory contains this CMakeLists.txt file and prj.conf has the required KConfig for the project to be able to compile in your board.c?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/534717?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 18:04:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6863b514-cc2a-4669-8442-19dfd4a62028</guid><dc:creator>jm_solar</dc:creator><description>&lt;p&gt;I am also getting this same error when adjusting the build setup (static partitions, bootloader config, etc) of an existing project on NCS v2.9.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I think there is an error in the provided CMake file which is masking whatever mistake/error I have made in these changes. This is making it difficult to debug where I messed up because CMake fails at this error in the provided build system files from Nordic/Zephyr&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/534366?ContentTypeID=1</link><pubDate>Thu, 08 May 2025 04:26:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03138a50-501b-433f-af61-6b17f3ad895a</guid><dc:creator>greenleaf</dc:creator><description>&lt;p&gt;This is my second question on this forum regarding some really basic things, only to be led to multi-day back and forths with no real purpose. I think maybe Nordic products are not the way to go for me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/533796?ContentTypeID=1</link><pubDate>Fri, 02 May 2025 22:06:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:073606e7-3e05-49e2-b16c-86f328e85a4f</guid><dc:creator>greenleaf</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, as I said in the original question I managed to get to the point where I&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;generated a board correctly&lt;/li&gt;
&lt;li&gt;build the app using that board&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The error happened when I changed those two configuration files, and I pressed build again. The second time I pressed &amp;quot;build&amp;quot; I got the error I originally reported. No other change was done to the project apart from what are in the original question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/533791?ContentTypeID=1</link><pubDate>Fri, 02 May 2025 20:28:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4e45e42-519f-4028-992a-3f534519ffef</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;Have you followed the instructions for adding a custom board into your project? I would review the following links to get everything linked and ported in correctly:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/guides/bd_work_with_boards.html"&gt;How to work with boards and devices&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/hardware/porting/board_porting.html#transition_to_the_current_hardware_model"&gt;Board Porting Guide&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/533787?ContentTypeID=1</link><pubDate>Fri, 02 May 2025 19:19:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15debd90-67c1-4b01-bc0f-26dcbf2a31ff</guid><dc:creator>greenleaf</dc:creator><description>&lt;p&gt;the command you gave me produces a different error this time:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;
CMake Error at /home/user/ncs/v2.9.0/zephyr/cmake/modules/boards.cmake:228 (message):
  Invalid BOARD; see above.
Call Stack (most recent call first):
  cmake/modules/sysbuild_default.cmake:15 (include)
  /home/user/ncs/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  /home/user/ncs/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  /home/user/ncs/v2.9.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
  template/CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!
See also &amp;quot;/NordicTests/ZanaValve/build/CMakeFiles/CMakeOutput.log&amp;quot;.
FATAL ERROR: command exited with status 1: /home/user/ncs/toolchains/b77d8c1312/usr/local/bin/cmake -DWEST_PYTHON=/home/user/ncs/toolchains/b77d8c1312/usr/local/bin/python3.12 -B/NordicTests/ZanaValve/build -GNinja -DBOARD=ZanaBoard_Valve/nrf52833 -S/home/user/ncs/v2.9.0/zephyr/share/sysbuild -DAPP_DIR:PATH=/NordicTests/ZanaValve&lt;/pre&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/pastedimage1746213561118v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/533776?ContentTypeID=1</link><pubDate>Fri, 02 May 2025 16:06:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91cb93f1-225f-457a-94ac-a13475e7c056</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;The screenshot you sent is showing the Explorer view instead of the NCS extension view. Can you show me the view from your NSC extension tab?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You could also open an nRF Connect terminal from VSC and run&lt;/p&gt;
&lt;p&gt;&lt;em&gt;west build&amp;nbsp;-b ZanaBoard_Valve/nrf52833 -d /NordicTests/testproject/build -p&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Before running this command, I would delete the current build folder and artefacts to prevent it from trying the same thing again.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/533696?ContentTypeID=1</link><pubDate>Thu, 01 May 2025 23:13:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72d6ed90-465a-4477-9952-7a4d71e84ecf</guid><dc:creator>greenleaf</dc:creator><description>&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/pastedimage1746141112065v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Apart from changing to the new board, I didn&amp;#39;t do anything special on the build configuration.&lt;/p&gt;
&lt;p&gt;I created a new project through the &amp;quot;create new application&amp;quot; button from the extension, no other files were dropped in.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/533688?ContentTypeID=1</link><pubDate>Thu, 01 May 2025 19:06:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f35c0a7-fc0c-41c5-bc38-e3b9c310a388</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;Yes, but that isn&amp;#39;t what is being built or attempting to build, it is attempting to build from the folder I highlighted below. Can you take a screenshot of your build configuration? Did you add your project folder as an application inside the VS Code NCS extension?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/533685?ContentTypeID=1</link><pubDate>Thu, 01 May 2025 17:59:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68844b32-4861-4940-ae0f-36182b4819cf</guid><dc:creator>greenleaf</dc:creator><description>&lt;p&gt;I just created a new app. Not even from a template just a basic main.c that returns 0.&lt;/p&gt;
&lt;p&gt;Created a new board, and build configuration. Confirmed that everything built fine on my new board, then just edited the files above to progressively add some more functionality. When trying to build again I got the message you see above. I&amp;#39;m building through the vscode extension that provides a &amp;quot;pristine build&amp;quot; or &amp;quot;build&amp;quot; button.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/533683?ContentTypeID=1</link><pubDate>Thu, 01 May 2025 17:44:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ab3e735-40fe-4fb7-b1de-eeeba0da1b78</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;What are you attempting to build exactly? I just checked the source directory from your build command and that isn&amp;#39;t an application it&amp;#39;s a CMakeLists.txt template I&amp;#39;m fairly certain.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;west build --build-dir /NordicTests/testproject/build &lt;span style="background-color:rgba(255, 255, 0, 1);"&gt;/home/user/ncs/v2.9.0/zephyr/share/sysbuild/template&lt;/span&gt; --pristine --board ZanaBoard_Valve/nrf52833 -- -DNCS_TOOLCHAIN_VERSION=NONE -DBOARD_ROOT=/NordicTests/testproject&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/533678?ContentTypeID=1</link><pubDate>Thu, 01 May 2025 16:42:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60f2c6c3-7345-4d85-a6ad-ce574d377409</guid><dc:creator>greenleaf</dc:creator><description>&lt;p&gt;That&amp;#39;s almost exactly how my CMake looks like. I didn&amp;#39;t change it and the project was building fine. The only thing I changed were the files above on the custom board!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring my custom board throws errors</title><link>https://devzone.nordicsemi.com/thread/533676?ContentTypeID=1</link><pubDate>Thu, 01 May 2025 16:12:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50ea8fc8-7ae2-484d-a64e-e5832393ea9b</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The errors are due to something in you CMakeLists.txt file which should look something like the attached. I would take a look at this file in your project and verify it is correct for your board/project.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/7853.CMakeLists.txt"&gt;devzone.nordicsemi.com/.../7853.CMakeLists.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Jennifer Gibbs&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>