I was trying to follow with the steps in this link: https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
I got an error in the first step while running the setup_sdk.bat. file.
The error message that i get is:
I was trying to follow with the steps in this link: https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
I got an error in the first step while running the setup_sdk.bat. file.
The error message that i get is:
Hi.
micro-ecc is an external dependency that we cannot offer precompiled in our SDK.
Here are some steps that can be used for SDK 15.0.0:
Here is an excerpt from the link:
The cryptography library expects to find the compiled micro-ecc library in <InstallFolder>\external\micro-ecc\micro-ecc
.
To install micro-ecc, complete the following steps:
make
is installed (see, for example, MinGW, GNU Make, or Xcode).<InstallFolder>\external\micro-ecc\micro-ecc
.InstallFolder\external\micro-ecc\nrf52_keil\armgcc
InstallFolder\external\micro-ecc\nrf52_iar\armgcc
InstallFolder\external\micro-ecc\nrf52_armgcc\armgcc
make
to compile the micro-ecc library.
Hi.
micro-ecc is an external dependency that we cannot offer precompiled in our SDK.
Here are some steps that can be used for SDK 15.0.0:
Here is an excerpt from the link:
The cryptography library expects to find the compiled micro-ecc library in <InstallFolder>\external\micro-ecc\micro-ecc
.
To install micro-ecc, complete the following steps:
make
is installed (see, for example, MinGW, GNU Make, or Xcode).<InstallFolder>\external\micro-ecc\micro-ecc
.InstallFolder\external\micro-ecc\nrf52_keil\armgcc
InstallFolder\external\micro-ecc\nrf52_iar\armgcc
InstallFolder\external\micro-ecc\nrf52_armgcc\armgcc
make
to compile the micro-ecc library.