<?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>Error Listing symbols</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25773/error-listing-symbols</link><description>Hi All, 
 I am working on BLE+SD card Library, s132. Although i am getting certain errors which i am unable to counter.:- 
 *** Using Compiler &amp;#39;V5.06 update 4 (build 422)&amp;#39;, folder: &amp;#39;C:\Keil_v5\ARM\ARMCC\Bin&amp;#39;
Build target &amp;#39;nrf52832_xxaa&amp;#39;
compiling</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Jul 2022 14:12:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25773/error-listing-symbols" /><item><title>RE: Error Listing symbols</title><link>https://devzone.nordicsemi.com/thread/375132?ContentTypeID=1</link><pubDate>Fri, 01 Jul 2022 14:12:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78c0de1f-29f4-4fb8-bfc4-617a21523862</guid><dc:creator>sxhiger</dc:creator><description>&lt;p&gt;you need to add the app_sdcard.c in the nRF_Libraries&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;and&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;enable the sdcard in the sdk_config.h&amp;nbsp; -&amp;gt;NRFX_SAADC_ENABLED&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error Listing symbols</title><link>https://devzone.nordicsemi.com/thread/101531?ContentTypeID=1</link><pubDate>Sun, 08 Oct 2017 13:27:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b68db65-1ca3-4567-b297-4191990a374d</guid><dc:creator>YASH</dc:creator><description>&lt;p&gt;I got the answer for this, the app_sdcard.c source file has a code snippet which says:-&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#include &amp;quot;sdk_config.h&amp;quot;
#if APP_SDCARD_ENABLED

#include &amp;quot;app_sdcard.h&amp;quot;
#include &amp;quot;nrf_gpio.h&amp;quot;
#include &amp;quot;nrf_drv_spi.h&amp;quot;
#include &amp;quot;app_error.h&amp;quot;
#include &amp;quot;nrf_assert.h&amp;quot;

#include &amp;quot;nrf_pt.h&amp;quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;that means if APP_SDCARD_ENABLED is 1, then only it will include other header files. So i had to set it as 1 in sdk_config.h file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>