Hi Experts,
I am using am335x Linux SDK EVMSK.
I am getting an error whenever the glib based program is getting command line arguments as string.
-Warning ** Error converting string: Conversion from character set 'utf-8' to 'utf-16le' is not supported"
It looked like libiconv package is dependent. So I cross compiled the iconv binary and iconv.so* files and copied to the /usr/lib/ but the issue still persist.
The function g_convert() internally uses the system call iconv(). Now how to enable this function ?