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

Building the uECC and make command

Hi All.

Following the step by step guide on  Getting started with Nordic's secure DFU bootloader, when I try to build the uECC library by issuing a make command, I systematically get this answer:

cmd console screen

The Windows System Path includes the folder containing the last available version of GNU Make:

Windows System Path

and finally, the armgcc folder where the make command is being executed, seems to contain the proper Makefile file:

armgcc contain screen

What am I missing?

Thanks so much.

Parents Reply
  • Hi, Andreas.

    I am really glad to tell you that I got it,

    ¡I finally made my first OTA DFU update on nRF52840 DK!

    The Softdevice and the Bootloader through USB and the Application through OTA DFU

    The problem was not the Path, but the GNU tools for Embedded Arm version and the GNU Make link, which maybe runs in Unix, but certainly not in Windows 10.

    Thanks once more for your help.

    Kind regards

    Juan 

Children
Related