dlareklami / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

error when running "make training" under ubuntu 14.04 , tesseract 3.03 #1147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to build training tools under 32 bit Ubuntu 14.04 ,but get following 
error when execute make training:

classifier_tester.o: file class ELFCLASS64 incompatible with ELFCLASS32
/usr/bin/ld: final link failed: File in wrong format
collect2: error: ld returned 1 exit status

The error exists both when source from Ubuntu repository, or from Google drive 
is built.

Original issue reported on code.google.com by vov4ik...@gmail.com on 28 Apr 2014 at 1:09

GoogleCodeExporter commented 9 years ago
Solved the issue by executing "make clean" in source directory.

Original comment by vov4ik...@gmail.com on 28 Apr 2014 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by zde...@gmail.com on 28 Apr 2014 at 5:41

GoogleCodeExporter commented 9 years ago
I am getting following error on executing " sudo make training " on 32 bit 
Ubuntu 14.04

ar : ./libs/boxchar.o : No such file or directory

Same error is also thrown on executing "sudo make training-install"

Also, on executing "tesseract --list-langs" , error shown

Failed loading language 'eng'
Tesseract could not lot any languages!

Original comment by sarora18...@gmail.com on 1 Dec 2014 at 4:33