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.

Parents
  • Haha... Daniel Veilleux sent me a Private message about this :

    I tried to answer your question but it didn't work. You can call 'make' or 'make nrf52832_xxaa' and it will do what you want. You can't call genhex directly because OUTPUT_FILENAME doesn't get set that way.

    Its works!!!!! Thanks Daniel...

Reply
  • Haha... Daniel Veilleux sent me a Private message about this :

    I tried to answer your question but it didn't work. You can call 'make' or 'make nrf52832_xxaa' and it will do what you want. You can't call genhex directly because OUTPUT_FILENAME doesn't get set that way.

    Its works!!!!! Thanks Daniel...

Children
No Data