Hi all, I am using sdk12.0.0 and i am trying to build the alert_notification from examples.I have installed GNUARM toolchain version 4.9 2015q2 and I am using eclipse. Following settings I have done
- Added the toolchain path in sdk_install_root/components/toolchain/gcc/makefile.windows
- In project settings i have set the build variables cross_make as make
- In project settings i have set the following tools paths
- Build tools folder:C:\Program Files (x86)\GnuWin32\bin
- Toolchain folder:C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q2\bin
- Project settings ->c/c++ general->Preprocessor include paths->providers
- CDT GCC Build Output parser set as (.*gcc)|([.*gc]++)
- CDT GCC Built-in compiler settings cross ARM set as arm-none-eabi-gcc ${FLAGS} ${cross_toolchain_flags} -E -P -v -dD "${INPUTS}"
Whenever i am trying to build the project i am get the following error
***"12:49:56 **** Incremental Build of configuration Default for project adc_12_D ****
make -k all
Cannot find: "C:/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gcc".
process_begin: CreateProcess(C:\Users\ADMINI~1\AppData\Local\Temp\make7560-2.bat, C:\Users\ADMINI~1\AppData\Local\Temp\make7560-2.bat, ...) failed.
Please set values in: "D:/nRF5_SDK_12.0.0_12f24da/components/toolchain/gcc/Makefile.windows"
../../../../../../components/toolchain/gcc/Makefile.common:25: *** Cannot continue. Stop.
according to the actual configuration of your system.
12:49:56 Build Finished (took 226ms)"***