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

Error While adding wolfssl library to keil

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 file
I tried to include that path, also not worked

can anyone help regarding this issue
i have attached a screenshot below

Parents
  • 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.

Reply
  • 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.

Children