We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
I have added wolfssl library to keil, by downloading from Pack installer, in wolfssl i have selected the Echoclient.
when i start building i am getting errors like
C:\Keil_v5\ARM\PACK\wolfSSL\wolfSSL\4.4.0\wolfssl\examples\client\client.c(27): error: #5: cannot open source input file "wolfssl/wolfcrypt/settings.h": No such file or directory
if i go to that particular location wolfssl/wolfcrypt/settings.h file is present
i tried to replace < > with " " but it is not happening because of read only fileI tried to include that path, also not worked
can anyone help regarding this issuei have attached a screenshot below
What I said before still applies: if the compiler is not finding the file, then the include path is not (quite) right.
What is the full path to the header ?
"wolfssl/wolfcrypt/settings.h" is not a complete path - so your Include Paths need to supply the rest of it.
This is a library file i have download and i cannot able to modify.
It is read only file.
Nobody said anything about modifying any files: it's just your project settings that need updating - specifically, the Include Paths.