PDA

View Full Version : QIconvCodec - Nomad



b1
13th April 2008, 02:34
G'Day all,

I am playing with the Linux version of the Nomad and have an issue with a cross-compile. It is using Qt 4.3

I have installed the SDK for the ARM processor that came with the Nomad.
I cross compiled some code I wrote and it succeeds with out error. Running "file program" tells me 'ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), not stripped".

I now copy it to the Nomad and when I run it there I get
"QIconvCodec::convertFromUnicode: using ASCII for conversion, iconv_open failed"
and "QIconvCodec::convertToUnicode: using ASCII for conversion, iconv_open failed"

I don't use QIconvCodec knowingly so it must be something buried down in Qt.

Any pointers as to what it means would be greatly appreciated.

Regards, B1.