This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dynamic Syntax Checking not working in some files

I am using uVision V5.31 and have noticed that in some source files Dynamic Syntax Checking is not working (even though enabled).  I have narrowed it down to the inclusion of mbedTLS header files. Dynamic Syntax Checking works up to the point these headers are included (e.g. changing #include to #includeeee will show a red X before including the mbedTLS header files, but not after).

Anybody have a solution for this.

TIA

Parents
  • Thanks. Updating to V5.37 (latest) did not make any difference.  Inclusion of mbedTLS files still stop it working.  I also looked at the info in the link you provided and examined the UVCC.ini file.  However, I have no idea which file I need to add, without spending lots of time working out which mbedTLS header file is causing the issue. 

Reply
  • Thanks. Updating to V5.37 (latest) did not make any difference.  Inclusion of mbedTLS files still stop it working.  I also looked at the info in the link you provided and examined the UVCC.ini file.  However, I have no idea which file I need to add, without spending lots of time working out which mbedTLS header file is causing the issue. 

Children