<?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>compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56911/compilation-error-in-nrf_drv_usbd-c</link><description>I have recently upgraded FTD code which was based on nrf sdk for thread and zigbee v2.0.0 to nrf sdk for thread and zigbee v4.0.0 
 On compiling the FTD I am having the following error.. 
 
 
 
 Please suggest what can be done.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Jan 2020 11:20:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56911/compilation-error-in-nrf_drv_usbd-c" /><item><title>RE: compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/thread/230825?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2020 11:20:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e69f9ab5-1f9a-4260-9b2d-4c040674c80d</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Good to hear that it solved your issue!&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/thread/230799?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2020 09:13:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b58d63f0-2951-41df-b4c1-502ab33580a6</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;Thanks, this issue is resolved.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/thread/230792?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2020 08:27:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e426b47-3f44-431a-b267-a79e53d19784</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Try setting sdk_config.h::APP_USBD_CDC_ACM_ENABLED to &amp;#39;1&amp;#39; and see if this helps.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/thread/230652?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 14:00:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19ab3cf0-9468-47cf-a288-6ec5664759d3</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Earlier NRFX_SYSTIC_ENABLED was not defined in sdk_config.h&lt;/p&gt;
&lt;p&gt;Please guide me with following openthread libraries related errors&lt;pre class="ui-code" data-mode="text"&gt;Linking target: _build/nrf52840_xxaa.out
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `isPortOpened&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:176: undefined reference to `app_usbd_cdc_acm_line_state_get&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `cdcAcmUserEventHandler&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:107: undefined reference to `app_usbd_cdc_acm_read_any&amp;#39;
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:121: undefined reference to `app_usbd_cdc_acm_rx_size&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `processReceive&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:235: undefined reference to `app_usbd_cdc_acm_read_any&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `processTransmit&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:247: undefined reference to `app_usbd_cdc_acm_write&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `otPlatUartSend&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:356: undefined reference to `app_usbd_cdc_acm_write&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o):(.rodata.sAppCdcAcm+0x4): undefined reference to `app_usbd_cdc_acm_class_methods&amp;#39;
collect2: error: ld returned 1 exit status
../../../../../nrf_sdk_thread/components/toolchain/gcc/Makefile.common:292: recipe for target &amp;#39;_build/nrf52840_xxaa.out&amp;#39; failed
make: *** [_build/nrf52840_xxaa.out] Error 1
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/thread/230611?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 13:15:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78fee43a-3b76-4a22-84c2-1a80ad1d2456</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;I checked for it, It was not defined in sdk_config.h&lt;/p&gt;
&lt;p&gt;Now after including all the related files and macros in makefile and sdk_config, I am stuck with following compilation error..&lt;pre class="ui-code" data-mode="text"&gt;Compiling file: main.c
Linking target: _build/nrf52840_xxaa.out
_build/nrf52840_xxaa/nrfx_usbd.c.o: In function `usbd_dmareq_process&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/modules/nrfx/drivers/src/nrfx_usbd.c:1469: undefined reference to `nrfx_systick_delay_us&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/modules/nrfx/drivers/src/nrfx_usbd.c:1477: undefined reference to `nrfx_systick_delay_us&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/modules/nrfx/drivers/src/nrfx_usbd.c:1480: undefined reference to `nrfx_systick_delay_us&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/modules/nrfx/drivers/src/nrfx_usbd.c:1482: undefined reference to `nrfx_systick_delay_us&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `isPortOpened&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:176: undefined reference to `app_usbd_cdc_acm_line_state_get&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `cdcAcmUserEventHandler&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:107: undefined reference to `app_usbd_cdc_acm_read_any&amp;#39;
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:121: undefined reference to `app_usbd_cdc_acm_rx_size&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `processReceive&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:235: undefined reference to `app_usbd_cdc_acm_read_any&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `processTransmit&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:247: undefined reference to `app_usbd_cdc_acm_write&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `otPlatUartSend&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:356: undefined reference to `app_usbd_cdc_acm_write&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o):(.rodata.sAppCdcAcm+0x4): undefined reference to `app_usbd_cdc_acm_class_methods&amp;#39;
collect2: error: ld returned 1 exit status
../../../../../nrf_sdk_thread/components/toolchain/gcc/Makefile.common:292: recipe for target &amp;#39;_build/nrf52840_xxaa.out&amp;#39; failed
make: *** [_build/nrf52840_xxaa.out] Error 1
make: Leaving directory &amp;#39;/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc&amp;#39;
&lt;/pre&gt;I have already included nrfx_systick.h in main.c and set NRFX_USBD_ENABLED 1&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/thread/230584?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 11:53:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:034a138e-9627-4d26-adab-5de073c3753c</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Could you check if &amp;quot;NRFX_USBD_ENABLED&amp;quot; is set to &amp;#39;1&amp;#39; in your sdk_config.h?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/thread/230582?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 11:50:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6906991f-1d51-4a71-956a-3ced2123a600</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;i have already set that in my include path&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/thread/230578?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 11:45:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82af6d86-cbe7-4b38-aaf7-e61aa90b968e</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Search for the function within the SDK tree, find the header where its&amp;nbsp;declared, and add this to your include path.&lt;/p&gt;
&lt;p&gt;In this case, its&amp;nbsp;&lt;span&gt;modules/nrfx/drvers/include.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Håkon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/thread/230576?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 11:41:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74341b29-f910-4325-8ae7-42424a377fea</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;once i remove nrf_drv_usbd.c, and add modules/nrfx/drivers/src/nrfx_usbd.c it has following compilation errors.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Compiling file: nrfx_usbd.c
Linking target: _build/nrf52840_xxaa.out
_build/nrf52840_xxaa/app_usbd.c.o: In function `app_usbd_init&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:830: undefined reference to `nrfx_usbd_init&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `nrf_drv_usbd_uninit&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/integration/nrfx/legacy/nrf_drv_usbd.h:263: undefined reference to `nrfx_usbd_uninit&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `app_usbd_init&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:845: undefined reference to `app_usbd_core_inst&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `nrf_drv_usbd_uninit&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/integration/nrfx/legacy/nrf_drv_usbd.h:263: undefined reference to `nrfx_usbd_uninit&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `app_usbd_power_events_enable&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:949: undefined reference to `nrfx_usbd_is_initialized&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:949: undefined reference to `nrfx_usbd_is_enabled&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `app_usbd_enable&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:972: undefined reference to `nrfx_usbd_enable&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `app_usbd_disable&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:979: undefined reference to `nrfx_usbd_disable&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `app_usbd_event_execute&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:1141: undefined reference to `nrfx_usbd_suspend&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `sustate_set&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:736: undefined reference to `nrfx_usbd_suspend_irq_config&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:732: undefined reference to `nrfx_usbd_active_irq_config&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `app_usbd_ep_disable&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:1721: undefined reference to `nrfx_usbd_ep_disable&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:1721: undefined reference to `nrfx_usbd_ep_disable&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:1721: undefined reference to `nrfx_usbd_ep_disable&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `app_usbd_event_execute&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:1159: undefined reference to `nrfx_usbd_wakeup_req&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `sustate_set&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:732: undefined reference to `nrfx_usbd_active_irq_config&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `app_usbd_event_execute&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:1195: undefined reference to `app_usbd_core_ep0_enable&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `sustate_set&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:732: undefined reference to `nrfx_usbd_active_irq_config&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `app_usbd_event_execute&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:1098: undefined reference to `nrfx_usbd_stop&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:1086: undefined reference to `app_usbd_core_ep0_disable&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:1087: undefined reference to `nrfx_usbd_start&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:1208: undefined reference to `nrfx_usbd_force_bus_wakeup&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `sustate_set&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:736: undefined reference to `nrfx_usbd_suspend_irq_config&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:736: undefined reference to `nrfx_usbd_suspend_irq_config&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:736: undefined reference to `nrfx_usbd_suspend_irq_config&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:736: undefined reference to `nrfx_usbd_suspend_irq_config&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:732: undefined reference to `nrfx_usbd_active_irq_config&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `app_usbd_event_execute&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:1154: undefined reference to `nrfx_usbd_suspend&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `sustate_set&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:736: undefined reference to `nrfx_usbd_suspend_irq_config&amp;#39;
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:736: undefined reference to `nrfx_usbd_suspend_irq_config&amp;#39;
_build/nrf52840_xxaa/app_usbd.c.o: In function `app_usbd_event_execute&amp;#39;:
/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc/../../../../../nrf_sdk_thread/components/libraries/usbd/app_usbd.c:1293: undefined reference to `nrfx_usbd_ep_stall&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `isPortOpened&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:176: undefined reference to `app_usbd_cdc_acm_line_state_get&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `cdcAcmUserEventHandler&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:107: undefined reference to `app_usbd_cdc_acm_read_any&amp;#39;
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:121: undefined reference to `app_usbd_cdc_acm_rx_size&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `nrf5UartInit&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:272: undefined reference to `app_usbd_serial_num_generate&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `nrf5UartDeinit&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:292: undefined reference to `nrfx_usbd_is_started&amp;#39;
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:300: undefined reference to `nrfx_usbd_is_enabled&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `processConnection&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:194: undefined reference to `nrfx_usbd_is_enabled&amp;#39;
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:217: undefined reference to `nrfx_usbd_is_enabled&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `processReceive&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:235: undefined reference to `app_usbd_cdc_acm_read_any&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `processTransmit&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:247: undefined reference to `app_usbd_cdc_acm_write&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `processConnection&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:201: undefined reference to `nrfx_usbd_is_started&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o): In function `otPlatUartSend&amp;#39;:
C:\bamboo\xml-data\build-dir\KNG-OL-BOLO\sdk\sdk\nrf5\external\openthread\project\nrf52840\openthread_nrf52840\sdk\usb\armgcc/../../../../../openthread/examples/platforms/nrf528xx/src/usb-cdc-uart.c:356: undefined reference to `app_usbd_cdc_acm_write&amp;#39;
../../../../../nrf_sdk_thread/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-sdk-usb.a(usb-cdc-uart.c.o):(.rodata.sAppCdcAcm+0x4): undefined reference to `app_usbd_cdc_acm_class_methods&amp;#39;
collect2: error: ld returned 1 exit status
../../../../../nrf_sdk_thread/components/toolchain/gcc/Makefile.common:292: recipe for target &amp;#39;_build/nrf52840_xxaa.out&amp;#39; failed
make: *** [_build/nrf52840_xxaa.out] Error 1
make: Leaving directory &amp;#39;/home/bhumik/zipnet/app/ftd/pca10056/blank/armgcc&amp;#39;
&lt;/pre&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/thread/230567?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 11:31:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b2ca265-6d0b-48b4-a5bd-116116d16dbb</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Sorry, didn&amp;#39;t see that you included nrf_drv_usbd.c. Try removing this one, and add &amp;quot;modules/nrfx/drvers/src/nrfx_usbd.c&amp;quot; instead. There&amp;#39;s a port layer in the nrf_drv_usbd.h file to match the older driver, so that the API should align.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/thread/230513?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 09:06:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b88c24a7-4d3c-4a82-9f07-e34273a72a78</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;yes it is set in my include folder path&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: compilation error in nrf_drv_usbd.c</title><link>https://devzone.nordicsemi.com/thread/230510?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 09:04:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:252ff8b3-01b6-4b18-bb28-433ce259d524</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is defined in nrf_usbd.h. Could you check if ../modules/nrfx/hal is set in your include folder path?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>