Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GCC error

I am getting this error again and again despite that I have copied the right path and version to Makefile.windows file.

C:\Nrf_Env\nRF5SDK14101dda907\examples\ble_peripheral\ble_app_beacon\pca10040e\s112\armgcc>make
process_begin: CreateProcess(NULL, "C:\Program Files (x86)\GNU Tools ARM Embedded\8 2019-q3-updatearm-none-eabi-gcc" --version, ...) failed.
make: ../../../../../../components/toolchain/gcc/Makefile.common:129: pipe: No error
Cannot find: 'C:\Program Files (x86)\GNU Tools ARM Embedded\8 2019-q3-updatearm-none-eabi-gcc'.
Please set values in: "C:/Nrf_Env/nRF5SDK14101dda907/components/toolchain/gcc/Makefile.windows"
according to the actual configuration of your system.
../../../../../../components/toolchain/gcc/Makefile.common:129: *** Cannot continue. Stop.

Parents Reply
  • HI,

    process_begin: CreateProcess(NULL, "C:\Program Files (x86)\GNU Tools ARM Embedded\8 2019-q3-update\bin GNU_VERSION := 4.9.3arm-none-eabi-gcc" --version, ...) failed.
    make: ../../../../../../components/toolchain/gcc/Makefile.common:129: pipe: No error
    Cannot find: 'C:\Program Files (x86)\GNU Tools ARM Embedded\8 2019-q3-update\bin GNU_VERSION := 4.9.3arm-none-eabi-gcc'.
    Please set values in: "E:/Manoj_Hiwarkar/Manoj_Hiwarkar/Offcial_Documents/Danlaw_Documents/All_Nrf_SDK/nRF5_SDK_15.3.0_59ac345/components/toolchain/gcc/Makefile.windows"
    according to the actual configuration of your system.
    ../../../../../../components/toolchain/gcc/Makefile.common:129: *** Cannot continue. Stop.

    still these errors. I have updated the correct valjues in Makefile.windows. Then why ?

Children
Related