You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not true for Windows on arm64. The compilation pulls in emmintrin.h (where the first error originates). When I remove that header I get errors about sse2-specific instructions, and it fails as well. It seems like the change has to happen both in Salsa20.hpp and in the solution file.
The text was updated successfully, but these errors were encountered:
bradsoto
changed the title
Builing ZT1 on Windows arm64 arch
Building ZT1 on Windows arm64 arch
Feb 15, 2020
I was able to get the driver to build for arm64 using WDK 16299 by adding a configuration "Win10 Release" and a platform arm64 to the solution files and defining
#define _ARM64_ 1
#define NDIS670
However I am left with .obj files and no linked driver. Looks like OpenVPN has has the tap driver available since April 2019.
When building zerotier-one for Windows on arm64 I encounter the following error:
Inside the file node/Salsa20.hpp:
This is not true for Windows on arm64. The compilation pulls in emmintrin.h (where the first error originates). When I remove that header I get errors about sse2-specific instructions, and it fails as well. It seems like the change has to happen both in Salsa20.hpp and in the solution file.
The text was updated successfully, but these errors were encountered: