I have the module nrf52840
You are about to download the nrf5SDKforMeshv310src file to run the Bluetooth mesh example.
As I build, I get the following error. How do I fix it?
I have the module nrf52840
You are about to download the nrf5SDKforMeshv310src file to run the Bluetooth mesh example.
As I build, I get the following error. How do I fix it?
Did you carefully follow the instructions for downloading the Standard nRF5 SDK, the Mesh SDK, and making sure they are correctly installed relative to each other?
Follow the Getting Started instructions:
The error suggests that your include path is not correctly set - which could be due to not following the installation instructions
On setting Include Paths:
https://devzone.nordicsemi.com/f/nordic-q-a/46716/simple-adc-code/184681?Redirected=true#184681
Note that this is a standard 'C' thing - nothing specifically to do with Nordic.
how to setup segger path??
did you not read the linked post?
I read the your suggest post. but It doesn't seem to be detailed
I read the your suggest post. but It doesn't seem to be detailed
Then you probably need to study the SES User documentation.
What "detail", specifically, do you feel is missing?
For questions / feedback to Segger on their documentation, go to:
https://forum.segger.com/index.php/Board/9-SEGGER-Embedded-Studio-related
eg, https://forum.segger.com/index.php/Thread/6279-Glaring-Omission-from-SES-Manual-Include-Paths/
Nordic also have some guides specific to their products; eg,
https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/intro.html
https://www.nordicsemi.com/Get-Started
https://infocenter.nordicsemi.com/pdf/getting_started_ses.pdf
how to setup segger path?
You really shouldn't have to - the supplied projects should have that all set and ready to go.
Like I said initially, it is important to follow the 'Getting Started' instructions carefully - and the fact that you're getting these issues is probably because you didn't (quite) follow the instructions.
See Joakim Jakobsen's post
Thank you.
I added a path and completed it.
However, the following error occurs during the compilation: What's wrong?
What's the solution?