This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Failed to run "build_all.bat" in micro-ecc Folder

Hi, dear Nordic. 

I tried to build secure_bootloader_ble_S132_pca10040 project in Segger. And it gives me this error message: 

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

So I go to micro-ecc folder, and double click 2 build_all.bat files. 

Then, the windows cmd give me the following error messages. Any ideas, please? Thank you very much! 

make: Entering directory 'D:/Aimwell/nRF5_SDK_17.0.2_d674dde/external/micro-ecc/nrf51_armgcc/armgcc'
process_begin: CreateProcess(NULL, "C:/Program Files (x86)/GNU Tools ARM Embedded/9 2019-q4-major/bin/arm-none-eabi-gcc" --version, ...) failed.
../../../../components/toolchain/gcc/Makefile.common:129: pipe: No error
Cannot find: 'C:/Program Files (x86)/GNU Tools ARM Embedded/9 2019-q4-major/bin/arm-none-eabi-gcc'.
Please set values in: "D:/Aimwell/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.
make: Leaving directory 'D:/Aimwell/nRF5_SDK_17.0.2_d674dde/external/micro-ecc/nrf51_armgcc/armgcc'
make: Entering directory 'D:/Aimwell/nRF5_SDK_17.0.2_d674dde/external/micro-ecc/nrf51_iar/armgcc'
process_begin: CreateProcess(NULL, "C:/Program Files (x86)/GNU Tools ARM Embedded/9 2019-q4-major/bin/arm-none-eabi-gcc" --version, ...) failed.
../../../../components/toolchain/gcc/Makefile.common:129: pipe: No error
Cannot find: 'C:/Program Files (x86)/GNU Tools ARM Embedded/9 2019-q4-major/bin/arm-none-eabi-gcc'.
Please set values in: "D:/Aimwell/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.
make: Leaving directory 'D:/Aimwell/nRF5_SDK_17.0.2_d674dde/external/micro-ecc/nrf51_iar/armgcc'
m

Parents
  • Quote:

    "Please set values in: "D:/Aimwell/nRF5_SDK_17.0.2_d674dde/components/toolchain/gcc/Makefile.windows"
    according to the actual configuration of your system."

    That is the file where you need to specify the path where GNU Arm Embedded GCC is installed on your system.

Reply
  • Quote:

    "Please set values in: "D:/Aimwell/nRF5_SDK_17.0.2_d674dde/components/toolchain/gcc/Makefile.windows"
    according to the actual configuration of your system."

    That is the file where you need to specify the path where GNU Arm Embedded GCC is installed on your system.

Children
Related