Topic: Building wolfssl inside a docker for the arm64 architecture

I am running on a x64 machine and I wish to build the wolfssl inside an arm64 docker container. What does the docker file need to contain in order to do it

Share

Re: Building wolfssl inside a docker for the arm64 architecture

Can you let us know what build tools or toolchain you have available?

Share

Re: Building wolfssl inside a docker for the arm64 architecture

Native Linux tools (including for ARM64). We could consider cross-builds also, but would prefer a "native" build in a cross-architecture docker.

Share

Re: Building wolfssl inside a docker for the arm64 architecture

Perhaps you would prefer a secure and confidential communication channel.  If so, please start the conversation by sending a message to support@wolfssl.com.

Share

Re: Building wolfssl inside a docker for the arm64 architecture

if "native", then gcc would be sufficient. Just about any C89 compliant compiler would be sufficient.

Share

Re: Building wolfssl inside a docker for the arm64 architecture

Probably. What I am looking for is a sample dockerfile that contains all of the definitions.

Share

Re: Building wolfssl inside a docker for the arm64 architecture

I think you might find this useful:

https://github.com/wolfSSL/wolfssl/tree/master/Docker

Let me know if you have further questions.

Can you tell us about your project and goals?

Warm regards, Anthony

Share