Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux include directory error #7

Open
clopso opened this issue Jul 28, 2023 · 0 comments
Open

Linux include directory error #7

clopso opened this issue Jul 28, 2023 · 0 comments

Comments

@clopso
Copy link

clopso commented Jul 28, 2023

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 works
I fixed this by changing the mbedTLS in include directories to mbedtls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant