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

DFU

Hi,

  i am working on dfu with NRF52DK. I am facing a problem with compiling a example dfu code "pca10040_s132_ble_debug" .

error  message is "cannot find ../../../../../external/micro-ecc/nrf52hf_armgcc/armgcc/micro_ecc_lib_nrf52.a: No such file or directory"

Parents Reply
  • i am facing issue with make can resolve it.

    when i type make in cmd it reply "make is not recognised as any external and internal command" and if i type  "mingw32-make" it reply

    "

    process_begin: CreateProcess(NULL, "C:/Program Files (x86)/GNU Tools ARM Embedded/9 2019-q4-major/bin/arm-none-eabi-gcc" --version, ...) failed.
    Cannot find: 'C:/Program Files (x86)/GNU Tools ARM Embedded/9 2019-q4-major/bin/arm-none-eabi-gcc'.
    Please set values in: "D:/DFU/nRF5_SDK_17.0.2_d674dde/nRF5_SDK_17.0.2_d674dde/components/toolchain/gcc/Makefile.windows"
    according to the actual configuration of your system.
    ../../../../components/toolchain/gcc/Makefile.common:129: *** Cannot continue. Stop.

    D:\DFU\nRF5_SDK_17.0.2_d674dde\nRF5_SDK_17.0.2_d674dde\external\micro-ecc\nrf52hf_armgcc\armgcc>

    "

Children
Related