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

getting error while setting up for dfu

hi..

I am using nrf52832 and 15.2 version sdk .  my laptop 64 bit wndows , there is no software for 64 bit windows , so i installed the 32 bit software 

i am getting the error when i enter the make command, my path is correct , i changed in both files posix file , windows file 

 by running the arm-none-eabi --version command i checked the GNU version  please suggest me 

GNU_INSTALL_ROOT ?=C:\Program Files (x86)\GNU Tools Arm Embedded\9 2019-q4-major\bin\
GNU_VERSION?= 9.2.1  
GNU_PREFIX ?=arm-none-eabi

this error 

C:\Users\Kamalakannan\Desktop\nrf sdk\nRF5_SDK_15.2.0_9412b96\external\micro-ecc\nrf52hf_armgcc\armgcc>Make
process_begin: CreateProcess(NULL, "C:\Program Files (x86)\GNU Tools Arm Embedded\9 2019-q4-major\bin GNU_VERSION?= 9.2.1  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 GNU_VERSION?= 9.2.1  arm-none-eabi-gcc'.
Please set values in: "C:/Users/Kamalakannan/Desktop/nrf sdk/nRF5_SDK_15.2.0_9412b96/components/toolchain/gcc/Makefile.windows"
according to the actual configuration of your system.
../../../../components/toolchain/gcc/Makefile.common:129: *** Cannot continue.  Stop.

Related