Re: [tesseract-ocr] Cross compile Tesseract for arm64-v8a architecture

2021-01-26 Thread Zdenko Podobny
So you need to find out which header file from your aarch64-linux-android toolchain provide _get_cpuid(). Zdenko ut 26. 1. 2021 o 7:48 Hussain Akbar napísal(a): > > Yes i have tried by commenting the #include . further errors > like __get_cpuid(1, &eax, &ebx, &ecx, &edx) != 0) not found. Its

Re: [tesseract-ocr] Cross compile Tesseract for arm64-v8a architecture

2021-01-25 Thread Hussain Akbar
Yes i have tried by commenting the #include . further errors like __get_cpuid(1, &eax, &ebx, &ecx, &edx) != 0) not found. Its obvious _get_cpuid() is method in cpuid.h On Monday, January 25, 2021 at 6:11:23 PM UTC+5 zdenop wrote: > Try to comment line with #include > to see if there are ot

Re: [tesseract-ocr] Cross compile Tesseract for arm64-v8a architecture

2021-01-25 Thread Zdenko Podobny
Try to comment line with #include to see if there are other errors. PS: there is no problem to build tesseract for arm devices like Rasberry pi, so maybe there is something specific for android... Zdenko po 25. 1. 2021 o 13:56 Hussain Akbar napísal(a): > > Please see this bug > > https://st

[tesseract-ocr] Cross compile Tesseract for arm64-v8a architecture

2021-01-25 Thread Hussain Akbar
Please see this bug https://stackoverflow.com/questions/65883975/tesseract-cross-compile-aarch64-arm64-v8a-error-this-header-is-for-x86-only -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving ema