hi
Light Switch Proxy Server Example Mesh SDK 2.01
I am getting #include "nrf_memobj.h" No Such File or Directory
hi
Light Switch Proxy Server Example Mesh SDK 2.01
I am getting #include "nrf_memobj.h" No Such File or Directory
Hi,
I have not been able to reproduce this. A few questions:
Yes I am using Segger Embedded Studio,
No I have not Set SDK_ROOT, I justed unzip SDK 2.01 and running out of box.
i am using nRF52 DK
No I have not done any modification to SDK 2.01
I see. You have to set SDK_ROOT to point to SDK 15.0.0 as described here so that SES can find the SDK files (including nrf_memobj.h).
Hi
I tried after setting SDK_ROOT still same error
Check the Error Messages Below
Building ‘light_switch_proxy_server_nrf52832_xxAA_s132_6.0.0’ from solution ‘light_switch_proxy_server_nrf52832_xxAA_s132_6.0.0’ in configuration ‘Debug’
1> Compiling ‘nrf_sdh_soc.c’
3> Compiling ‘ble_advdata.c’
2> Compiling ‘system_nrf52.c’
4> Compiling ‘nrf_sdh_ble.c’
3> In file included from ../../../../nRF5_SDK_15.0.0_a53641a/components/libraries/experimental_log/nrf_log_ctrl.h:59:0,
3> from C:\nordic_semi\nRF5_SDK_15.0.0_a53641a\components\ble\common\ble_advdata.c:47:
3> ../../../../nRF5_SDK_15.0.0_a53641a/components/libraries/experimental_log/nrf_log_backend_interface.h:53:24: fatal error: nrf_memobj.h: No such file or directory
3> compilation terminated.
Build failed
I am still not able to reproduce it with unmodified SDKs, but you can try to add the folder containing the nrf_memobj.h to the include path. You can do this by navigation to Project -> Edit Options... , then select "Common" in the dropdown. Then select Preprocessor, and double click on "User Include Directories" and add the following line:
$(SDK_ROOT:../../../../nRF5_SDK_15.0.0_a53641a)/components/libraries/experimental_memobj
This Solved..Now new Error
nrf_balloc.h: No such file or directory
Solved by adding Path to Balloc folder...
Thanks Einar Thorsrud
Solved by adding Path to Balloc folder...
Thanks Einar Thorsrud