Hi,
i am trying to compile nrf51_sdk example using linux
I have 1- gcc-arm-none-eabi-4.9-2015q3 in location /usr/local/gcc/gcc-arm-none-eabi-4.9-2015q3
also install nrf_sdk_12.3 in location /home/aggrawal/nor_test/nrfdk/nRF5_SDK_12.3.0_d7731ad/
change the Makefile.posix and set the gcc location to /usr/local/gcc/gcc-arm-none-eabi-4_9-2015q3
after make i am getting error like this
/bin/sh: 1: /usr/local/gcc/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc: not found
Cannot find: "/usr/local/gcc/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc".
Please set values in: "/home/aggrawal/nor_test/nrfdk/nRF5_SDK_12.3.0_d7731ad/components/toolchain/gcc/Makefile.posix"
according to the actual configuration of your system.
../../../../../../components/toolchain/gcc/Makefile.common:25: *** Cannot continue. Stop.
please help me resolve this issue.