MTProxyARMPatch icon indicating copy to clipboard operation
MTProxyARMPatch copied to clipboard

Not working on Oragne Pi Zero Plus running Armbian Bionic

Open Bright-W opened this issue 5 years ago • 4 comments

Below are the errors when make.

common/crc32c.c: In function ‘crc32c_partial_sse42_clmul’: common/crc32c.c:406:14: warning: implicit declaration of function ‘__builtin_ia32_pclmulqdq128’; did you mean ‘__builtin_fabsd128’? [-Wimplicit-function-declaration] v2di F = __builtin_ia32_pclmulqdq128 (D, K, 0x00) ^ __builtin_ia32_pclmulqdq128 (E, K, 0x10); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ __builtin_fabsd128 common/crc32c.c:406:14: error: incompatible types when initializing type ‘v2di {aka __vector(2) long long int}’ using type ‘int’ common/crc32c.c:471:14: error: incompatible types when initializing type ‘v2di {aka __vector(2) long long int}’ using type ‘int’ v2di F = __builtin_ia32_pclmulqdq128 (D, K, 0x00) ^ __builtin_ia32_pclmulqdq128 (E, K, 0x10); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: common/crc32c.c:340:17: warning: ‘crc32c_partial_sse42_clmul’ defined but not used [-Wunused-function] static unsigned crc32c_partial_sse42_clmul (const void *data, long len, unsigned crc) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/crc32c.c:307:17: warning: ‘crc32c_partial_sse42’ defined but not used [-Wunused-function] static unsigned crc32c_partial_sse42 (const void *data, long len, unsigned crc) { ^~~~~~~~~~~~~~~~~~~~ Makefile:95: recipe for target 'objs/common/crc32c.o' failed make: *** [objs/common/crc32c.o] Error 1

Bright-W avatar Mar 14 '19 10:03 Bright-W

Same for me on Scaleway ARM64 VPS.

daro-ilovetea avatar Mar 21 '19 11:03 daro-ilovetea

Have switched to JSMTProxy. Worked fine for me. https://github.com/FreedomPrevails/JSMTProxy

Bright-W avatar Mar 21 '19 11:03 Bright-W

Have switched to JSMTProxy. Worked fine for me. https://github.com/FreedomPrevails/JSMTProxy

Thanks, works perfectly for me.

daro-ilovetea avatar Mar 21 '19 12:03 daro-ilovetea

Same here. Screen Shot 2020-07-12 at 10 56 20 PM Compiled failed on ARMv8 on Raspberry Pi 4

John-Lin avatar Jul 12 '20 14:07 John-Lin