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
  • Then you're going to have to seek-out some tutorials on how to properly set up Eclipse for yourself.

    There are plenty available - search this forum for starters.

    You will need to be familiar with programming IDEs in general.

    You will have to learn how to read, understand, and act on messages like that.

    Again, it is really not a beginner's task - do you have colleagues / supervisors / teachers who could help you?

Children
Related