And this is the output i get

[ 73%] Building CXX object 
CMakeFiles/libtesseract.dir/src/api/wordstrboxrenderer.cpp.obj
[ 74%] Building CXX object 
CMakeFiles/libtesseract.dir/src/arch/dotproduct.cpp.obj
[ 74%] Building CXX object 
CMakeFiles/libtesseract.dir/src/arch/simddetect.cpp.obj
[ 74%] Building CXX object 
CMakeFiles/libtesseract.dir/src/arch/intsimdmatrix.cpp.obj
[ 75%] Building CXX object 
CMakeFiles/libtesseract.dir/src/arch/dotproductavx.cpp.obj
C:\Users\UserName\Documents\Qt_Projects\tesseract-main\src\arch\dotproductavx.cpp:
 
In function 'double tesseract::DotProductAVX(const double*, const double*, 
int)':
C:\Users\UserName\Documents\Qt_Projects\tesseract-main\src\arch\dotproductavx.cpp:74:27:
 
warning: requested alignment 32 is larger than 16 [-Wattributes]
   alignas(32) double tmp[4];
                           ^
[ 75%] Building CXX object 
CMakeFiles/libtesseract.dir/src/arch/intsimdmatrixavx2.cpp.obj
[ 75%] Building CXX object 
CMakeFiles/libtesseract.dir/src/arch/dotproductfma.cpp.obj
C:\Users\UserName\Documents\Qt_Projects\tesseract-main\src\arch\dotproductfma.cpp:
 
In function 'double tesseract::DotProductFMA(const double*, const double*, 
int)':
C:\Users\UserName\Documents\Qt_Projects\tesseract-main\src\arch\dotproductfma.cpp:78:27:
 
warning: requested alignment 32 is larger than 16 [-Wattributes]
   alignas(32) double tmp[4];
                           ^
[ 76%] Building CXX object 
CMakeFiles/libtesseract.dir/src/arch/dotproductsse.cpp.obj
[ 76%] Building CXX object 
CMakeFiles/libtesseract.dir/src/arch/intsimdmatrixsse.cpp.obj
[ 77%] Linking CXX static library libtesseract50.a
[ 77%] Built target libtesseract
[ 77%] Building CXX object CMakeFiles/tesseract.dir/src/tesseract.cpp.obj
[ 78%] Linking CXX executable bin\tesseract.exe
libtesseract50.a(svutil.cpp.obj):svutil.cpp:(.text+0xfa2): undefined 
reference to `nano_sleep'
collect2.exe: error: ld returned 1 exit status
mingw32-make[2]: *** [CMakeFiles\tesseract.dir\build.make:109: 
bin/tesseract.exe] Error 1
mingw32-make[1]: *** [CMakeFiles\Makefile2:162: 
CMakeFiles/tesseract.dir/all] Error 2
mingw32-make: *** [Makefile:135: all] Error 2

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/925b53b3-945a-4ae9-ad90-f6dcf3449b71n%40googlegroups.com.

Reply via email to