<?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>Cannot build nRF5 SDK Mesh</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25955/cannot-build-nrf5-sdk-mesh</link><description>I am having errors building the examples in the latest SDK for Mesh (nrf5_SDK_for_Mesh_v0.10.0-Alpha_src). I ran cmake -DTOOLCHAIN=gccarmemb -DPLATFORM=nrf52840_xxAA .. in my build directory which appears to be working just fine. However when I do make</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Oct 2017 07:59:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25955/cannot-build-nrf5-sdk-mesh" /><item><title>RE: Cannot build nRF5 SDK Mesh</title><link>https://devzone.nordicsemi.com/thread/102256?ContentTypeID=1</link><pubDate>Mon, 16 Oct 2017 07:59:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1dd9cf8-5170-475f-86e6-eb61d438ec1d</guid><dc:creator>cdugue</dc:creator><description>&lt;p&gt;Hi Thomas,&lt;/p&gt;
&lt;p&gt;Thanks for your help. I followed your steps on my mac and it worked just fine, I was able to build the files.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot build nRF5 SDK Mesh</title><link>https://devzone.nordicsemi.com/thread/102255?ContentTypeID=1</link><pubDate>Mon, 16 Oct 2017 06:42:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e989d986-de0b-4777-a849-e8d6290958be</guid><dc:creator>Thomas Stenersen</dc:creator><description>&lt;p&gt;Hi cdugue,&lt;/p&gt;
&lt;p&gt;The specific problem seems to be that the linker can&amp;#39;t find the objects from &lt;code&gt;nrf_mesh.c&lt;/code&gt;, &lt;code&gt;log.c&lt;/code&gt;
and &lt;code&gt;advertiser.c&lt;/code&gt;. Did you modify the SDK in any way? Which platform are you using? Windows, Linux or Mac OS? I tried replicating your issue by downloading a fresh copy of the SDK and building it in the following way, but it didn&amp;#39;t return any errors for me:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;wget &lt;a href="https://www.nordicsemi.com/eng/nordic/download_resource/62377/17/71094519/126781"&gt;www.nordicsemi.com/.../126781&lt;/a&gt; -O mesh_sdk.zip
unzip mesh_sdk.zip -d mesh_sdk
mkdir mesh_sdk/build
cd mesh_sdk/build
cmake -DTOOLCHAIN=gccarmemb -DPLATFORM=nrf52840_xxAA ..
make
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Output from CMake:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;-- Configuring CMake for nRF5 SDK for Bluetooth Mesh 0.10.0-Alpha
-- Found PythonInterp: /home/ths1/dev/mesh/bin/python (found version &amp;quot;3.5.2&amp;quot;) 
-- Found Doxygen: /usr/bin/doxygen (found version &amp;quot;1.8.11&amp;quot;) found components:  doxygen dot 
-- Setting build type to &amp;#39;Release&amp;#39; as none was specified.
-- SDK_ROOT=/tmp/external/nRF5_SDK_14.0.0_3bcc1f7 --- set with default PATH
-- Platform: nrf52840_xxAA
-- Arch: cortex-m4f
-- SoftDevice: s140_5.0.0-3.alpha
-- Board: pca10056
-- PC-Lint executable not found. Linting disabled.
-- The C compiler identification is GNU 6.3.1
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/arm-none-eabi-gcc
-- Check for working C compiler: /usr/bin/arm-none-eabi-gcc
-- Check for working C compiler: /usr/bin/arm-none-eabi-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/mesh_sdk/build
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Edit: This was done on Ubuntu MATE 16.04.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;
Thomas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>