Hello,
i want to debug the Thingy bridge and node project in Keil instead of in SES.
I have created an project in Keil and imported every .c file like in SES also define the preprocessor Symbols and include paths, but if I build the project i get many errors that
..\..\..\mesh_sdk\mesh\access\src\access_publish.c(89): error: #18: expected a ")"
NRF_MESH_ASSERT(false);
..\..\..\mesh_sdk\mesh\access\src\access_publish.c(89): error: #2901: Expected an inline assembly instruction
NRF_MESH_ASSERT(false);
..\..\..\mesh_sdk\mesh\access\src\access_publish.c(89): error: #3081: expected end of line or a ";"
NRF_MESH_ASSERT(false);
always the same errors in different .c files.
Building the project in SES is working fine with using the same folder structure -> as explained on https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo.
Is there an mesh-Demo project directly for keil?
Thank you for your help.