<?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>sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82695/sample-net_sockets_can-does-not-start-correctly</link><description>Hi I try to build the sample 
 https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.1/zephyr/samples/net/sockets/can/README.html 
 but i get this this error. 
 
 *** Booting Zephyr OS build v2.6.99-ncs1-1 *** Flash regions Domain Permissions 00 01</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 31 Jan 2022 11:29:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82695/sample-net_sockets_can-does-not-start-correctly" /><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/350399?ContentTypeID=1</link><pubDate>Mon, 31 Jan 2022 11:29:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00d927f4-81a9-4233-81fb-c9123397afe6</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you been able to send data successfully?&lt;/p&gt;
&lt;p&gt;Have you checked if there is any communication happening over the SPI bus after the CAN data is starting to arrive?&lt;/p&gt;
&lt;p&gt;As a general note you might want to open a new ticket for this different problem, since the devzone is not well optimized for long running threads covering multiple different topics.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/350284?ContentTypeID=1</link><pubDate>Fri, 28 Jan 2022 18:52:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8dbf69a3-a6c6-471d-ba39-80de31506371</guid><dc:creator>T.B-D</dc:creator><description>&lt;p&gt;Hi rfc&lt;br /&gt;Thank you for your support&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards Tomas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/350283?ContentTypeID=1</link><pubDate>Fri, 28 Jan 2022 18:51:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d1d7e52-f3ce-4c59-9402-0c66061e6600</guid><dc:creator>T.B-D</dc:creator><description>&lt;p&gt;Hi Torborn.&lt;br /&gt;With the above sugestion from rfc im able to compile and have the canbus starting now. &lt;br /&gt;I have a machine sending data&amp;nbsp; (&lt;span&gt;CAN 2.0) with a speed of 250.000&amp;nbsp;&lt;br /&gt;&lt;/span&gt;But as you see it seems that i&amp;acute;m not reciving data. &lt;br /&gt;Any sugestion what to cange ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Owerlay:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/*
 * Copyright (c) 2020, Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/* Example configuration of a MCP2515 cancontrol device */


&amp;amp;spi3 {
    status = &amp;quot;okay&amp;quot;;
    sck-pin = &amp;lt;10&amp;gt;;
    mosi-pin = &amp;lt;11&amp;gt;;
    miso-pin = &amp;lt;12&amp;gt;;
    cs-gpios = &amp;lt;&amp;amp;gpio0 13 GPIO_ACTIVE_LOW&amp;gt;;
  
    can1: mcp2515@0 {
      compatible = &amp;quot;microchip,mcp2515&amp;quot;;
		spi-max-frequency = &amp;lt;1000000&amp;gt;;
		/*int-gpios = &amp;lt;31&amp;gt;; /* D2 */
        int-gpios = &amp;lt;&amp;amp;gpio0 31 GPIO_ACTIVE_LOW&amp;gt;; /* D2 */
		status = &amp;quot;okay&amp;quot;;
		label = &amp;quot;CAN_1&amp;quot;;
		reg = &amp;lt;0x0&amp;gt;;
		osc-freq = &amp;lt;16000000&amp;gt;;
		bus-speed = &amp;lt;250000&amp;gt;;
		sjw = &amp;lt;1&amp;gt;;
		prop-seg = &amp;lt;2&amp;gt;;
		phase-seg1 = &amp;lt;7&amp;gt;;
		phase-seg2 = &amp;lt;6&amp;gt;;
		#address-cells = &amp;lt;1&amp;gt;;
		#size-cells = &amp;lt;0&amp;gt;;
    };
  };
 

/ {
	aliases {
		can-primary = &amp;amp;can1;
	};
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;From terminal:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:00:00.201,599] &amp;lt;dbg&amp;gt; mcp2515_can.socket_can_init: Init socket CAN device 0x2                                                                                                                                                             a668 (SOCKET_CAN_1) for dev 0x2a698 (CAN_1)
[00:00:00.217,041] &amp;lt;dbg&amp;gt; net_core.net_init: (main): Priority 90
[00:00:00.225,677] &amp;lt;dbg&amp;gt; net_core.l3_init: (main): Network L3 init done
[00:00:00.234,985] &amp;lt;dbg&amp;gt; mcp2515_can.socket_can_iface_init: Init CAN interface 0                                                                                                                                                             x20014a08 dev 0x2a668
uart:~$ *** Booting Zephyr OS build v2.7.0-ncs1  ***
[00:00:00.251,434] &amp;lt;inf&amp;gt; net_socket_can_sample: sleeping for 3 seconds
[00:00:03.260,833] &amp;lt;dbg&amp;gt; net_ctx.net_context_bind: (main): Context 0x200154d8 binding to 1 iface[2] 0x20014a08
[00:00:03.273,620] &amp;lt;dbg&amp;gt; net_conn.conn_register_debug: (main): [0x20015974/1/4/0x05] remote -/0
[00:00:03.285,125] &amp;lt;dbg&amp;gt; net_conn.conn_register_debug: (main):   local ?/0 cb 0x17901 ud (nil)
[00:00:03.296,508] &amp;lt;dbg&amp;gt; net_sock_can.can_register_filters: (main): Registering 1 filters
[00:00:03.307,403] &amp;lt;dbg&amp;gt; net_sock_can.can_register_receiver: (main): Max 1 receivers
[00:00:03.317,962] &amp;lt;dbg&amp;gt; net_socket_can_sample.setup_socket: Started socket CAN TX thread
[00:00:03.328,857] &amp;lt;inf&amp;gt; net_socket_can_sample: 1st RX fd 0
[00:00:03.337,127] &amp;lt;dbg&amp;gt; net_socket_can_sample.rx: [0] Waiting CAN data...
[00:00:04.317,993] &amp;lt;dbg&amp;gt; net_socket_can_sample.tx: Sending CAN data...
uart:~$
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/350242?ContentTypeID=1</link><pubDate>Fri, 28 Jan 2022 14:35:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d914f37-acdd-4d2f-bcd7-4243584c61a6</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi rfc&lt;/p&gt;
&lt;p&gt;Did you try to apply the pull request I linked to earlier?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is a slightly different version of the fix you shared, and this one should be integrated in a future SDK update.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Back to you Tomas (sorry for the confusion), are you still struggling to build the example?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you try a pristine build and see if that fixes the problem?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/350072?ContentTypeID=1</link><pubDate>Thu, 27 Jan 2022 18:16:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87b11e90-e991-4e0f-951e-9b9d31c13323</guid><dc:creator>rfc</dc:creator><description>&lt;p&gt;I hereby confirm, I am not T.B-D but I am having a similar issue.&amp;nbsp;&lt;br /&gt;I was able to compile the code and use the CAN socket, but am still having issues with the CAN transmission. I wanted to do some&amp;nbsp;checks to our HW before posting any conclusion to discard any HW problem.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;On the meanwhile and since you replied, I was able to partially solve the issue by directly rejecting the AF_CAN socket family in the &lt;strong&gt;nrf91_socket_is_supported()&lt;/strong&gt; so that other registered socket handlers can be checked. Note that for this to happen you have to apply the fix above mentioned to the&amp;nbsp;&lt;strong&gt;zephyr\subsys\net\lib\sockets\CMakeLists.txt.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I attached my &lt;span&gt;&lt;strong&gt;nrf91_socket_is_supported().&lt;/strong&gt;&amp;nbsp;&lt;/span&gt;Not the best solution and I wouldn&amp;#39;t keep it as definitive fix, but it was enough for my current needs. I would appreciate if you could post a definitive fix for this issue for the next SDK version.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also had to make the CMakesList.txt update you suggested before.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static bool nrf91_socket_is_supported(int family, int type, int proto)
{
	if (offload_disabled) {
		return false;
	}

	if (tls_offload_disabled &amp;amp;&amp;amp; proto_is_secure(proto)) {
		return false;
	}

    if (family == AF_CAN) { //TBD fix for general case instead of CAN only
        return false;
    }

	return true;
}&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/350068?ContentTypeID=1</link><pubDate>Thu, 27 Jan 2022 17:37:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a0b8192-5a44-4f48-9180-f596d8e3ae61</guid><dc:creator>T.B-D</dc:creator><description>&lt;p&gt;Hi Torbj&amp;ouml;rn&amp;nbsp; &lt;br /&gt;The last comment was not from me . It was form someone else (with user name rfc) that also is following this topic with intrest as he has the same issue. :-)&amp;nbsp; / Tomas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/349996?ContentTypeID=1</link><pubDate>Thu, 27 Jan 2022 13:40:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88a53af8-bf42-405b-a1aa-de30e61eac81</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Neither the developer nor myself was able to reproduce the build error you got earlier.&amp;nbsp;&lt;/p&gt;
[quote user="rfc"]However, I did not get the compiler error. Just stayed with the same -106 error&amp;nbsp;after making the suggested changes on nrf91_socket.c and sockets CMakeList.txt[/quote]
&lt;p&gt;Maybe there is something I missed, but what was the difference between this test, and the test where you got the build error?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/349896?ContentTypeID=1</link><pubDate>Thu, 27 Jan 2022 09:17:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18fe1bf7-6fd3-46c9-b579-711e1cd179f4</guid><dc:creator>rfc</dc:creator><description>&lt;p&gt;Any feedback on this topic?&lt;br /&gt;I m currently integrating MCP2515 on the nrf9160 and dealing with the same issue.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;However, I did not get the compiler error. Just stayed with the same -106 error&amp;nbsp;after making the suggested changes on nrf91_socket.c and sockets CMakeList.txt&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/349621?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 16:50:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:229cbd3b-2356-431b-b21e-906b9f41561d</guid><dc:creator>T.B-D</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/net_5F00_sockets_5F00_can.zip"&gt;devzone.nordicsemi.com/.../net_5F00_sockets_5F00_can.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hi Torbj&amp;ouml;rn, Please see enclosed file as a copy of my folder. &lt;br /&gt;Hopefully you can reproduce the error . &lt;br /&gt;Please note that i have made&amp;nbsp;the modification&amp;nbsp;as sugested by your college as in the pic bellow.&lt;br /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/mcp2515.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/349498?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 10:57:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:045ccf3f-5e84-4220-bd36-2c013156f5fe</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Tomas&lt;/p&gt;
&lt;p&gt;That is odd, neither me or the developer has ever seen that error before...&lt;/p&gt;
&lt;p&gt;Any chance you can zip and share your project folder so we can try to build it here?&lt;/p&gt;
&lt;p&gt;If you do&amp;nbsp;I recommend removing the build folder from the zip, since this is not needed (and will increase the size of the file significantly).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/349368?ContentTypeID=1</link><pubDate>Mon, 24 Jan 2022 19:11:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86ea1f5f-36d7-4683-8b38-b9f83b48c832</guid><dc:creator>T.B-D</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;gt; Executing task: nRF Connect: Build net_sockets_can/build (active) &amp;lt;

