Hello,
I'm finding problem to generate the library uECC.a to use in project secure_bootloader for nRF52833 (SDK17) using SEGGER.
I started from project SDK_17\examples\dfu\secure_bootloader\pca10100_s140_ble.
I'm using Windows 10.
I followed the steps in
In particular:
- 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. DONE.
I've downloaded the GNU Tool ARM version 9 2019 q4 because I saw is the version required by the build_all.bat file
C:\Program Files (x86)\GNU Tools ARM Embedded\9 2019-q4-major
- Make sure that
makeis installed (see, for example, MinGW, GNU Make, or Xcode). I don't know wich is the simplest to use for me. Could you tell me how to use them? If I download GNUmake, do I need also MinGW? could you give me some recommendation? - Clone the micro-ecc GitHub repository into
<InstallFolder>\external\micro-ecc\micro-ecc. DONE
And I can't go on because of step 2....
Thank you in advance