<?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>Linker unable to find functions in object</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37080/linker-unable-to-find-functions-in-object</link><description>The project is cobbled together, but starts from TWIsensor in the SDK 14 examples. The project is compiled with the gcc toolchain which has not given me any trouble. The project compiles but the linker is unable to find functions within the object file</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Aug 2018 15:26:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37080/linker-unable-to-find-functions-in-object" /><item><title>RE: Linker unable to find functions in object</title><link>https://devzone.nordicsemi.com/thread/142670?ContentTypeID=1</link><pubDate>Thu, 02 Aug 2018 15:26:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69bd7671-d029-456d-8f92-540407a8d0d3</guid><dc:creator>Cy</dc:creator><description>&lt;p&gt;Kristin,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Way to go genius, that was it! Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker unable to find functions in object</title><link>https://devzone.nordicsemi.com/thread/142531?ContentTypeID=1</link><pubDate>Thu, 02 Aug 2018 08:00:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fcaeb0ab-ed1e-453d-bb10-d6168b85f712</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;If you are using some modules/drivers from the SDK, they need to be enabled in sdk_config.h. Could you double check that the modules/drivers have been enabled?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Since the project is building, I would assume that you have added the path to GPIO.c in the makefile?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# Source files common to all targets
SRC_FILES += \
  $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_frontend.c \
  $(SDK_ROOT)/components/boards/boards.c \
  $(SDK_ROOT)/components/libraries/util/app_error.c \
  $(SDK_ROOT)/components/libraries/util/app_error_weak.c \
  $(SDK_ROOT)/components/libraries/util/app_util_platform.c \
  ..
  $(SDK_ROOT)/path_to_custom_gpio_file/GPIO.c \&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>