I want to use USB MSC MODE in my custom nRF5340 board
i define macro in file .conf to enable MSC below
CONFIG_USB_DEVICE_DRIVER=y
CONFIG_USB_DEVICE_STACK=y
CONFIG_USB_DEVICE_PRODUCT="Zephyr MSC sample"
CONFIG_USB_DEVICE_LOG_LEVEL_ERR=y
CONFIG_USB_DEVICE_VID=0x2FE4
CONFIG_USB_MASS_STORAGE=y
CONFIG_USB_MASS_STORAGE_LOG_LEVEL_ERR=y
CONFIG_APP_MSC_STORAGE_SDCARD=y
CONFIG_MASS_STORAGE_STACK_SIZE=2048
but i cannot build successfully
Error: No SOURCES given to Zephyr library: drivers__usb__device
Excluding target from build.
Excluding target from build.
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_data_to_host':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:266: undefined reference to `usb_dc_ep_write'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_handle_control_transfer':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:290: undefined reference to `usb_dc_ep_read'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:293: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:317: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:318: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:335: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:348: undefined reference to `usb_dc_ep_read'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:351: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:356: undefined reference to `usb_dc_ep_read'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:360: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:361: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:374: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `set_endpoint':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:533: undefined reference to `usb_dc_ep_configure'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:543: undefined reference to `usb_dc_ep_enable'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `reset_endpoint':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:581: undefined reference to `usb_dc_ep_disable'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_handle_std_device_req':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:819: undefined reference to `usb_dc_set_address'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_get_status_endpoint':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:987: undefined reference to `usb_dc_ep_is_stalled'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_halt_endpoint_req':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1016: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1022: undefined reference to `usb_dc_ep_clear_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `disable_interface_ep':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1178: undefined reference to `usb_dc_ep_disable'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_write':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1318: undefined reference to `usb_dc_ep_write'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `composite_setup_ep_cb':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1489: undefined reference to `usb_dc_ep_set_callback'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_enable':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1545: undefined reference to `usb_dc_set_status_callback'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1547: undefined reference to `usb_dc_attach'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1562: undefined reference to `usb_dc_ep_configure'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1568: undefined reference to `usb_dc_ep_configure'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1574: undefined reference to `usb_dc_ep_set_callback'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1580: undefined reference to `usb_dc_ep_set_callback'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1593: undefined reference to `usb_dc_ep_enable'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1598: undefined reference to `usb_dc_ep_enable'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_descriptor.c.obj): in function `usb_validate_ep_cfg_data':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_descriptor.c:261: undefined reference to `usb_dc_ep_check_cap'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_transfer.c.obj): in function `usb_transfer_work':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_transfer.c:111: undefined reference to `usb_dc_ep_read_wait'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_transfer.c:125: undefined reference to `usb_dc_ep_mps'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_transfer.c:132: undefined reference to `usb_dc_ep_read_continue'
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:266: undefined reference to `usb_dc_ep_write'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_handle_control_transfer':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:290: undefined reference to `usb_dc_ep_read'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:293: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:317: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:318: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:335: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:348: undefined reference to `usb_dc_ep_read'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:351: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:356: undefined reference to `usb_dc_ep_read'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:360: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:361: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:374: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `set_endpoint':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:533: undefined reference to `usb_dc_ep_configure'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:543: undefined reference to `usb_dc_ep_enable'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `reset_endpoint':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:581: undefined reference to `usb_dc_ep_disable'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_handle_std_device_req':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:819: undefined reference to `usb_dc_set_address'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_get_status_endpoint':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:987: undefined reference to `usb_dc_ep_is_stalled'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_halt_endpoint_req':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1016: undefined reference to `usb_dc_ep_set_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1022: undefined reference to `usb_dc_ep_clear_stall'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `disable_interface_ep':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1178: undefined reference to `usb_dc_ep_disable'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_write':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1318: undefined reference to `usb_dc_ep_write'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `composite_setup_ep_cb':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1489: undefined reference to `usb_dc_ep_set_callback'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_device.c.obj): in function `usb_enable':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1545: undefined reference to `usb_dc_set_status_callback'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1547: undefined reference to `usb_dc_attach'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1562: undefined reference to `usb_dc_ep_configure'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1568: undefined reference to `usb_dc_ep_configure'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1574: undefined reference to `usb_dc_ep_set_callback'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1580: undefined reference to `usb_dc_ep_set_callback'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1593: undefined reference to `usb_dc_ep_enable'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_device.c:1598: undefined reference to `usb_dc_ep_enable'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_descriptor.c.obj): in function `usb_validate_ep_cfg_data':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_descriptor.c:261: undefined reference to `usb_dc_ep_check_cap'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr/libzephyr.a(usb_transfer.c.obj): in function `usb_transfer_work':
C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_transfer.c:111: undefined reference to `usb_dc_ep_read_wait'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_transfer.c:125: undefined reference to `usb_dc_ep_mps'
c:/ncs/toolchains/v2.0.2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:\ncs\v2.0.2\zephyr\subsys\usb\device\usb_transfer.c:132: undefined reference to `usb_dc_ep_read_continue'
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Please help me.
Thanks
Thanks