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

nRF Crypto Library Error

Hi

I am working on nRF52832 DK and using Ubuntu 16.04 and Segger Embedded Studio as IDE. When I try to build the AES_CTR program, the following error comes up.

make: /usr/local/gcc-arm-none-eabi-7-2018-q2-update/bin/arm-none-eabi-gcc: Command not found
Cannot find: '/usr/local/gcc-arm-none-eabi-7-2018-q2-update/bin/arm-none-eabi-gcc'.
Please set values in: "/home/usr/Me/Project/nRF5_SDK_15.3.0_59ac345/components/toolchain/gcc/Makefile.posix"
according to the actual configuration of your system.
../../../../components/toolchain/gcc/Makefile.common:129: *** Cannot continue.  Stop.

Can anyone explain what exactly should I do about it?

Parents Reply Children
Related