microsoft / ms-tpm-20-ref

Reference implementation of the TCG Trusted Platform Module 2.0 specification.
Other
345 stars 134 forks source link

Linux arm & arm64 build fails #30

Closed mohandatla closed 5 years ago

mohandatla commented 5 years ago

It fails with an error "Unable to determine RADIX_BITS from compiler environment."

It is due to the architecture flags are not present correctly for gcc

mohandatla commented 5 years ago

https://github.com/Microsoft/ms-tpm-20-ref/pull/29

amarochk commented 5 years ago

Merged.