<?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>zephyr_pre0.elf and zephyr_pre0.map link fails</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89740/zephyr_pre0-elf-and-zephyr_pre0-map-link-fails</link><description>Trying to add a board config to a hello world example; wondering why zephyr_pre0.elf and zephyr_pre0.map link fails and any possible solutions to the problem. 
 HREAD_INFO:STRING=&amp;quot;y&amp;quot; -- west build: generating a build system Loading Zephyr default modules</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Apr 2024 04:51:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89740/zephyr_pre0-elf-and-zephyr_pre0-map-link-fails" /><item><title>RE: zephyr_pre0.elf and zephyr_pre0.map link fails</title><link>https://devzone.nordicsemi.com/thread/477924?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2024 04:51:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60e6978b-a1b0-49a0-abb0-609da92f34a2</guid><dc:creator>Utkarsh</dc:creator><description>&lt;p&gt;Can you please tell me all the config setting required for BLE Mesh Application?&lt;br /&gt;I am getting this same error and I don&amp;#39;t know what I am missing?&lt;pre class="ui-code" data-mode="text"&gt;#CONFIG_INIT_STACKS=y
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
# The Bluetooth API should not be used from a preemptive thread:
CONFIG_MAIN_THREAD_PRIORITY=-2

CONFIG_BT=y
#CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_OBSERVER=y
CONFIG_BT_BROADCASTER=y

CONFIG_BT_CTLR_DUP_FILTER_LEN=0
CONFIG_BT_CTLR_LE_ENC=n
CONFIG_BT_CTLR_LE_PING=n
CONFIG_BT_DATA_LEN_UPDATE=n
CONFIG_BT_PHY_UPDATE=n
CONFIG_BT_CTLR_MIN_USED_CHAN=n
CONFIG_BT_CTLR_PRIVACY=n
CONFIG_BT_CTLR_CHAN_SEL_2=n

CONFIG_BT_MESH=y
CONFIG_BT_MESH_SUBNET_COUNT=1
CONFIG_BT_MESH_APP_KEY_COUNT=1
CONFIG_BT_MESH_ADV_BUF_COUNT=10
CONFIG_BT_MESH_TX_SEG_MSG_COUNT=3
CONFIG_BT_MESH_RX_SEG_MAX=32
CONFIG_BT_MESH_MODEL_GROUP_COUNT=2
CONFIG_BT_MESH_LABEL_COUNT=0
CONFIG_BT_MESH_CFG_CLI=y
CONFIG_BT_MESH_HEALTH_CLI=y
CONFIG_BT_MESH_BEACON_ENABLED=n
CONFIG_BT_MESH_RELAY=y
CONFIG_BT_MESH_RELAY_RETRANSMIT_COUNT=3

CONFIG_BT_MESH_PROVISIONER=y
CONFIG_BT_MESH_PROVISIONEE=n
CONFIG_BT_MESH_CDB=y
CONFIG_BT_MESH_CDB_NODE_COUNT=16
CONFIG_BT_MESH_CDB_SUBNET_COUNT=3
CONFIG_BT_MESH_CDB_APP_KEY_COUNT=3

CONFIG_BT_SETTINGS=y
CONFIG_FLASH=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_FLASH_MAP=y
CONFIG_NVS=y
CONFIG_SETTINGS=y
CONFIG_BT_MESH_RPL_STORE_TIMEOUT=600

CONFIG_BT_MESH_RPR_CLI=y
CONFIG_BT_EXT_ADV=y
CONFIG_BT_MESH_DK_PROV=y
#CONFIG_BT_EXT_ADV_MAX_ADV_SET=5



&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: zephyr_pre0.elf and zephyr_pre0.map link fails</title><link>https://devzone.nordicsemi.com/thread/411340?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2023 11:49:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4efa583-cd79-4087-b50b-3bd7e19a3f7a</guid><dc:creator>pajd0x</dc:creator><description>&lt;p&gt;Thanks, your answer helped me.&lt;/p&gt;
&lt;p&gt;I encountered a similar error during building a BLE Mesh application (calling bt_mesh_cdb_create()). Thought I would mention it for other people: if you have got&amp;nbsp;linker&amp;nbsp;issues when calling zephyr sdk functions, check the if the required CONFIG_X values are set in the prj.conf configuration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: zephyr_pre0.elf and zephyr_pre0.map link fails</title><link>https://devzone.nordicsemi.com/thread/376070?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2022 16:51:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1711aa68-60fb-41d3-be2d-9710b43f1b9e</guid><dc:creator>Yin Hinton</dc:creator><description>&lt;p&gt;turns out CONFIG_GPIO=y needed to be added to the prj.conf file or the board_defconfig file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>