compiling libxml with iconv for mips and arm

deepthi.kallahakalla_at_lntinfotech.com
Date: 08/04/05


Date: 3 Aug 2005 22:10:33 -0700

Hai All,

I am facing problem while parsing a xml file which has enu-kr encoding.
 I am able to run my program on linux...but on the mips, since this
library is not present, I have compiled libxml with iconv library. But
still it is not able to parse the xml file which has enu-kr encoding.

I have downloaded libiconv-1.9.1 inconv library. i crosscompiled it for
mips.

i configured it using this configure command..

./configure --prefix=$HOME/deepthi/temp/ --without-python
--host=mips-hardhat-linux
CC=/opt/montavista/pro/devkit/mips/fp_be/bin/mips_fp_be-gcc
CXX=/opt/montavista/pro/devkit/mips/fp_be/bin/mips_fp_be-g++
RANLIB=/opt/montavista/pro/devkit/mips/fp_be/bin/mips_fp_be-ranlib

and did make and make install.

It compiled without any errors.

Then i recompiled xml library libxml2-2.6.8 with iconv library
1.9.1,using --with-iconv and --with-iconv-dir options.

The libxml is getting compiled, but i am not able to resolve the issue
on the mips board.

The xml lib is not able to parse the file.

One more thing is, when i compile iconv for mips, its not creating
iconv.a static file, it creates only iconv.la and other .so files.

Does anyone have any idea on this.
Please let me know.
This is very urgent and important for us...

Thanks and regards,
Deepthi



Relevant Pages

  • libxml with inconv for mips
    ... I am facing problem while parsing a xml file which has enu-kr encoding. ... I am able to run my program on linux...but on the mips, ... The xml lib is not able to parse the file. ... One more thing is, when i compile iconv for mips, its not creating ...
    (comp.sys.mips)
  • libxml with inconv for mips
    ... I am facing problem while parsing a xml file which has enu-kr encoding. ... I am able to run my program on linux...but on the mips, ... The xml lib is not able to parse the file. ... One more thing is, when i compile iconv for mips, its not creating ...
    (comp.sys.mips)
  • Re: Declarative Data Access
    ... we've been flirting with the idea of having a single ... > component in our app that handles all the plumbing for our Db calls ( ... small program which will read the XML file and output a source code file ... which executes these procedures and compile that file into your project. ...
    (microsoft.public.dotnet.framework.adonet)
  • Problems during assembly of Kernel Module.
    ... I am trying to compile a kernel module for a mips32 chip. ... My mips compiler does not like this very much and complains loudly: ... This program seems to compile FINE on x86 since the x86 assembly seems ...
    (Linux-Kernel)