语言

Menu
Sites
Language
Is Cross Compiling possible?

Hello,

I would like to cross compile tesseract for Tizen, because I have an application with OCR that I want to port to Tizen.

is it possible to cross-compile library on Tizen with the current SDK?

Or

is there any OCR library for Tizen?

Thanks you

响应

1 回复
Tomasz Olszak

Hi, 

There was time I cross compiled Qt on Tizen so cross-compiling is possible but I needed to prepare my own sysroot (this deployed with Tizen SDK was too minimal for compiling Qt).

Tizen cross-compiler is placed in tizen-sdk/tools/arm-*-gcc or i386-*-gcc for emulator.