<?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>C++ exceptions nRF5340 SDK 2.5 toolchain 2.5</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106571/c-exceptions-nrf5340-sdk-2-5-toolchain-2-5</link><description>I run cpp_synchronization example and it works. 
 I modified it to support cpp exceptions however the catch block is not executed and instead abort or exit is executed. 
 In my application I want to use STL containers and algorithms, I wan to make sure</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Dec 2023 13:03:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106571/c-exceptions-nrf5340-sdk-2-5-toolchain-2-5" /><item><title>RE: C++ exceptions nRF5340 SDK 2.5 toolchain 2.5</title><link>https://devzone.nordicsemi.com/thread/460147?ContentTypeID=1</link><pubDate>Wed, 13 Dec 2023 13:03:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92de492a-70a7-4926-b0c9-87d0f613d1d4</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need the following configs in order to use C++ exceptions:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_REQUIRES_FULL_LIBCPP=y
CONFIG_CPP_EXCEPTIONS=y&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: C++ exceptions nRF5340 SDK 2.5 toolchain 2.5</title><link>https://devzone.nordicsemi.com/thread/460146?ContentTypeID=1</link><pubDate>Wed, 13 Dec 2023 12:58:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f366d826-14b9-4b62-8fd7-43d647e83810</guid><dc:creator>Przemek Ostrowski</dc:creator><description>&lt;p&gt;I use Windows 11.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>