1

(4 replies, posted in wolfSSL)

Hello Kareem,

Thanks for the detailed overview — I’m still a little unclear, though, on exactly how to invoke the cross-compiler and produce the libwolfssl.a for my MPC5748G toolchain. Could you please walk me through the sequence of commands required to cross-compile wolfSSL for MPC5748G? Also, there is no configure file added in the directory of wolfSSL in the SDK directory

2

(4 replies, posted in wolfSSL)

Hello Kareem,

I am just implementing a simple ecdsa algorithm using functions of OpenSSL. I have defined all the required in the preprocessor symbols in the compiler not in user settings and there are no errors regarding that the error is that there is undefined ref for all the functions I am using because there is no libwolfssl and I don't know how to build it specifically to my target

3

(4 replies, posted in wolfSSL)

Hello I am trying to build a project using OpenSSL compatibility layer that is inside the wolfSSL library now the problem is that I can't find the library libwolfssl for my target MPC5748G can you please guide me how to create that library?