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

Source file error even after change include paths

I'm porting from sdk10 to sdk12.1 and changing to .zip based libraries in keil5. I've unzipped the sdk into the directory and the examples work fine. However, if try to copy one example into another directory and change the include paths the source errors still mantain:

"no source": Error:  #5: cannot open source input file "..\..\..\..\..\..\components\drivers_nrf\common\nrf_drv_common.c": No such file or directory

image description

What configuration I'm missing?

Thanks.

Related