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

SEGGER Embedded Studio - (output/compiler/*.o): no such file or directory when trying to build the solution.

Hello, I just started using a Decawave module running a nRF52 chip. As a starting point, I closely followed the guide provided on the official website, but after doing everything as the guide suggested, when trying to build my solution, the build fails, throwing a `no such file or directory` error. The path provided by the error code is the full path of the project solution (/home/.../examples/dwm-simple/output/compiler/*.o). After some digging around, I found out that one of the most common issues is that there are white spaces in the provided path, but in my case there is none.

My setup includes :

* Linux Mint

* SEGGER Embedded Studio 5.50a

* GNU ARM Embedded Toolchain 5.4 2016q3 (The guide suggested this specific version due to possible compatibility issues)

Related