Topic: Getting errors while compiling wolfssl in keil

Hi all,


I have installed Wolfssl in keil using Pack installer.when i tried to compile it is giving errors like

C:\Keil_v5\ARM\PACK\wolfSSL\wolfSSL\4.4.0\wolfssl\examples\echoclient\echoclient.c(39): error:  #5: cannot open source input file "rl_fs.h": No such file or directory

in user_settings.h file i have define these
#define WOLFSSL_MDK_ARM
#define WOLFSSL_MDK5

Can any one help me out regarding this

Share

Re: Getting errors while compiling wolfssl in keil

Hi srihari,

Looks like "rl_fs.h" is for the file system and is not part of wolfSSL.

If you do not have that support in your platform then define "NO_FILESYSTEM" to disable it.

Thanks,
David Garske, wolfSSL

Share