<?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>Running into errors trying to use the Common App Libraries</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/908/running-into-errors-trying-to-use-the-common-app-libraries</link><description>I was trying to get access to the app_uart library, so I included app_uart.c in the &amp;quot;Source&amp;quot; folder; then added \Include\app_common and \Include\ble\softdevice in order to get it to compile. When I compile now, I get the following: 
 ._build\uart_example_arm</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Nov 2013 10:52:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/908/running-into-errors-trying-to-use-the-common-app-libraries" /><item><title>RE: Running into errors trying to use the Common App Libraries</title><link>https://devzone.nordicsemi.com/thread/4410?ContentTypeID=1</link><pubDate>Fri, 15 Nov 2013 10:52:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc4d481c-84c5-4895-affc-86051fd3b2bd</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;As you can see, the app_uart library depends on app_fifo and app_gpiote, so you also have to include the app_fifo.c and app_gpiote.c files in your project to make this build.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>