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
Once the pack is installed, you still have to use the run-time environment manager to add it to the project (see screenshot). Enabling the CORE feature will add a WolfSSL group to your project; add the macro WOLFSSL_USER_SETTINGS to your C/C++ defines list and you'll be able to configure the library using the configuration wizard/settings file user_settings.h. Compilation will succeed, because the include path is automatically configured from the enabled packs.
Then you'll just have to worry about properly configuring the library for your target to get it all to link.