issues
search
microsoft
/
MSRSec
Security and Privacy Research at Microsoft
MIT License
37
stars
28
forks
source link
AARCH64: Enable builds for AARCH64 with WolfSSL and GCC.
#11
Closed
neilsh-msft
closed
5 years ago
neilsh-msft
commented
5 years ago
Enable build for ARM64 with WolfSSL and GCC.
fix LONG, ULONG and DWORD types in ntdefs to 32 bit integers. GCC AARCH64 longs are 64 bits.
fix GUID definition to use uint32 instead of long. GCC AARCH64 longs are 64 bits.
use built in static_assert for MSVC and _Static_assert for GCC in ntdefs.
add definitions to use 64 bit types for arm64.
include libgcc on arm64 when linking fTPM TA for missing 128 bit divide function.
neilsh-msft
commented
5 years ago
Ping?
Enable build for ARM64 with WolfSSL and GCC.