smuellerDD / acvpparser

ACVP Parser for invocation of cryptographic implementations using the ACVP JSON test vectors
https://www.chronox.de/acvpparser
Other
36 stars 27 forks source link

Cross Compiling support #57

Closed Jayukie closed 2 years ago

Jayukie commented 2 years ago

Hi, I want to cross compile acvpparser locally (and then execute it on the embedded arm platform). Is there a mature configuration scheme, or how should I modify it? Thanks~

smuellerDD commented 2 years ago

Am Montag, 17. Oktober 2022, 05:09:44 CEST schrieb Jayukie:

Hi Jayukie,

Hi, I want to cross compile acvpparser locally (and then execute it on the embedded arm platform). Is there a mature configuration scheme, or how should I modify it? Thanks~

The parser is written in clean C99 with only one dependency: POSIX API. Thus, the parser is executable pretty much anywhere. This is confirmed in a lot of places.

The only change you have to apply is the use of the proper backend.

Ciao Stephan

Jayukie commented 2 years ago

OK, thank you. I have successfully cross compiled.