This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Locate file error in SES when using the thread_mqttsn_publisher example

I am using the nRF 15.2 SDK for Thread and Zigbee. I am currently trying to use the debugger in SES, but when I upload the code, SES complains that it can't find the source file for various openthread files. This doesn't occur for other examples that don't use Thread. Closing these windows just opens more windows complaining that the files cannot be found. The example compiles just fine. I have not made any changes to the code. 

Parents
  • The pre-compiled openthread libraries include debug information which references the original source files from the openthread repo. These files are not included in the SDK, hence the warning message. It's safe to ignore this. You can disable the warning for following debug sessions by unchecking the "Show this dialog next time" checkbox, then click the "Yes" button. 

Reply
  • The pre-compiled openthread libraries include debug information which references the original source files from the openthread repo. These files are not included in the SDK, hence the warning message. It's safe to ignore this. You can disable the warning for following debug sessions by unchecking the "Show this dialog next time" checkbox, then click the "Yes" button. 

Children
No Data
Related