Thanks Boris for the support. It is working. There were two g++ executables in the cross compiler tool chain and I was using the wrong one.
When I changed the configure command line to the right one it worked. Thanks. Diya ----- Original Message ---- From: Boris Kolpackov <[email protected]> To: [email protected] Sent: Tue, August 24, 2010 4:30:43 PM Subject: Re: ARM-Linux port Hi Diya, diya das <[email protected]> writes: > I have the same error that I mentioned previously even with the > --host option. Earlier I only had the CXX and CC paths in the > Configure command line. Then it must be a problem with your cross-compiler. The cross- compilation support in Xerces-C++ is definitely working; I cross-compiled it myself on multiple occasions. What you can try to do is check the config.log file for the source code of the test that configure is trying to compile as well as the compiler command line that it is executing and see why it doesn't work. Boris -- Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde Command line interface to C++ compiler http://codesynthesis.com/projects/cli
