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

how to compile the uECC.c on windows 10

Hello All,

I am facing problem in compiling uECC.c on windows10.

Please any one tell me what is the procedure to build and compile that file.

I have tried on the compiler like GCC, python, visual studio but i am getting error.

so let me know which compiler should be used and related packages.

please help me out to solve this problem.

Regards

Rohit

Parents
  • Hi,

    Download / Compile the micro-ecc library (because secure DFU requires to use the micro-ecc 3rd party library)

    Under Window:

    • Install the Chocolatey (Software Management Automation) 
    • Install the make package under chocolatey tool (run the command prompt terminal as administrator right)

    • Install the git at the terminal (recommended to use cmder terminal or download from choco install git)
    • Run the batch file (build_all.bat) under nRF5_SDK_15.2.0_9412b96\external\micro-ecc folder
Reply
  • Hi,

    Download / Compile the micro-ecc library (because secure DFU requires to use the micro-ecc 3rd party library)

    Under Window:

    • Install the Chocolatey (Software Management Automation) 
    • Install the make package under chocolatey tool (run the command prompt terminal as administrator right)

    • Install the git at the terminal (recommended to use cmder terminal or download from choco install git)
    • Run the batch file (build_all.bat) under nRF5_SDK_15.2.0_9412b96\external\micro-ecc folder
Children
Related