Hi,
I am facing difficulties porting Mesh examples to IAR.
I am getting the following error : #error "Your compiler is currently not supported." during compilation from nrf_mesh_assert.h
I understand that any of the _lint/__GNUC__/__CC_ARM are defined, but i do not know which one and where i am supposed to define it.
I tried to declare each of them in preprocesor symbol but it did not work (i got an infinity of error).
Could you helping me porting my project to IAR ?