SDK:15.3.0 S132
complier: KEIL 5.14
pc: win7 32bit
pc system variables:
Path:%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;E:\Python27\Scripts;E:\Python27\;C: \Program Files\GNU Tools ARM Embedded\4.9 2015q3\bin;C:\Program Files \GnuWin32\bin
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
makeis installed (see, for example, MinGW, GNU Make, or Xcode)---------------------------------------------------------------------(both mingw or gnu make fail) - 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\armgccInstallFolder\external\micro-ecc\nrf52_iar\armgccInstallFolder\external\micro-ecc\nrf52_armgcc\armgcc
- Run
maketo compile the micro-ecc library.
But i run InstallFolder\external\micro-ecc\build_all.bat,it note:
git is not installed or not in the PATH
Neither internal nor external commands nor operational procedures.
how to solve it?