Hello
there! I've
being tring for several days compiling and running Xerces for embedded linux running
over Broadcom BCM1250 (Two Broadcom SB-1 MIPS64 CPU cores. For more
info, goto http://sibyte.broadcom.com/public/chips/index.html#bcm1250). I am using
the Broadcom SiByte
cross-compiling tools (SBTOOLS) – GCC 3.2.3 - to compile the library as shared
object (like DLL in windows) on my x86 red hat. The problem
I am encountering is that any exception that being thrown in the shared object cannot
be catched by main() code
and the application is terminated. I have
also tried to run the sample DOMPrint with argument
"123" (I want an exception…) and it crashed! I have
tried to debug it with gdb and all I got was that the
parser is throwing an exception, the libstdc++.so get
the exception and libgcc.so terminates the application. Is there
any architecture depend code that I have missed? Can u
help guys? If you want more info, just say it. Thanks, Aviv Grafi |