Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Compiling aircrack-ng for aarch64 fails #11

Closed
Grimler91 opened this issue Jan 25, 2018 · 1 comment
Closed

Compiling aircrack-ng for aarch64 fails #11

Grimler91 opened this issue Jan 25, 2018 · 1 comment

Comments

@Grimler91
Copy link
Member

Error is:

In file included from sse-intrinsics.c:85:
In file included from /home/builder/.termux-build/_lib/16-aarch64-21-v3/lib64/clang/5.0.300080/include/emmintrin.h:27:
In file included from /home/builder/.termux-build/_lib/16-aarch64-21-v3/lib64/clang/5.0.300080/include/xmmintrin.h:27:
/home/builder/.termux-build/_lib/16-aarch64-21-v3/lib64/clang/5.0.300080/include/mmintrin.h:64:12: error: 
      invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type
      'int' of different size
    return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This seems to be an error that appears for other packages as well, see for example https://github.com/termux/termux-packages/issues/2028.

Until this can be solved aarch64 is blacklisted for aircrack-ng.

Grimler91 added a commit that referenced this issue Mar 5, 2018
Solves #11.
Also clean up dependencies a bit.
@Grimler91
Copy link
Member Author

Closed in 668df88.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant