I get errors saying XYZ.h header file is not included though I have included them everywhere. Please help me on how to resolve them.
Regards,
S Sachin Goud
I get errors saying XYZ.h header file is not included though I have included them everywhere. Please help me on how to resolve them.
Regards,
S Sachin Goud
You might need to tell compiler where to look for it. -I/path/to/some/dir/with/include
Hi,
Which IDE/toolchain are you using, and have you double checked that the include path to nrf_section_iter.h is indeed correct? Maybe you can post some screenshots showing how you added the include path?
Thank you very much for your reply. I had actually not included the path of the header file.
Thanks a lot, Vidar. I had not included the path, now the problem is resolved.
Hi,
I am getting the same error despite adding the files properly.