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.

Related