Building net_sockets_can
west build --build-dir c:\NordicApp\net_sockets_can\build c:\NordicApp\net_sockets_can --pristine --board nrf9160dk_nrf9160_ns@0.9.0 -- -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=On -DNCS_TOOLCHAIN_VERSION:STRING=&amp;quot;NONE&amp;quot; -DBOARD_ROOT:STRING=&amp;quot;c:/NordicApp/net_sockets_can&amp;quot; -DCONFIG_DEBUG_OPTIMIZATIONS:STRING=&amp;quot;y&amp;quot; -DCONFIG_DEBUG_THREAD_INFO:STRING=&amp;quot;y&amp;quot; -DDTC_OVERLAY_FILE:STRING=&amp;quot;c:/NordicApp/net_sockets_can/nrf9160dk_nrf9160_ns.overlay&amp;quot; -DCONF_FILE:STRING=&amp;quot;c:/NordicApp/net_sockets_can/prj.conf&amp;quot;

-- west build: generating a build system
Including boilerplate (Zephyr base): C:/NordicSemi/v1.8.0/zephyr/cmake/app/boilerplate.cmake
-- Application: C:/NordicApp/net_sockets_can
-- Zephyr version: 2.7.0 (C:/NordicSemi/v1.8.0/zephyr), build: v2.7.0-ncs1
-- Found Python3: C:/NordicSemi/v1.8.0/toolchain/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
-- Found west (found suitable version &amp;quot;0.12.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf9160dk_nrf9160_ns, Revision: 0.9.0 (Active: 0.7.0)
-- Cache files will be written to: C:/NordicSemi/v1.8.0/zephyr/.cache
-- Found dtc: C:/NordicSemi/v1.8.0/toolchain/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (c:/NordicSemi/v1.8.0/toolchain/opt)
-- Found BOARD.dts: C:/NordicSemi/v1.8.0/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_ns.dts
-- Found devicetree overlay: c:/NordicApp/net_sockets_can/nrf9160dk_nrf9160_ns.overlay
-- Generated zephyr.dts: C:/NordicApp/net_sockets_can/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: C:/NordicApp/net_sockets_can/build/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: C:/NordicApp/net_sockets_can/build/zephyr/include/generated/device_extern.h
-- Including generated dts.cmake file: C:/NordicApp/net_sockets_can/build/zephyr/dts.cmake
Parsing C:/NordicSemi/v1.8.0/zephyr/Kconfig
Loaded configuration &amp;#39;C:/NordicSemi/v1.8.0/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_ns_defconfig&amp;#39;
Merged configuration &amp;#39;c:/NordicApp/net_sockets_can/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/NordicApp/net_sockets_can/build/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;C:/NordicApp/net_sockets_can/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/NordicApp/net_sockets_can/build/zephyr/include/generated/autoconf.h&amp;#39;

warning: Experimental symbol NET_SOCKETS_OFFLOAD is enabled.


warning: Experimental symbol NET_SOCKETS_CAN is enabled.

-- The C compiler identification is GNU 9.2.1
-- The CXX compiler identification is GNU 9.2.1
-- The ASM compiler identification is GNU
-- Found assembler: C:/NordicSemi/v1.8.0/toolchain/opt/bin/arm-none-eabi-gcc.exe
Changed board to secure nrf9160dk_nrf9160 (NOT NS)

=== child image spm -  begin ===
Including boilerplate (Zephyr base (cached)): C:/NordicSemi/v1.8.0/zephyr/cmake/app/boilerplate.cmake
-- Application: C:/NordicSemi/v1.8.0/nrf/samples/spm
-- Zephyr version: 2.7.0 (C:/NordicSemi/v1.8.0/zephyr), build: v2.7.0-ncs1
-- Found west (found suitable version &amp;quot;0.12.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf9160dk_nrf9160, Revision: 0.7.0
-- Cache files will be written to: C:/NordicSemi/v1.8.0/zephyr/.cache
-- Found dtc: C:/NordicSemi/v1.8.0/toolchain/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (C:/NordicSemi/v1.8.0/toolchain/opt)
-- Found BOARD.dts: C:/NordicSemi/v1.8.0/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160.dts
-- Found devicetree overlay: C:/NordicSemi/v1.8.0/nrf/samples/spm/nrf9160dk_nrf9160.overlay
-- Generated zephyr.dts: C:/NordicApp/net_sockets_can/build/spm/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: C:/NordicApp/net_sockets_can/build/spm/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: C:/NordicApp/net_sockets_can/build/spm/zephyr/include/generated/device_extern.h
-- Including generated dts.cmake file: C:/NordicApp/net_sockets_can/build/spm/zephyr/dts.cmake
Parsing C:/NordicSemi/v1.8.0/zephyr/Kconfig
Loaded configuration &amp;#39;C:/NordicApp/net_sockets_can/build/spm/zephyr/.config&amp;#39;
No change to configuration in &amp;#39;C:/NordicApp/net_sockets_can/build/spm/zephyr/.config&amp;#39;
No change to Kconfig header in &amp;#39;C:/NordicApp/net_sockets_can/build/spm/zephyr/include/generated/autoconf.h&amp;#39;
CMake Warning at C:\NordicSemi\v1.8.0\zephyr\CMakeLists.txt:1662 (message):
  __ASSERT() statements are globally ENABLED


-- Configuring done
-- Generating done
-- Build files have been written to: C:/NordicApp/net_sockets_can/build/spm
=== child image spm -  end ===

Dropping partition &amp;#39;nrf_modem_lib_trace&amp;#39; since its size is 0.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/NordicApp/net_sockets_can/build
-- west build: building application
[1/227] Creating directories for &amp;#39;spm_subimage&amp;#39;
[2/227] No download step for &amp;#39;spm_subimage&amp;#39;
[3/227] No update step for &amp;#39;spm_subimage&amp;#39;
[4/227] No patch step for &amp;#39;spm_subimage&amp;#39;
[5/227] No configure step for &amp;#39;spm_subimage&amp;#39;
[5/227] Performing build step for &amp;#39;spm_subimage&amp;#39;
[1/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/pk.c.obj
[2/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/pkwrite.c.obj
[3/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/pkparse.c.obj
[4/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/pkcs12.c.obj
[5/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/pk_wrap.c.obj
[6/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/aesni.c.obj
[7/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/base64.c.obj
[8/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/pkcs5.c.obj
[9/218] Generating objects/cc3xx.mon
[10/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/aria.c.obj
[11/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/blowfish.c.obj
[12/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/arc4.c.obj
[13/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/camellia.c.obj
[14/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/asn1parse.c.obj
[15/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/des.c.obj
[16/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/debug.c.obj
[17/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/asn1write.c.obj
[18/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/havege.c.obj
[19/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/ctr_drbg.c.obj
[20/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/gcm.c.obj
[21/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/cipher_wrap.c.obj
[22/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/cipher.c.obj
[23/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/entropy_poll.c.obj
[24/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/hmac_drbg.c.obj
[25/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/hkdf.c.obj
[26/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/error.c.obj
[27/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/md2.c.obj
[28/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/md4.c.obj
[29/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/nist_kw.c.obj
[30/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/md5.c.obj
[31/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/entropy.c.obj
[32/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/bignum.c.obj
[33/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/padlock.c.obj
[34/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/version.c.obj
[35/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/md.c.obj
[36/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/ripemd160.c.obj
[37/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/platform_util.c.obj
[38/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/timing.c.obj
[39/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/version_features.c.obj
[40/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/platform.c.obj
[41/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto_storage.c.obj
[42/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/xtea.c.obj
[43/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/oid.c.obj
[44/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto.c.obj
[45/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto_slot_management.c.obj
[46/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto_ecp.c.obj
[47/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto_rsa.c.obj
[48/218] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[49/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto_client.c.obj
[50/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/replacements/pem.c.obj
[51/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto_driver_wrappers.c.obj
[52/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/shared/CMakeFiles/mbedcrypto_shared.dir/C_/NordicSemi/v1.8.0/mbedtls/library/sha512.c.obj
[53/218] Generating include/generated/driver-validation.h
[54/218] Generating include/generated/kobj-types-enum.h, include/generated/otype-to-str.h, include/generated/otype-to-size.h
[55/218] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h
[56/218] Linking C static library modules\nrfxlib\nrfxlib\nrf_security\src\libmbedcrypto.a
[57/218] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[58/218] Generating include/generated/offsets.h
[59/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi_on_reset.S.obj
[60/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/cpu_idle.S.obj
[61/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/vector_table.S.obj
[62/218] Generating linker_zephyr_prebuilt.cmd
[63/218] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj
[64/218] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj
[65/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/thread_abort.c.obj
[66/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/scb.c.obj
[67/218] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj
[68/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap_helper.S.obj
[69/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj
[70/218] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/irq_manage.c.obj
[71/218] Linking C static library zephyr\arch\common\libisr_tables.a
[72/218] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj
[73/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault_s.S.obj
[74/218] Linking C static library zephyr\arch\common\libarch__common.a
[75/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj
[76/218] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/prep_c.c.obj
[77/218] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj
[78/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj
[79/218] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap.c.obj
[80/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj
[81/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/atoi.c.obj
[82/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/tz/CMakeFiles/arch__arm__core__aarch32__cortex_m__tz.dir/arm_core_tz.c.obj
[83/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fpu.c.obj
[84/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/cmse/CMakeFiles/arch__arm__core__aarch32__cortex_m__cmse.dir/arm_core_cmse.c.obj
[85/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/abort.c.obj
[86/218] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_core_mpu.c.obj
[87/218] Linking C static library zephyr\arch\arch\arm\core\aarch32\libarch__arm__core__aarch32.a
[88/218] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\tz\libarch__arm__core__aarch32__cortex_m__tz.a
[89/218] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_mpu.c.obj
[90/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoul.c.obj
[91/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj
[92/218] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\cmse\libarch__arm__core__aarch32__cortex_m__cmse.a
[93/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/bsearch.c.obj
[94/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtol.c.obj
[95/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strncasecmp.c.obj
[96/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/exit.c.obj
[97/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strstr.c.obj
[98/218] Linking C static library zephyr\arch\arch\arm\core\aarch32\mpu\libarch__arm__core__aarch32__mpu.a
[99/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strspn.c.obj
[100/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/fprintf.c.obj
[101/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/stdout_console.c.obj
[102/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/sprintf.c.obj
[103/218] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\libarch__arm__core__aarch32__cortex_m.a
[104/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/string.c.obj
[105/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/malloc.c.obj
[106/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/time/gmtime.c.obj
[107/218] Building C object CMakeFiles/app.dir/src/main.c.obj
[108/218] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/nanosleep.c.obj
[109/218] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/pthread_common.c.obj
[110/218] Building C object zephyr/subsys/random/CMakeFiles/subsys__random.dir/rand32_entropy_device.c.obj
[111/218] Building C object zephyr/soc/arm/common/cortex_m/CMakeFiles/soc__arm__common__cortex_m.dir/arm_mpu_regions.c.obj
[112/218] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj
[113/218] Building C object zephyr/boards/boards/arm/nrf9160dk_nrf9160/CMakeFiles/boards__arm__nrf9160dk_nrf9160.dir/nrf52840_reset.c.obj
[114/218] Linking C static library zephyr\lib\libc\minimal\liblib__libc__minimal.a
[115/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj
[116/218] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
[117/218] Linking C static library zephyr\soc\arm\common\cortex_m\libsoc__arm__common__cortex_m.a
[118/218] Linking C static library app\libapp.a
[119/218] Linking C static library zephyr\subsys\random\libsubsys__random.a
[120/218] Linking C static library zephyr\lib\posix\liblib__posix.a
[121/218] Linking C static library zephyr\drivers\console\libdrivers__console.a
[122/218] Linking C static library zephyr\boards\boards\arm\nrf9160dk_nrf9160\libboards__arm__nrf9160dk_nrf9160.a
[123/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32c_sw.c.obj
[124/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj
[125/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc7_sw.c.obj
[126/218] Linking C static library zephyr\drivers\clock_control\libdrivers__clock_control.a
[127/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32_sw.c.obj
[128/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc8_sw.c.obj
[129/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc16_sw.c.obj
[130/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/dec.c.obj
[131/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj
[132/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
[133/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
[134/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
[135/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj
[136/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
[137/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
[138/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
[139/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
[140/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj
[141/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
[142/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj
[143/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
[144/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj
[145/218] Building ASM object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/common/soc_nrf_common.S.obj
[146/218] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/soc.c.obj
[147/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
[148/218] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj
[149/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj
[150/218] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/power.c.obj
[151/218] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_enabled_instances.c.obj
[152/218] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_base_addresses.c.obj
[153/218] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/pm_ctrl.c.obj
[154/218] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj
[155/218] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrf/subsys/spm/spm.c.obj
[156/218] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/policy/policy_residency.c.obj
[157/218] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/power.c.obj
[158/218] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrf/subsys/spm/secure_services.c.obj
[159/218] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
[160/218] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrfxlib/crypto/nrf_cc310_platform/src/nrf_cc3xx_platform_mutex_zephyr.c.obj
[161/218] Building C object zephyr/CMakeFiles/zephyr_prebuilt.dir/misc/empty_file.c.obj
[162/218] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrf/subsys/partition_manager/flash_map_partition_manager.c.obj
[163/218] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrfxlib/crypto/nrf_cc310_platform/src/nrf_cc3xx_platform_abort_zephyr.c.obj
[164/218] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
[165/218] Building C object zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/C_/NordicSemi/v1.8.0/nrf/drivers/entropy/entropy_cc310.c.obj
[166/218] Building C object modules/nrf/subsys/fw_info/CMakeFiles/..__nrf__subsys__fw_info.dir/fw_info.c.obj
[167/218] Building C object modules/nrf/lib/fatal_error/CMakeFiles/..__nrf__lib__fatal_error.dir/fatal_error.c.obj
[168/218] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
[169/218] Building C object modules/nrf/drivers/hw_cc310/CMakeFiles/..__nrf__drivers__hw_cc310.dir/hw_cc310.c.obj
[170/218] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
[171/218] Linking C static library zephyr\libzephyr.a
[172/218] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
[173/218] Linking C static library zephyr\drivers\entropy\libdrivers__entropy.a
[174/218] Linking C static library modules\nrf\lib\fatal_error\lib..__nrf__lib__fatal_error.a
[175/218] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/mdk/system_nrf9160.c.obj
[176/218] Linking C static library modules\nrf\subsys\fw_info\lib..__nrf__subsys__fw_info.a
[177/218] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_clock.c.obj
[178/218] Linking C static library modules\nrf\drivers\hw_cc310\lib..__nrf__drivers__hw_cc310.a
[179/218] Linking C static library zephyr\drivers\serial\libdrivers__serial.a
[180/218] Linking C static library zephyr\drivers\timer\libdrivers__timer.a
[181/218] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj
[182/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
[183/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
[184/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
[185/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
[186/218] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_uarte.c.obj
[187/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj
[188/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
[189/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
[190/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
[191/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj
[192/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj
[193/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
[194/218] Linking C static library modules\hal_nordic\nrfx\libmodules__hal_nordic__nrfx.a
[195/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj
[196/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
[197/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj
[198/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj
[199/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj
[200/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj
[201/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/pipes.c.obj
[202/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj
[203/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj
[204/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj
[205/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
[206/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
[207/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
[208/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
[209/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj
[210/218] Linking C static library zephyr\kernel\libkernel.a
[211/218] Linking C executable zephyr\zephyr_prebuilt.elf

[212/218] Generating linker.cmd
[213/218] Generating isr_tables.c, isrList.bin
[214/218] Generating dev_handles.c
[215/218] Building C object zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
[216/218] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
[217/218] Building C object zephyr/CMakeFiles/zephyr_final.dir/dev_handles.c.obj
[218/218] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:         64 KB        64 KB    100.00%
            SRAM:       11832 B        64 KB     18.05%
        IDT_LIST:          0 GB         2 KB      0.00%
[9/227] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h
[11/227] No install step for &amp;#39;spm_subimage&amp;#39;
[12/227] Completed &amp;#39;spm_subimage&amp;#39;
[13/227] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[14/227] Generating include/generated/offsets.h
[15/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/policy/policy_residency.c.obj
[16/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/pm_ctrl.c.obj
[17/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_log_backend.c.obj
[18/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_history.c.obj
[19/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/power.c.obj
[20/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_wildcard.c.obj
[21/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj
[22/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/socket_offload.c.obj
[23/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/sockets_can.c.obj
[24/227] Generating linker_zephyr_prebuilt.cmd
[25/227] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj
[26/227] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj
[27/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
[28/227] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrf/subsys/partition_manager/flash_map_partition_manager.c.obj
[29/227] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrf/subsys/nonsecure/secure_services_ns.c.obj
[30/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/sockets_select.c.obj
[31/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/getaddrinfo.c.obj
[32/227] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj
[33/227] Linking C static library zephyr\arch\common\libisr_tables.a
[34/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/sockets.c.obj
[35/227] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj
[36/227] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/scb.c.obj
[37/227] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/cpu_idle.S.obj
[38/227] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap_helper.S.obj
[39/227] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi_on_reset.S.obj
[40/227] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fpu.c.obj
[41/227] Linking C static library zephyr\arch\common\libarch__common.a
[42/227] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/irq_manage.c.obj
[43/227] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj
[44/227] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj
[45/227] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj
[46/227] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj
[47/227] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault_s.S.obj
[48/227] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap.c.obj
[49/227] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/prep_c.c.obj
[50/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtol.c.obj
[51/227] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj
[52/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/atoi.c.obj
[53/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoul.c.obj
[54/227] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/vector_table.S.obj
[55/227] Linking C static library zephyr\arch\arch\arm\core\aarch32\libarch__arm__core__aarch32.a
[56/227] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj
[57/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/abort.c.obj
[58/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/string.c.obj
[59/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/bsearch.c.obj
[60/227] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/cmse/CMakeFiles/arch__arm__core__aarch32__cortex_m__cmse.dir/arm_core_cmse.c.obj
[61/227] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/thread_abort.c.obj
[62/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/malloc.c.obj
[63/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strncasecmp.c.obj
[64/227] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_core_mpu.c.obj
[65/227] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\libarch__arm__core__aarch32__cortex_m.a
[66/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strspn.c.obj
[67/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/exit.c.obj
[68/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strstr.c.obj
[69/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/fprintf.c.obj
[70/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/stdout_console.c.obj
[71/227] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\cmse\libarch__arm__core__aarch32__cortex_m__cmse.a
[72/227] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_mpu.c.obj
[73/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/sprintf.c.obj
[74/227] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/time/gmtime.c.obj
[75/227] Building C object zephyr/CMakeFiles/zephyr_prebuilt.dir/misc/empty_file.c.obj
[76/227] Linking C static library zephyr\arch\arch\arm\core\aarch32\mpu\libarch__arm__core__aarch32__mpu.a
[77/227] Building C object zephyr/soc/arm/common/cortex_m/CMakeFiles/soc__arm__common__cortex_m.dir/arm_mpu_regions.c.obj
[78/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj
[79/227] Building C object zephyr/boards/arm/nrf9160dk_nrf9160/CMakeFiles/boards__arm__nrf9160dk_nrf9160.dir/nrf52840_reset.c.obj
[80/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj
[81/227] Linking C static library zephyr\lib\libc\minimal\liblib__libc__minimal.a
[82/227] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/nanosleep.c.obj
[83/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32_sw.c.obj
[84/227] Linking C static library zephyr\soc\arm\common\cortex_m\libsoc__arm__common__cortex_m.a
[85/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32c_sw.c.obj
[86/227] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/pthread_common.c.obj
[87/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc16_sw.c.obj
[88/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc7_sw.c.obj
[89/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc8_sw.c.obj
[90/227] Linking C static library zephyr\boards\arm\nrf9160dk_nrf9160\libboards__arm__nrf9160dk_nrf9160.a
[91/227] Building C object CMakeFiles/app.dir/src/main.c.obj
c:\NordicApp\net_sockets_can\src\main.c:101:13: warning: &amp;#39;rx&amp;#39; defined but not used [-Wunused-function]
  101 | static void rx(int *can_fd, int *do_close_period,
      |             ^~
[92/227] Linking C static library zephyr\lib\posix\liblib__posix.a
[93/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/dec.c.obj
[94/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj
[95/227] Linking C static library app\libapp.a
[96/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
[97/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
[98/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj
[99/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
[100/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
[101/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
[102/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
[103/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
[104/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
[105/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj
[106/227] Building ASM object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/common/soc_nrf_common.S.obj
[107/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj
[108/227] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj
[109/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/util/fnmatch/fnmatch.c.obj
[110/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
[111/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/ring_buffer.c.obj
[112/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
[113/227] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj
[114/227] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_base_addresses.c.obj
[115/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_list.c.obj
[116/227] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_enabled_instances.c.obj
[117/227] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/power.c.obj
[118/227] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/soc.c.obj
[119/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/debug/thread_info.c.obj
[120/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj
[121/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj
[122/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj
[123/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_help.c.obj
[124/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_utils.c.obj
[125/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_cmds.c.obj
[126/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/device_service.c.obj
[127/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_uart.c.obj
[128/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_ops.c.obj
[129/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cmds.c.obj
[130/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj
[131/227] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_timeout.c.obj
[132/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/devmem_service.c.obj
[133/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_fprintf.c.obj
[134/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/kernel_service.c.obj
[135/227] Building C object zephyr/subsys/net/l2/canbus/CMakeFiles/subsys__net__l2__canbus.dir/canbus_raw.c.obj
[136/227] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/utils.c.obj
[137/227] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell.c.obj
[138/227] Building C object zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj
[139/227] Linking C static library zephyr\subsys\net\l2\canbus\libsubsys__net__l2__canbus.a
[140/227] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_tc.c.obj
[141/227] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_if.c.obj
[142/227] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_shell.c.obj
[143/227] Linking C static library zephyr\subsys\net\libsubsys__net.a
[144/227] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/connection.c.obj
[145/227] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_core.c.obj
[146/227] Linking C static library zephyr\libzephyr.a
[147/227] Building C object zephyr/subsys/random/CMakeFiles/subsys__random.dir/rand32_entropy_device.c.obj
[148/227] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/canbus_socket.c.obj
[149/227] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj
[150/227] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_context.c.obj
[151/227] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
[152/227] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
[153/227] Building C object zephyr/drivers/can/CMakeFiles/drivers__can.dir/can_common.c.obj
[154/227] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_pkt.c.obj
[155/227] Linking C static library zephyr\subsys\random\libsubsys__random.a
[156/227] Linking C static library zephyr\drivers\console\libdrivers__console.a
[157/227] Linking C static library zephyr\drivers\clock_control\libdrivers__clock_control.a
[158/227] Linking C static library zephyr\drivers\gpio\libdrivers__gpio.a
[159/227] Building C object zephyr/drivers/can/CMakeFiles/drivers__can.dir/can_shell.c.obj
[160/227] Building C object zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj
[161/227] Linking C static library zephyr\subsys\net\ip\libsubsys__net__ip.a
[162/227] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
[163/227] Building C object zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/C_/NordicSemi/v1.8.0/nrf/drivers/entropy/entropy_cc310.c.obj
[164/227] Linking C static library zephyr\drivers\spi\libdrivers__spi.a
[165/227] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/errno_sanity.c.obj
[166/227] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
[167/227] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/nrf_modem_os.c.obj
[168/227] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/nrf_modem_lib.c.obj
[169/227] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/shmem_sanity.c.obj
[170/227] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
[171/227] Linking C static library zephyr\drivers\entropy\libdrivers__entropy.a
[172/227] Building C object zephyr/drivers/can/CMakeFiles/drivers__can.dir/can_mcp2515.c.obj
[173/227] Linking C static library zephyr\drivers\serial\libdrivers__serial.a
[174/227] Linking C static library zephyr\drivers\timer\libdrivers__timer.a
[175/227] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/mdk/system_nrf9160.c.obj
[176/227] Linking C static library zephyr\drivers\can\libdrivers__can.a
[177/227] Building C object modules/nrf/lib/fatal_error/CMakeFiles/..__nrf__lib__fatal_error.dir/fatal_error.c.obj
[178/227] Building C object modules/nrf/subsys/fw_info/CMakeFiles/..__nrf__subsys__fw_info.dir/fw_info.c.obj
[179/227] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
[180/227] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/nrf91_sockets.c.obj
[181/227] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_clock.c.obj
[182/227] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_ipc.c.obj
[183/227] Linking C static library modules\nrf\subsys\fw_info\lib..__nrf__subsys__fw_info.a
[184/227] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj
[185/227] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_dppi.c.obj
[186/227] Linking C static library modules\nrf\lib\fatal_error\lib..__nrf__lib__fatal_error.a
[187/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
[188/227] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj
[189/227] Linking C static library modules\nrf\lib\nrf_modem_lib\lib..__nrf__lib__nrf_modem_lib.a
[190/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
[191/227] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj
[192/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
[193/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
[194/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
[195/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj
[196/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
[197/227] Linking C static library modules\hal_nordic\nrfx\libmodules__hal_nordic__nrfx.a
[198/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
[199/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
[200/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj
[201/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
[202/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj
[203/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj
[204/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj
[205/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj
[206/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj
[207/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/pipes.c.obj
[208/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj
[209/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj
[210/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj
[211/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj
[212/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
[213/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
[214/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
[215/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
[216/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj
[217/227] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj
[218/227] Linking C static library zephyr\kernel\libkernel.a
[219/227] Linking C executable zephyr\zephyr_prebuilt.elf
FAILED: zephyr/zephyr_prebuilt.elf zephyr/zephyr_prebuilt.map 
cmd.exe /C &amp;quot;cd . &amp;amp;&amp;amp; C:\NordicSemi\v1.8.0\toolchain\opt\bin\arm-none-eabi-gcc.exe   zephyr/CMakeFiles/zephyr_prebuilt.dir/misc/empty_file.c.obj -o zephyr\zephyr_prebuilt.elf  -Wl,-T  zephyr/linker_zephyr_prebuilt.cmd  -Wl,-Map=C:/NordicApp/net_sockets_can/build/zephyr/zephyr_prebuilt.map  -Wl,--whole-archive  app/libapp.a  zephyr/libzephyr.a  zephyr/arch/common/libarch__common.a  zephyr/arch/arch/arm/core/aarch32/libarch__arm__core__aarch32.a  zephyr/arch/arch/arm/core/aarch32/cortex_m/libarch__arm__core__aarch32__cortex_m.a  zephyr/arch/arch/arm/core/aarch32/cortex_m/cmse/libarch__arm__core__aarch32__cortex_m__cmse.a  zephyr/arch/arch/arm/core/aarch32/mpu/libarch__arm__core__aarch32__mpu.a  zephyr/lib/libc/minimal/liblib__libc__minimal.a  zephyr/lib/posix/liblib__posix.a  zephyr/soc/arm/common/cortex_m/libsoc__arm__common__cortex_m.a  zephyr/boards/arm/nrf9160dk_nrf9160/libboards__arm__nrf9160dk_nrf9160.a  zephyr/subsys/net/libsubsys__net.a  zephyr/subsys/net/l2/canbus/libsubsys__net__l2__canbus.a  zephyr/subsys/net/ip/libsubsys__net__ip.a  zephyr/subsys/random/libsubsys__random.a  zephyr/drivers/clock_control/libdrivers__clock_control.a  zephyr/drivers/console/libdrivers__console.a  zephyr/drivers/gpio/libdrivers__gpio.a  zephyr/drivers/spi/libdrivers__spi.a  zephyr/drivers/can/libdrivers__can.a  zephyr/drivers/serial/libdrivers__serial.a  zephyr/drivers/entropy/libdrivers__entropy.a  zephyr/drivers/timer/libdrivers__timer.a  modules/nrf/lib/nrf_modem_lib/lib..__nrf__lib__nrf_modem_lib.a  modules/nrf/lib/fatal_error/lib..__nrf__lib__fatal_error.a  modules/nrf/subsys/fw_info/lib..__nrf__subsys__fw_info.a  modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a  C:/NordicSemi/v1.8.0/nrfxlib/nrf_modem/lib/cortex-m33/soft-float/libmodem.a  -Wl,--no-whole-archive  zephyr/kernel/libkernel.a  zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj  -L&amp;quot;c:/nordicsemi/v1.8.0/toolchain/opt/bin/../lib/gcc/arm-none-eabi/9.2.1/thumb/v8-m.main/nofp&amp;quot;  -LC:/NordicApp/net_sockets_can/build/zephyr  -lgcc  zephyr/arch/common/libisr_tables.a  -mcpu=cortex-m33  -mthumb  -mabi=aapcs  -mfp16-format=ieee  -Wl,--gc-sections  -Wl,--build-id=none  -Wl,--sort-common=descending  -Wl,--sort-section=alignment  -Wl,-u,_OffsetAbsSyms  -Wl,-u,_ConfigAbsSyms  -nostdlib  -static  -no-pie  -Wl,-X  -Wl,-N  -Wl,--orphan-handling=warn  spm/libspmsecureentries.a &amp;amp;&amp;amp; cmd.exe /C &amp;quot;cd /D C:\NordicApp\net_sockets_can\build\zephyr &amp;amp;&amp;amp; C:\NordicSemi\v1.8.0\toolchain\opt\bin\cmake.exe -E echo &amp;quot;&amp;quot;
c:/nordicsemi/v1.8.0/toolchain/opt/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe:\zephyr\linker_zephyr_prebuilt.cmd:71 cannot move location counter backwards (from 0001023c to 00010200)
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: &amp;#39;c:\NordicSemi\v1.8.0\toolchain\opt\bin\cmake.EXE&amp;#39; --build &amp;#39;c:\NordicApp\net_sockets_can\build&amp;#39;
The terminal process terminated with exit code: 1.

Terminal will be reused by tasks, press any key to close it.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;after the requested modification i got this error on build.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/349282?ContentTypeID=1</link><pubDate>Mon, 24 Jan 2022 13:57:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da3a3640-8e7f-44cd-aaa4-f89b79abc4c6</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Tomas&lt;/p&gt;
&lt;p&gt;It seems the developer found yet another issue, in the Zephyr codebase this time.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Again he provided a pull request that patches the issue:&lt;br /&gt;&lt;a title="https://github.com/zephyrproject-rtos/zephyr/pull/42088" href="https://github.com/zephyrproject-rtos/zephyr/pull/42088" rel="noopener noreferrer" target="_blank"&gt;https://github.com/zephyrproject-rtos/zephyr/pull/42088&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Can you try to apply this one also and see if it works?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/348793?ContentTypeID=1</link><pubDate>Thu, 20 Jan 2022 17:29:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49100bfb-5208-4f83-90d8-0dca844c4be6</guid><dc:creator>T.B-D</dc:creator><description>&lt;p&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1642699686188v2.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;After adjusting the code acc to above i still get the errors&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1642699763351v3.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/348744?ContentTypeID=1</link><pubDate>Thu, 20 Jan 2022 14:17:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ac0dac8-9c41-4cf4-ad01-1b46a09ecfc1</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Tomas&lt;/p&gt;
&lt;p&gt;I discussed this with one of the developers, and he found a potential&amp;nbsp;issue with the nrf91_socket implementation that might explain the issue you are seeing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Essentially it will accept any query, regardless of AF type, even if it doesn&amp;#39;t support all AF families (such as CAN):&amp;nbsp;&lt;br /&gt;&lt;a title="https://github.com/nrfconnect/sdk-nrf/blob/main/lib/nrf_modem_lib/nrf91_sockets.c#l1290" href="https://github.com/nrfconnect/sdk-nrf/blob/main/lib/nrf_modem_lib/nrf91_sockets.c#L1290" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-nrf/blob/main/lib/nrf_modem_lib/nrf91_sockets.c#L1290&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;He was able to patch this issue, and you can check out the patch in this pull request:&lt;br /&gt;&lt;a title="https://github.com/nrfconnect/sdk-nrf/pull/6593" href="https://github.com/nrfconnect/sdk-nrf/pull/6593" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-nrf/pull/6593&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Could you try to apply this patch on your end and see if it fixes the issue?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/348531?ContentTypeID=1</link><pubDate>Wed, 19 Jan 2022 13:51:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7393117-c6f6-487c-80a2-a35f9e03fa03</guid><dc:creator>T.B-D</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;gt; Executing task: nRF Connect: Generate config nrf9160dk_nrf9160_ns@0.9.0 for c:\NordicApp\net_sockets_can &amp;lt;

Building net_sockets_can
west build --build-dir c:\NordicApp\net_sockets_can\build c:\NordicApp\net_sockets_can --pristine --board nrf9160dk_nrf9160_ns@0.9.0 -- -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=On -DNCS_TOOLCHAIN_VERSION:STRING=&amp;quot;NONE&amp;quot; -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y -DBOARD_ROOT:STRING=&amp;quot;c:/NordicApp/net_sockets_can&amp;quot;

-- west build: generating a build system
Including boilerplate (Zephyr base): C:/NordicSemi/v1.8.0/zephyr/cmake/app/boilerplate.cmake
-- Application: C:/NordicApp/net_sockets_can
-- Zephyr version: 2.7.0 (C:/NordicSemi/v1.8.0/zephyr), build: v2.7.0-ncs1
-- Found Python3: C:/NordicSemi/v1.8.0/toolchain/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
-- Found west (found suitable version &amp;quot;0.12.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf9160dk_nrf9160_ns, Revision: 0.9.0 (Active: 0.7.0)
-- Cache files will be written to: C:/NordicSemi/v1.8.0/zephyr/.cache
-- Found dtc: C:/NordicSemi/v1.8.0/toolchain/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (c:/NordicSemi/v1.8.0/toolchain/opt)
-- Found BOARD.dts: C:/NordicSemi/v1.8.0/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_ns.dts
-- Found devicetree overlay: C:/NordicApp/net_sockets_can/nrf9160dk_nrf9160_ns.overlay
-- Generated zephyr.dts: C:/NordicApp/net_sockets_can/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: C:/NordicApp/net_sockets_can/build/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: C:/NordicApp/net_sockets_can/build/zephyr/include/generated/device_extern.h
-- Including generated dts.cmake file: C:/NordicApp/net_sockets_can/build/zephyr/dts.cmake

warning: Experimental symbol NET_SOCKETS_OFFLOAD is enabled.


warning: Experimental symbol NET_SOCKETS_CAN is enabled.

Parsing C:/NordicSemi/v1.8.0/zephyr/Kconfig
Loaded configuration &amp;#39;C:/NordicSemi/v1.8.0/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_ns_defconfig&amp;#39;
Merged configuration &amp;#39;C:/NordicApp/net_sockets_can/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/NordicApp/net_sockets_can/build/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;C:/NordicApp/net_sockets_can/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/NordicApp/net_sockets_can/build/zephyr/include/generated/autoconf.h&amp;#39;
-- The C compiler identification is GNU 9.2.1
-- The CXX compiler identification is GNU 9.2.1
-- The ASM compiler identification is GNU
-- Found assembler: C:/NordicSemi/v1.8.0/toolchain/opt/bin/arm-none-eabi-gcc.exe
Changed board to secure nrf9160dk_nrf9160 (NOT NS)

=== child image spm -  begin ===
Including boilerplate (Zephyr base): C:/NordicSemi/v1.8.0/zephyr/cmake/app/boilerplate.cmake
-- Application: C:/NordicSemi/v1.8.0/nrf/samples/spm
-- Zephyr version: 2.7.0 (C:/NordicSemi/v1.8.0/zephyr), build: v2.7.0-ncs1
-- Found Python3: C:/NordicSemi/v1.8.0/toolchain/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
-- Found west (found suitable version &amp;quot;0.12.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf9160dk_nrf9160, Revision: 0.7.0
-- Cache files will be written to: C:/NordicSemi/v1.8.0/zephyr/.cache
-- Found dtc: C:/NordicSemi/v1.8.0/toolchain/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (C:/NordicSemi/v1.8.0/toolchain/opt)
-- Found BOARD.dts: C:/NordicSemi/v1.8.0/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160.dts
-- Found devicetree overlay: C:/NordicSemi/v1.8.0/nrf/samples/spm/nrf9160dk_nrf9160.overlay
-- Generated zephyr.dts: C:/NordicApp/net_sockets_can/build/spm/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: C:/NordicApp/net_sockets_can/build/spm/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: C:/NordicApp/net_sockets_can/build/spm/zephyr/include/generated/device_extern.h
-- Including generated dts.cmake file: C:/NordicApp/net_sockets_can/build/spm/zephyr/dts.cmake
Parsing C:/NordicSemi/v1.8.0/zephyr/Kconfig
Loaded configuration &amp;#39;C:/NordicSemi/v1.8.0/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_defconfig&amp;#39;
Merged configuration &amp;#39;C:/NordicSemi/v1.8.0/nrf/samples/spm/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/NordicSemi/v1.8.0/nrf/samples/spm/boards/nrf9160dk_nrf9160.conf&amp;#39;
Merged configuration &amp;#39;C:/NordicSemi/v1.8.0/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Merged configuration &amp;#39;C:/NordicApp/net_sockets_can/build/spm/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;C:/NordicApp/net_sockets_can/build/spm/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/NordicApp/net_sockets_can/build/spm/zephyr/include/generated/autoconf.h&amp;#39;
-- The C compiler identification is GNU 9.2.1
-- The CXX compiler identification is GNU 9.2.1
-- The ASM compiler identification is GNU
-- Found assembler: C:/NordicSemi/v1.8.0/toolchain/opt/bin/arm-none-eabi-gcc.exe
CMake Warning at C:\NordicSemi\v1.8.0\zephyr\CMakeLists.txt:1662 (message):
  __ASSERT() statements are globally ENABLED


-- Configuring done
-- Generating done
-- Build files have been written to: C:/NordicApp/net_sockets_can/build/spm
=== child image spm -  end ===

Dropping partition &amp;#39;nrf_modem_lib_trace&amp;#39; since its size is 0.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/NordicApp/net_sockets_can/build
-- west build: building application
[1/226] Creating directories for &amp;#39;spm_subimage&amp;#39;
[2/226] No download step for &amp;#39;spm_subimage&amp;#39;
[3/226] No update step for &amp;#39;spm_subimage&amp;#39;
[4/226] No patch step for &amp;#39;spm_subimage&amp;#39;
[5/226] No configure step for &amp;#39;spm_subimage&amp;#39;
[5/226] Performing build step for &amp;#39;spm_subimage&amp;#39;
[1/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/des.c.obj
[2/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/debug.c.obj
[3/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/arc4.c.obj
[4/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/aria.c.obj
[5/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/aesni.c.obj
[6/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/cipher_wrap.c.obj
[7/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/ctr_drbg.c.obj
[8/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/blowfish.c.obj
[9/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/cipher.c.obj
[10/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/base64.c.obj
[11/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/camellia.c.obj
[12/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/error.c.obj
[13/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/asn1write.c.obj
[14/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/asn1parse.c.obj
[15/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/entropy_poll.c.obj
[16/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/havege.c.obj
[17/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/gcm.c.obj
[18/218] Generating objects/cc3xx.mon
[19/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/md4.c.obj
[20/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/entropy.c.obj
[21/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/hmac_drbg.c.obj
[22/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/hkdf.c.obj
[23/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/md2.c.obj
[24/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/nist_kw.c.obj
[25/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/md5.c.obj
[26/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/md.c.obj
[27/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/padlock.c.obj
[28/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/pk.c.obj
[29/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/pk_wrap.c.obj
[30/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/pkparse.c.obj
[31/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/bignum.c.obj
[32/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/pkcs12.c.obj
[33/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/oid.c.obj
[34/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/ripemd160.c.obj
[35/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/platform_util.c.obj
[36/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/timing.c.obj
[37/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/pkwrite.c.obj
[38/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/pkcs5.c.obj
[39/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/version_features.c.obj
[40/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/platform.c.obj
[41/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/xtea.c.obj
[42/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/version.c.obj
[43/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto_slot_management.c.obj
[44/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto.c.obj
[45/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto_client.c.obj
[46/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto_rsa.c.obj
[47/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto_ecp.c.obj
[48/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto_storage.c.obj
[49/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/replacements/pem.c.obj
[50/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/NordicSemi/v1.8.0/mbedtls/library/psa_crypto_driver_wrappers.c.obj
[51/218] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[52/218] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/shared/CMakeFiles/mbedcrypto_shared.dir/C_/NordicSemi/v1.8.0/mbedtls/library/sha512.c.obj
[53/218] Generating include/generated/driver-validation.h
[54/218] Generating include/generated/kobj-types-enum.h, include/generated/otype-to-str.h, include/generated/otype-to-size.h
[55/218] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h
[56/218] Linking C static library modules\nrfxlib\nrfxlib\nrf_security\src\libmbedcrypto.a
[57/218] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[58/218] Generating include/generated/offsets.h
[59/218] Generating linker_zephyr_prebuilt.cmd
[60/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/vector_table.S.obj
[61/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/cpu_idle.S.obj
[62/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj
[63/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi_on_reset.S.obj
[64/218] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj
[65/218] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj
[66/218] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj
[67/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/scb.c.obj
[68/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/thread_abort.c.obj
[69/218] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/irq_manage.c.obj
[70/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj
[71/218] Linking C static library zephyr\arch\common\libisr_tables.a
[72/218] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj
[73/218] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/prep_c.c.obj
[74/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap_helper.S.obj
[75/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj
[76/218] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj
[77/218] Linking C static library zephyr\arch\common\libarch__common.a
[78/218] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault_s.S.obj
[79/218] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap.c.obj
[80/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj
[81/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/atoi.c.obj
[82/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtol.c.obj
[83/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoul.c.obj
[84/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fpu.c.obj
[85/218] Linking C static library zephyr\arch\arch\arm\core\aarch32\libarch__arm__core__aarch32.a
[86/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strstr.c.obj
[87/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/tz/CMakeFiles/arch__arm__core__aarch32__cortex_m__tz.dir/arm_core_tz.c.obj
[88/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/malloc.c.obj
[89/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/string.c.obj
[90/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/bsearch.c.obj
[91/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/cmse/CMakeFiles/arch__arm__core__aarch32__cortex_m__cmse.dir/arm_core_cmse.c.obj
[92/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/abort.c.obj
[93/218] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj
[94/218] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\tz\libarch__arm__core__aarch32__cortex_m__tz.a
[95/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strncasecmp.c.obj
[96/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/fprintf.c.obj
[97/218] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_core_mpu.c.obj
[98/218] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\cmse\libarch__arm__core__aarch32__cortex_m__cmse.a
[99/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/exit.c.obj
[100/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/stdout_console.c.obj
[101/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/sprintf.c.obj
[102/218] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\libarch__arm__core__aarch32__cortex_m.a
[103/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strspn.c.obj
[104/218] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_mpu.c.obj
[105/218] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/time/gmtime.c.obj
[106/218] Building C object CMakeFiles/app.dir/src/main.c.obj
[107/218] Building C object zephyr/soc/arm/common/cortex_m/CMakeFiles/soc__arm__common__cortex_m.dir/arm_mpu_regions.c.obj
[108/218] Linking C static library zephyr\arch\arch\arm\core\aarch32\mpu\libarch__arm__core__aarch32__mpu.a
[109/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj
[110/218] Linking C static library zephyr\lib\libc\minimal\liblib__libc__minimal.a
[111/218] Linking C static library app\libapp.a
[112/218] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/pthread_common.c.obj
[113/218] Building C object zephyr/boards/boards/arm/nrf9160dk_nrf9160/CMakeFiles/boards__arm__nrf9160dk_nrf9160.dir/nrf52840_reset.c.obj
[114/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj
[115/218] Building C object zephyr/subsys/random/CMakeFiles/subsys__random.dir/rand32_entropy_device.c.obj
[116/218] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/nanosleep.c.obj
[117/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32_sw.c.obj
[118/218] Linking C static library zephyr\soc\arm\common\cortex_m\libsoc__arm__common__cortex_m.a
[119/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc16_sw.c.obj
[120/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32c_sw.c.obj
[121/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/dec.c.obj
[122/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc7_sw.c.obj
[123/218] Linking C static library zephyr\boards\boards\arm\nrf9160dk_nrf9160\libboards__arm__nrf9160dk_nrf9160.a
[124/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc8_sw.c.obj
[125/218] Linking C static library zephyr\subsys\random\libsubsys__random.a
[126/218] Linking C static library zephyr\lib\posix\liblib__posix.a
[127/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj
[128/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj
[129/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
[130/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
[131/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
[132/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
[133/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
[134/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj
[135/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
[136/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
[137/218] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj
[138/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
[139/218] Building ASM object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/common/soc_nrf_common.S.obj
[140/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj
[141/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
[142/218] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/soc.c.obj
[143/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
[144/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj
[145/218] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj
[146/218] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/policy/policy_residency.c.obj
[147/218] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/power.c.obj
[148/218] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_enabled_instances.c.obj
[149/218] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/pm_ctrl.c.obj
[150/218] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj
[151/218] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_base_addresses.c.obj
[152/218] Building C object zephyr/CMakeFiles/zephyr_prebuilt.dir/misc/empty_file.c.obj
[153/218] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrfxlib/crypto/nrf_cc310_platform/src/nrf_cc3xx_platform_abort_zephyr.c.obj
[154/218] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/power.c.obj
[155/218] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
[156/218] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrf/subsys/partition_manager/flash_map_partition_manager.c.obj
[157/218] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrf/subsys/spm/spm.c.obj
[158/218] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrf/subsys/spm/secure_services.c.obj
[159/218] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrfxlib/crypto/nrf_cc310_platform/src/nrf_cc3xx_platform_mutex_zephyr.c.obj
[160/218] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj
[161/218] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
[162/218] Building C object zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/C_/NordicSemi/v1.8.0/nrf/drivers/entropy/entropy_cc310.c.obj
[163/218] Linking C static library zephyr\drivers\console\libdrivers__console.a
[164/218] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
[165/218] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
[166/218] Building C object modules/nrf/lib/fatal_error/CMakeFiles/..__nrf__lib__fatal_error.dir/fatal_error.c.obj
[167/218] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
[168/218] Linking C static library zephyr\libzephyr.a
[169/218] Building C object modules/nrf/subsys/fw_info/CMakeFiles/..__nrf__subsys__fw_info.dir/fw_info.c.obj
[170/218] Linking C static library zephyr\drivers\entropy\libdrivers__entropy.a
[171/218] Building C object modules/nrf/drivers/hw_cc310/CMakeFiles/..__nrf__drivers__hw_cc310.dir/hw_cc310.c.obj
[172/218] Linking C static library zephyr\drivers\clock_control\libdrivers__clock_control.a
[173/218] Linking C static library zephyr\drivers\serial\libdrivers__serial.a
[174/218] Linking C static library modules\nrf\lib\fatal_error\lib..__nrf__lib__fatal_error.a
[175/218] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/mdk/system_nrf9160.c.obj
[176/218] Linking C static library zephyr\drivers\timer\libdrivers__timer.a
[177/218] Linking C static library modules\nrf\drivers\hw_cc310\lib..__nrf__drivers__hw_cc310.a
[178/218] Linking C static library modules\nrf\subsys\fw_info\lib..__nrf__subsys__fw_info.a
[179/218] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
[180/218] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj
[181/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
[182/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
[183/218] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_clock.c.obj
[184/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
[185/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
[186/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
[187/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj
[188/218] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_uarte.c.obj
[189/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
[190/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
[191/218] Linking C static library modules\hal_nordic\nrfx\libmodules__hal_nordic__nrfx.a
[192/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
[193/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj
[194/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj
[195/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj
[196/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj
[197/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
[198/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj
[199/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/pipes.c.obj
[200/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj
[201/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj
[202/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
[203/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj
[204/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj
[205/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
[206/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
[207/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
[208/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj
[209/218] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj
[210/218] Linking C static library zephyr\kernel\libkernel.a
[211/218] Linking C executable zephyr\zephyr_prebuilt.elf

[212/218] Generating linker.cmd
[213/218] Generating isr_tables.c, isrList.bin
[214/218] Generating dev_handles.c
[215/218] Building C object zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
[216/218] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
[217/218] Building C object zephyr/CMakeFiles/zephyr_final.dir/dev_handles.c.obj
[218/218] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:         64 KB        64 KB    100.00%
            SRAM:       11832 B        64 KB     18.05%
        IDT_LIST:          0 GB         2 KB      0.00%
[9/226] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h
[11/226] No install step for &amp;#39;spm_subimage&amp;#39;
[12/226] Completed &amp;#39;spm_subimage&amp;#39;
[13/226] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[14/226] Generating include/generated/offsets.h
[15/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_log_backend.c.obj
[16/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/pm_ctrl.c.obj
[17/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_wildcard.c.obj
[18/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/getaddrinfo.c.obj
[19/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_history.c.obj
[20/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/power.c.obj
[21/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj
[22/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/socket_offload.c.obj
[23/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/sockets_select.c.obj
[24/226] Generating linker_zephyr_prebuilt.cmd
[25/226] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj
[26/226] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj
[27/226] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj
[28/226] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj
[29/226] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrf/subsys/nonsecure/secure_services_ns.c.obj
[30/226] Building C object zephyr/CMakeFiles/zephyr.dir/C_/NordicSemi/v1.8.0/nrf/subsys/partition_manager/flash_map_partition_manager.c.obj
[31/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
[32/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/policy/policy_residency.c.obj
[33/226] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/scb.c.obj
[34/226] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/cpu_idle.S.obj
[35/226] Linking C static library zephyr\arch\common\libisr_tables.a
[36/226] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi_on_reset.S.obj
[37/226] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap_helper.S.obj
[38/226] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj
[39/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/sockets.c.obj
[40/226] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj
[41/226] Linking C static library zephyr\arch\common\libarch__common.a
[42/226] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap.c.obj
[43/226] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj
[44/226] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/irq_manage.c.obj
[45/226] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/prep_c.c.obj
[46/226] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj
[47/226] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault_s.S.obj
[48/226] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/vector_table.S.obj
[49/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/atoi.c.obj
[50/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtol.c.obj
[51/226] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj
[52/226] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fpu.c.obj
[53/226] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/cmse/CMakeFiles/arch__arm__core__aarch32__cortex_m__cmse.dir/arm_core_cmse.c.obj
[54/226] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/thread_abort.c.obj
[55/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/bsearch.c.obj
[56/226] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_core_mpu.c.obj
[57/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoul.c.obj
[58/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/abort.c.obj
[59/226] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\cmse\libarch__arm__core__aarch32__cortex_m__cmse.a
[60/226] Linking C static library zephyr\arch\arch\arm\core\aarch32\libarch__arm__core__aarch32.a
[61/226] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj
[62/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/string.c.obj
[63/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strstr.c.obj
[64/226] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_mpu.c.obj
[65/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strspn.c.obj
[66/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strncasecmp.c.obj
[67/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/sprintf.c.obj
[68/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/malloc.c.obj
[69/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/stdout_console.c.obj
[70/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/exit.c.obj
[71/226] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\libarch__arm__core__aarch32__cortex_m.a
[72/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/fprintf.c.obj
[73/226] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/time/gmtime.c.obj
[74/226] Linking C static library zephyr\arch\arch\arm\core\aarch32\mpu\libarch__arm__core__aarch32__mpu.a
[75/226] Building C object zephyr/CMakeFiles/zephyr_prebuilt.dir/misc/empty_file.c.obj
[76/226] Building C object zephyr/soc/arm/common/cortex_m/CMakeFiles/soc__arm__common__cortex_m.dir/arm_mpu_regions.c.obj
[77/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32c_sw.c.obj
[78/226] Building C object zephyr/boards/arm/nrf9160dk_nrf9160/CMakeFiles/boards__arm__nrf9160dk_nrf9160.dir/nrf52840_reset.c.obj
[79/226] Linking C static library zephyr\lib\libc\minimal\liblib__libc__minimal.a
[80/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32_sw.c.obj
[81/226] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/nanosleep.c.obj
[82/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj
[83/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj
[84/226] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/pthread_common.c.obj
[85/226] Linking C static library zephyr\soc\arm\common\cortex_m\libsoc__arm__common__cortex_m.a
[86/226] Linking C static library zephyr\boards\arm\nrf9160dk_nrf9160\libboards__arm__nrf9160dk_nrf9160.a
[87/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc16_sw.c.obj
[88/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc7_sw.c.obj
[89/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc8_sw.c.obj
[90/226] Linking C static library zephyr\lib\posix\liblib__posix.a
[91/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/dec.c.obj
[92/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj
[93/226] Building C object CMakeFiles/app.dir/src/main.c.obj
c:\NordicApp\net_sockets_can\src\main.c:101:13: warning: &amp;#39;rx&amp;#39; defined but not used [-Wunused-function]
  101 | static void rx(int *can_fd, int *do_close_period,
      |             ^~
[94/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj
[95/226] Linking C static library app\libapp.a
[96/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
[97/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
[98/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
[99/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
[100/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
[101/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
[102/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
[103/226] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj
[104/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
[105/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj
[106/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/util/fnmatch/fnmatch.c.obj
[107/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
[108/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj
[109/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
[110/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/ring_buffer.c.obj
[111/226] Building ASM object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/common/soc_nrf_common.S.obj
[112/226] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj
[113/226] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/soc.c.obj
[114/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_list.c.obj
[115/226] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_base_addresses.c.obj
[116/226] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/power.c.obj
[117/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/debug/thread_info.c.obj
[118/226] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_enabled_instances.c.obj
[119/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj
[120/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj
[121/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj
[122/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/devmem_service.c.obj
[123/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/kernel_service.c.obj
[124/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cmds.c.obj
[125/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/device_service.c.obj
[126/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj
[127/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_fprintf.c.obj
[128/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_ops.c.obj
[129/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_utils.c.obj
[130/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_cmds.c.obj
[131/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_uart.c.obj
[132/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell.c.obj
[133/226] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_help.c.obj
[134/226] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_timeout.c.obj
[135/226] Building C object zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj
[136/226] Building C object zephyr/subsys/net/l2/canbus/CMakeFiles/subsys__net__l2__canbus.dir/canbus_raw.c.obj
[137/226] Linking C static library zephyr\subsys\net\libsubsys__net.a
[138/226] Linking C static library zephyr\subsys\net\l2\canbus\libsubsys__net__l2__canbus.a
[139/226] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/utils.c.obj
[140/226] Linking C static library zephyr\libzephyr.a
[141/226] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/canbus_socket.c.obj
[142/226] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_core.c.obj
[143/226] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_if.c.obj
[144/226] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_pkt.c.obj
[145/226] Building C object zephyr/subsys/random/CMakeFiles/subsys__random.dir/rand32_entropy_device.c.obj
[146/226] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj
[147/226] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_context.c.obj
[148/226] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_shell.c.obj
[149/226] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_tc.c.obj
[150/226] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
[151/226] Linking C static library zephyr\subsys\random\libsubsys__random.a
[152/226] Linking C static library zephyr\drivers\console\libdrivers__console.a
[153/226] Linking C static library zephyr\drivers\clock_control\libdrivers__clock_control.a
[154/226] Building C object zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj
[155/226] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
[156/226] Building C object zephyr/drivers/can/CMakeFiles/drivers__can.dir/can_common.c.obj
[157/226] Building C object zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/C_/NordicSemi/v1.8.0/nrf/drivers/entropy/entropy_cc310.c.obj
[158/226] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/connection.c.obj
[159/226] Linking C static library zephyr\drivers\spi\libdrivers__spi.a
[160/226] Linking C static library zephyr\drivers\gpio\libdrivers__gpio.a
[161/226] Building C object zephyr/drivers/can/CMakeFiles/drivers__can.dir/can_shell.c.obj
[162/226] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
[163/226] Linking C static library zephyr\drivers\entropy\libdrivers__entropy.a
[164/226] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
[165/226] Linking C static library zephyr\subsys\net\ip\libsubsys__net__ip.a
[166/226] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/errno_sanity.c.obj
[167/226] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
[168/226] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/shmem_sanity.c.obj
[169/226] Building C object zephyr/drivers/can/CMakeFiles/drivers__can.dir/can_mcp2515.c.obj
[170/226] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/nrf_modem_os.c.obj
[171/226] Linking C static library zephyr\drivers\serial\libdrivers__serial.a
[172/226] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/nrf_modem_lib.c.obj
[173/226] Linking C static library zephyr\drivers\timer\libdrivers__timer.a
[174/226] Linking C static library zephyr\drivers\can\libdrivers__can.a
[175/226] Building C object modules/nrf/lib/fatal_error/CMakeFiles/..__nrf__lib__fatal_error.dir/fatal_error.c.obj
[176/226] Building C object modules/nrf/subsys/fw_info/CMakeFiles/..__nrf__subsys__fw_info.dir/fw_info.c.obj
[177/226] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/mdk/system_nrf9160.c.obj
[178/226] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/nrf91_sockets.c.obj
[179/226] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_dppi.c.obj
[180/226] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
[181/226] Linking C static library modules\nrf\lib\fatal_error\lib..__nrf__lib__fatal_error.a
[182/226] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_ipc.c.obj
[183/226] Linking C static library modules\nrf\subsys\fw_info\lib..__nrf__subsys__fw_info.a
[184/226] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_clock.c.obj
[185/226] Linking C static library modules\nrf\lib\nrf_modem_lib\lib..__nrf__lib__nrf_modem_lib.a
[186/226] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj
[187/226] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj
[188/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
[189/226] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/NordicSemi/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj
[190/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
[191/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
[192/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
[193/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj
[194/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
[195/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
[196/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
[197/226] Linking C static library modules\hal_nordic\nrfx\libmodules__hal_nordic__nrfx.a
[198/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj
[199/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
[200/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
[201/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj
[202/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj
[203/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj
[204/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj
[205/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj
[206/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/pipes.c.obj
[207/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj
[208/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
[209/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj
[210/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj
[211/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
[212/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
[213/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj
[214/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
[215/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj
[216/226] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj
[217/226] Linking C static library zephyr\kernel\libkernel.a
[218/226] Linking C executable zephyr\zephyr_prebuilt.elf

[219/226] Generating linker.cmd
[220/226] Generating isr_tables.c, isrList.bin
[221/226] Generating dev_handles.c
[222/226] Building C object zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
[223/226] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
[224/226] Building C object zephyr/CMakeFiles/zephyr_final.dir/dev_handles.c.obj
[225/226] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      128768 B       960 KB     13.10%
            SRAM:       27872 B     178968 B     15.57%
        IDT_LIST:          0 GB         2 KB      0.00%
[226/226] Generating zephyr/merged.hex

Terminal will be reused by tasks, press any key to close it.&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/348478?ContentTypeID=1</link><pubDate>Wed, 19 Jan 2022 11:34:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:553d4c48-35bf-4f94-be2e-a5b6827a16a6</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you able to share the full build log with me, after doing a pristine build?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/348164?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 05:15:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18f2b64c-8999-412b-9df0-74dd88ef88dc</guid><dc:creator>T.B-D</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi Torbj&amp;oslash;rn&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Then i have to say welcome back and i hope you had a nice time.&lt;br /&gt; &lt;br /&gt;I&amp;acute;m still in the same position as written in my last post.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/348136?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 18:49:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:655eeb91-a2d7-4f29-bf9b-e46ac62dbb34</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sorry for the slow response, I have been out in extended Christmas leave for the last month or so.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you still having issues with this?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If yes, have you made any new discoveries, or is the issue still the same as when you last posted?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/343957?ContentTypeID=1</link><pubDate>Thu, 16 Dec 2021 14:11:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1840419e-9c8e-4d14-a716-e3aeef5cde45</guid><dc:creator>T.B-D</dc:creator><description>&lt;p&gt;Bellow you can see the two differnt settings for debug and the outputs i get.&lt;/p&gt;
&lt;p&gt;When copiling i get also a warning that i added in the bottom.&lt;/p&gt;
&lt;p&gt;(My final goal is to read data from&amp;nbsp;CANBUS and send to AWS)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_CAN=y
CONFIG_CAN_MAX_FILTER=5

CONFIG_CAN_MCP2515=y
CONFIG_ENTROPY_CC3XX=n 
CONFIG_SPI=y  

CONFIG_NETWORKING=y
CONFIG_NET_SOCKETS=y
CONFIG_NET_SOCKETS_CAN=y
CONFIG_NET_SOCKETS_POSIX_NAMES=y

CONFIG_NET_IPV6=n
CONFIG_NET_IPV4=n
CONFIG_NET_MGMT=n
CONFIG_NET_TCP=n
CONFIG_NET_UDP=n

CONFIG_NET_DEFAULT_IF_CANBUS_RAW=y

CONFIG_NET_PKT_RX_COUNT=30
CONFIG_NET_PKT_TX_COUNT=30
CONFIG_NET_BUF_RX_COUNT=30
CONFIG_NET_BUF_TX_COUNT=30

#CONFIG_TEST_RANDOM_GENERATOR=y

CONFIG_NET_SHELL=y
CONFIG_LOG=y
CONFIG_NET_LOG=y
CONFIG_LOG_MODE_IMMEDIATE=y

CONFIG_NET_SOCKETS_LOG_LEVEL_DBG=y
CONFIG_CAN_LOG_LEVEL_DBG=y
#CONFIG_NET_CONTEXT_LOG_LEVEL_DBG=y
#CONFIG_NET_CORE_LOG_LEVEL_DBG=y
#CONFIG_NET_CONN_LOG_LEVEL_DBG=y

# Use smaller buffers for net_buf as CANBUS packets are quite small.
CONFIG_NET_BUF_DATA_SIZE=64
CONFIG_NET_BUF_USER_DATA_SIZE=0&lt;/pre&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/hashtagged.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_CAN=y
CONFIG_CAN_MAX_FILTER=5

CONFIG_CAN_MCP2515=y
CONFIG_ENTROPY_CC3XX=n 
CONFIG_SPI=y  

CONFIG_NETWORKING=y
CONFIG_NET_SOCKETS=y
CONFIG_NET_SOCKETS_CAN=y
CONFIG_NET_SOCKETS_POSIX_NAMES=y

CONFIG_NET_IPV6=n
CONFIG_NET_IPV4=n
CONFIG_NET_MGMT=n
CONFIG_NET_TCP=n
CONFIG_NET_UDP=n

CONFIG_NET_DEFAULT_IF_CANBUS_RAW=y

CONFIG_NET_PKT_RX_COUNT=30
CONFIG_NET_PKT_TX_COUNT=30
CONFIG_NET_BUF_RX_COUNT=30
CONFIG_NET_BUF_TX_COUNT=30

#CONFIG_TEST_RANDOM_GENERATOR=y

CONFIG_NET_SHELL=y
CONFIG_LOG=y
CONFIG_NET_LOG=y
CONFIG_LOG_MODE_IMMEDIATE=y

CONFIG_NET_SOCKETS_LOG_LEVEL_DBG=y
CONFIG_CAN_LOG_LEVEL_DBG=y
CONFIG_NET_CONTEXT_LOG_LEVEL_DBG=y
CONFIG_NET_CORE_LOG_LEVEL_DBG=y
CONFIG_NET_CONN_LOG_LEVEL_DBG=y

# Use smaller buffers for net_buf as CANBUS packets are quite small.
CONFIG_NET_BUF_DATA_SIZE=64
CONFIG_NET_BUF_USER_DATA_SIZE=0
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/not_5F00_hashtagged.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;[98/219] Building C object CMakeFiles/app.dir/src/main.c.obj&lt;br /&gt;c:\NordicApp\net_sockets_can\src\main.c:101:13: warning: &amp;#39;rx&amp;#39; defined but not used [-Wunused-function]&lt;br /&gt; 101 | static void rx(int *can_fd, int *do_close_period,&lt;br /&gt; | ^~&lt;br /&gt;[99/219] Linking C static library app\libapp.a&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/343858?ContentTypeID=1</link><pubDate>Thu, 16 Dec 2021 11:09:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8cf60b5-d066-49ff-aeef-9a84a5548221</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I discussed the case with Øivind, which helped you out in the other case, and he pointed out that by default the example might use a different socket implementation than the one the CAN sample expects. The nRF9160 device is normally used for IP communication over LTE, and if the nrf91_socket implementation is used then it makes sense that it would fail when trying to communicate over the CAN bus.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In order to test this it should be possible to run the sample with logging enabled for the network drivers, by uncommenting the following lines from the prj.conf file:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#CONFIG_NET_CONTEXT_LOG_LEVEL_DBG=y
#CONFIG_NET_CORE_LOG_LEVEL_DBG=y
#CONFIG_NET_CONN_LOG_LEVEL_DBG=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Could you try to make this change, run the sample, and let me know what log output you get?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/343638?ContentTypeID=1</link><pubDate>Wed, 15 Dec 2021 12:49:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54d821ae-3b50-4de4-9346-1d2bee73961c</guid><dc:creator>T.B-D</dc:creator><description>&lt;p&gt;I had an error during compiling and get this advice from your collige.&lt;/p&gt;
&lt;p&gt;thats the only modification.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/mod.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/343607?ContentTypeID=1</link><pubDate>Wed, 15 Dec 2021 11:11:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03746ec5-a390-439e-b38e-a807894265bf</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I assume it is &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v2.6.99-ncs1/samples/net/sockets/can/src/main.c#L179"&gt;this line&lt;/a&gt;&amp;nbsp;that triggers the error.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;Error -106 corresponds to the&amp;nbsp;&lt;/span&gt;&lt;span&gt;EAFNOSUPPORT error (addr family not supported), which I assume is returned by &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v2.6.99-ncs1/subsys/net/ip/net_context.c#L219-L223"&gt;this code snippet&lt;/a&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Oddly the code there should&amp;nbsp;not return an error if the family is set to AF_CAN.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Have you made&amp;nbsp;any changes to the example?&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Best regards&lt;br /&gt;Torbjørn&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/343489?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 17:23:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb702921-59bf-4d99-970d-5dcfbe93752a</guid><dc:creator>T.B-D</dc:creator><description>&lt;p&gt;Hi and thank you for the answer.&amp;nbsp; &lt;br /&gt;I have added a MCP2515 can module to my board.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://store.arduino.cc/products/arduino-mkr-can-shield"&gt;My installed shield&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the text bellow&amp;nbsp;i belive the four first line&amp;nbsp; the candrive are started. (CAN_1)&lt;/p&gt;
&lt;p&gt;what could be the reason for the errors on the two last lines ?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/second-stage.jpg" /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sample net_sockets_can does not start correctly</title><link>https://devzone.nordicsemi.com/thread/343216?ContentTypeID=1</link><pubDate>Mon, 13 Dec 2021 14:19:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3052c0f8-4f1d-47eb-9cb0-bf3d7b5954fb</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Tomas&lt;/p&gt;
&lt;p&gt;The CAN library doesn&amp;#39;t work unless you have a board that supports it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The library uses the &lt;a href="https://www.microchip.com/en-us/product/MCP2515"&gt;MCP2515&lt;/a&gt; CAN driver, which is not available on the nRF9160DK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Requirements section in the sample readme lists the supported boards.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>