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

Compile Thread Example with BMD340

Hi,

right now I'm trying the example with Dynamic multiprotocol examples using nrf52840 Thread and Zigbee SDK, but when I build it, for example : BLE Proximity and Thread CoAP Server Example. It shows this error. I placed the SDK in Documents\SEGGER Embedded Studio for ARM Projects . Other simple example with coap_server and coap_client can be compiled without any error and run perfectly on board. I'm using BMD340 Evaluation Kit from Rigado right now. 

Best regards,

Viet

Parents Reply Children
  • Hi Viet,

    Thanks confirming the issue. Assume you aren't on windows 10. 

    The micro-ecc library must be compiled using the makefile/build scripts as we don't have a segger project for it. To install uecc you first need to have the GCC toolchain (win download link), GNU make (link - make sure to export make.exe to PATH) and Git installed. Once you have these installed you can run  build_all.bat script in /external/micro-ecc. This will fetch the uecc source and build the library for all targets.    

Related