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

Cannot create micro-ecc lib

Hi,

This is very newbie, and I am stuck.

I am following to the letter the instructions to create the micro-ecc according to this instructions.

The problem, and it can be due to the fact that I do everything with keil, is that I do not find any makefile on the micro-ecc-master cloned from GitHub.

Also, about the gcc-arm-none-eabi, do I have to instal additional tools as make.exe etc? Where in the file structure that you mention for micro-ecc, do I place the gcc?

I assume that you are not placing the compiled lib because of licensing limitations, so, does anyone else have it already compiled and could you share it?

Thanks!

Parents
  • The micro-ecc should be cloned to the nRF5_SDK_12.0.0\external\micro-ecc folder, such that a new micro-ecc folder is alongside with the nrf5... folders.

    The makefiles are located inside the nrf5... folders, for example the nrf52_keil/armgcc/Makefile.

    Follow the steps in this tutorial (down to the "nrfjprog - Programming Tool" section) to be able to make using gcc-arm-none-eabi.

Reply
  • The micro-ecc should be cloned to the nRF5_SDK_12.0.0\external\micro-ecc folder, such that a new micro-ecc folder is alongside with the nrf5... folders.

    The makefiles are located inside the nrf5... folders, for example the nrf52_keil/armgcc/Makefile.

    Follow the steps in this tutorial (down to the "nrfjprog - Programming Tool" section) to be able to make using gcc-arm-none-eabi.

Children
Related