You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All letters in the mbedTLS folder are in lower case, causing malfunction in Linux because of how the file system works
I fixed this by changing the mbedTLS in include directories to mbedtls
The text was updated successfully, but these errors were encountered:
In GNU C and GNU C++ include directories, the following paths are wrong
../../../../../../Middlewares/Third_Party/mbedTLS/library
../../../../../../Middlewares/Third_Party/mbedTLS/include
All letters in the
mbedTLS
folder are in lower case, causing malfunction in Linux because of how the file system worksI fixed this by changing the
mbedTLS
in include directories tombedtls
The text was updated successfully, but these errors were encountered: