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

can not produce micro-ecc.lib

      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:

  1. 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.
  2. Make sure that make is installed (see, for example, MinGW, GNU Make, or Xcode)---------------------------------------------------------------------(both mingw or gnu make fail)
  3. Clone the micro-ecc GitHub repository into InstallFolder\external\micro-ecc\micro-ecc.
  4. 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
  5. Run make to 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?

    

 

Parents Reply Children
Related