Hello,
I was trying to run TFLM custom code on Thingy:53 device and while building I have faced these warnings.
1. Could you please help me to understand Why I am facing these warning?
2. How can I Remove solve these problems?
Regards,
Divya
Hello,
I was trying to run TFLM custom code on Thingy:53 device and while building I have faced these warnings.
1. Could you please help me to understand Why I am facing these warning?
2. How can I Remove solve these problems?
Regards,
Divya
Hi Divya,
1. This is telling you that asserts are enabled. If you look through the code files in nRF Connect SDK you will find __ASSERT is used several places. This is used to give a runtime error based on a check. You can read more about this here: Software Errors Triggered in Source Code.
2. You can disable asserts by setting the following in prj.conf: CONFIG_ASSERT=n
Best regards,
Marte
Hello Marte,
Thank you so much for the response. I hope you have noticed that I have updated the question with more warnings while building the code. Could you please help me to solve those issues too!!
Hello Marte,
Thank you for the suggestion.
I have tried the same as you have mentioned above but now it is showing an error like this for micro_error_reporter
for micro_interpreter:
and for all_ops_resolver
Can you please look into the matter!!
Regards,
Divya
Hi Divya,
As I have mentioned previously, these errors are from Intellisense, and are not indications on whether the build will fail or not. Are you still getting an error when building, or only these errors from Intellisense?
Best regards,
Marte
Hello Marte,
So, I have tried to build the project again but it is failed again with this error:
Can you please help me to understand where is the problem and What does that error means?
Also, there were some messages like
Can you please elaborate the meaning of these messages?
Regards,
Divya
Hello Marte,
So, I have tried to build the project again but it is failed again with this error:
Can you please help me to understand where is the problem and What does that error means?
Also, there were some messages like
Can you please elaborate the meaning of these messages?
Regards,
Divya
Hello Marte,
Can you please help me to understand the above mentioned issues.
Looking for your support on urgent basis!!
Regards,
Divya
Hello Marte,
Can you please help me to understand the above mentioned issues.
Looking for your support on urgent basis!!
Regards,
Divya
Hi Divya,
Sorry for the delay, I have been out of office.
Please do a pristine build and copy the entire build log, not just the error at the end, and upload it here. Make sure to copy from the beginning of the build, and copy it as text and not a screenshot.
Best regards,
Marte