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

Building examples returns '_build/.out': No such file

I am trying to build PCA10040 examples but I am getting the following error:

make genhex
Preparing: .hex
/home/me/nrf52/gcc/gcc-arm-none-eabi-4_9-2015q1/bin/arm-none-eabi-objcopy: '_build/.out': No such file
make: *** [genhex] Error 1

I have tried this on Ubuntu and Win10 both returning the same result.

  • SDK 11
  • GCC 4.9
  • Make 3.81
  • Have change the toolchains to point to my GCC folder.
  • Tried Multiple Examples with the same result. (peripheral\blinky , uart and more)

Any pointers would be much appreciated. Thanks.

Related