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

Building of Bootloader

Hi,

I'm using SDK  nRF5_SDK_15.2.0_9412b96  and I need to build DFU and Bootloader for OTA.

I follow the "Getting started with Nordic's Secure DFU bootloader, a step by step guide" tutorial.

In the stage B1 (Compile the uECC library) I have a problem.

I've downloaded the library from GitHub and saved it in the micro-ecc\microecc folder.

I've tried to run the Makefile from \\nRF5_SDK_15.2.0_9412b96\external\micro-ecc\nrf52nf_keil\armgcc and from \\nRF5_SDK_15.2.0_9412b96\external\micro-ecc\nrf52hf_keil\armgcc

 But any time we get error.

 Please advise how can I run the MAkefile?

Shimon

Parents Reply
  • Hi,

    I've installed "gcc-arm-none-eabi-8-2018-q4-major-win32-sha1.exe"

    I've updated "\\nRF5_SDK_15.2.0_9412b96\components\toolchain\gcc\Makefile.windows"

    GNU_INSTALL_ROOT := C:/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/
    GNU_VERSION := 8.2.1
    GNU_PREFIX := arm-none-eabi

    I run make from "\\nRF5_SDK_15.2.0_9412b96\external\micro-ecc\nrf52nf_keil\armgcc\Makefile"

    And I get the same error: 

    'make' is not recognized as an internal or external command,
    operable program or batch file.

    Please help

    Shimon

Children
Related