Hello,
We want to build Expiremental examples in BLE Peripheral.The Common issue which we have faced in bulding any of the Expiremental BLE Peripheral issue was the missing of uECC.h file.Then we were advised to install micro ECC by following the below steps :
To install micro-ecc, complete the following steps:
- Install version 4.9-2015-q3-update of the GCC compiler toolchain for ARM. You can use ARM's Launchpad to find the toolchain for your operating system.
- Make sure that
make
is installed (see, for example, MinGW, GNU Make, or Xcode). - Clone the micro-ecc GitHub repository into
InstallFolder\external\micro-ecc\micro-ecc
. - Enter the subdirectory for the SoC and the toolchain that you are using to build your application:
InstallFolder\external\micro-ecc\nrf52_keil\armgcc
InstallFolder\external\micro-ecc\nrf52_iar\armgcc
InstallFolder\external\micro-ecc\nrf52_armgcc\armgcc
- Run
make
to compile the micro-ecc library.
We have done the above steps but we always get struck in the last two step.Is there a necesaary of Make file to exist in the micro-ecc github repository? Because we are not able to perform the 5th instruction.
Please provide us assistance to us on this issue.
Thanks and Regards
Anish Sasi Penujuru