This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Some Multiprotocol Zigbee_BLE example apps not building SDK for Thread and Zigbee SES

Trying to build examples from nRF_SDK_for_Thread_and_Zigbee_v3.2.0, with SES 4.22 for PCA10056 dev kit. (Windows 10)

Of the 3 examples, 2 will not build due to linker file not found or crypto cc3310_backend_chacha_poly_read.asm missing:
ble_zigbee_dynamic_light_switch_nus_pca10056_s140 and ble_zigbee_dynamic_light_bulb_eddystone_pca10056_s140.

This one does build: ble_zigbee_dynamic_door_lock_pca10056_s140

Anyone else having this problem? Just wondering.
Thanks

Parents
  • A wild guess:

    The Zigbee SDK has quite long paths. There is a "feature" in Windows that some programs will not be able to find files with more than ~255 characters in the path.

    Try to copy your entire SDK, and paste it into a folder close to your C-drive, e.g.

    C:\Nordic_semi\nRF5_SDK_for_Thread_and_Zigbee_v3.2.0

    And try to compile it again.

    Best regards,

    Edvin

Reply
  • A wild guess:

    The Zigbee SDK has quite long paths. There is a "feature" in Windows that some programs will not be able to find files with more than ~255 characters in the path.

    Try to copy your entire SDK, and paste it into a folder close to your C-drive, e.g.

    C:\Nordic_semi\nRF5_SDK_for_Thread_and_Zigbee_v3.2.0

    And try to compile it again.

    Best regards,

    Edvin

Children
Related