<?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>application timer tutorial - undefined symbol</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22142/application-timer-tutorial---undefined-symbol</link><description>hi, 
 im trying to implement a one shot timer and followed the tutorial here:
 devzone.nordicsemi.com/.../ 
 note that i adapted the code for a custom project (and a custom board, so im NOT using the DK)) of mine so it is NOT a copy of the tutorial</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 May 2017 01:24:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22142/application-timer-tutorial---undefined-symbol" /><item><title>RE: application timer tutorial - undefined symbol</title><link>https://devzone.nordicsemi.com/thread/87019?ContentTypeID=1</link><pubDate>Thu, 18 May 2017 01:24:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f10292c7-80b1-41df-82d5-96ead11ed1bb</guid><dc:creator>uC_newbie</dc:creator><description>&lt;p&gt;I made a stupid mistake and forgot to simply include the necessary header files which led to an implicit declaration without a function definition. therefore there were no object files for the functions and the linker called an error.&lt;/p&gt;
&lt;p&gt;sigh. sorry to bother you haha.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: application timer tutorial - undefined symbol</title><link>https://devzone.nordicsemi.com/thread/87017?ContentTypeID=1</link><pubDate>Wed, 17 May 2017 22:36:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79596428-406f-4722-a29f-11c8a71314c1</guid><dc:creator>butch</dc:creator><description>&lt;p&gt;So it might help to change the title of your question to something more specific like &amp;quot;how add link folder in Keil&amp;quot; so that someone who can help will see it.  You don&amp;#39;t seem like a newbie. Very respectfully yours, and good luck.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: application timer tutorial - undefined symbol</title><link>https://devzone.nordicsemi.com/thread/87014?ContentTypeID=1</link><pubDate>Wed, 17 May 2017 22:31:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46a4958e-0a27-4ce1-ae93-2ba2dc8bb509</guid><dc:creator>uC_newbie</dc:creator><description>&lt;p&gt;hey butch,&lt;/p&gt;
&lt;p&gt;thanks again :) yes actually thats what im looking for at the moment, a way to add folders to the linker. at first sight i couldnt figure out where to change the linkers search folders because the option i found was immutable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: application timer tutorial - undefined symbol</title><link>https://devzone.nordicsemi.com/thread/87018?ContentTypeID=1</link><pubDate>Wed, 17 May 2017 22:15:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:353bfb4f-b4af-4a38-a972-7c6363ce510c</guid><dc:creator>butch</dc:creator><description>&lt;p&gt;Sorry, not a Keil user.  In Eclipse using managed make, it automatically compiles and links every file that is &amp;quot;in&amp;quot; the project.  I would think Keil would do something similar.  Or is there a makefile that you manually edit?  If so, add the file.o to the linker command in the makefile.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: application timer tutorial - undefined symbol</title><link>https://devzone.nordicsemi.com/thread/87016?ContentTypeID=1</link><pubDate>Wed, 17 May 2017 22:09:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e8e3288-7c7f-4f4b-993e-54d452863dfb</guid><dc:creator>uC_newbie</dc:creator><description>&lt;p&gt;Hey butch,&lt;/p&gt;
&lt;p&gt;thank you for your reply. thats what i already did that is why i only get a linker error and not a compile error. at least as far as i understand the error msg. how do i add folders to the linker in KEIL?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: application timer tutorial - undefined symbol</title><link>https://devzone.nordicsemi.com/thread/87015?ContentTypeID=1</link><pubDate>Wed, 17 May 2017 19:13:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3415ba8-8a0c-49a8-ba95-eb816b23215e</guid><dc:creator>butch</dc:creator><description>&lt;p&gt;Find the file where it is defined, and add that file to the Makefile or project.  To find it:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;gt;cd ~/NRFSDKxx
&amp;gt;grep nrf_drv_clock_init *
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;From the list, pick out the file where it is defined.  Probably  .../components/nrf_drv/nrf_clock.c (just a guess).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>