nRF52833: Zigbee Light Switch sample not building

Hello, 

I am attempting to build the Zigbee Light Switch sample on my nRF52833 DK, but the sample is generating an error every time I am attempting to build it. I have tried various combinations of settings in the build configurations but there always seems to be some error. I am attaching a file showing the terminal output (using the integrated terminal in the nRF for VSCode extension) while building and a screenshot of my build configuration in VSCode. 

I would greatly appreciate some help in this matter, thank you!

Parents
  • Hi,

    The Zigbee light switch sample builds out of the box on my end. Could you answer the following:

    1. Which SDK are you using?
    2. Did you make any modifications to the prj.conf of the project?
      1. Did you make any changes to the nrf52833dk-nrf52833.conf? The error you get in the build log suggests that you have either put CONFIG_CRYPTO to 'n' instead of 'y' in this configuration, either in the sample folder or in the SDK
    3. Are you working with a pristine SDK, i.e have you made any modifications to the SDK at all?

    Kind regards,
    Andreas

Reply
  • Hi,

    The Zigbee light switch sample builds out of the box on my end. Could you answer the following:

    1. Which SDK are you using?
    2. Did you make any modifications to the prj.conf of the project?
      1. Did you make any changes to the nrf52833dk-nrf52833.conf? The error you get in the build log suggests that you have either put CONFIG_CRYPTO to 'n' instead of 'y' in this configuration, either in the sample folder or in the SDK
    3. Are you working with a pristine SDK, i.e have you made any modifications to the SDK at all?

    Kind regards,
    Andreas

Children
  • Hi, thank you for the response! To answer your questions:

    1. I am using the nRF Connect for VS Code extension with the nRF Connect SDK v2.4.0 
    2. No, I did not change anything in the prj,conf of the project. 
      1. I did not change anything in the nrf52833dk-nrf52833.conf file either, and I just checked and saw that CONFIG_CRYPTO is set to 'y'.
    3. I believe I am working with a pristine SDK, but what is the method to confirm this? I am a beginner and still unclear on the exact meaning of these terminologies. 
Related