Re: Port to arm-linux (iPaq, Zaurus, others)
Duncan Grisby <[email protected]> Thu, 22 May 2003 16:21:27 +0100
| Newsgroups | gmane.comp.corba.omniorb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Monday 19 May, "Guillaume Arreckx" wrote: > I have ported omniORB to the Zaurus (in view of using it on a custom > hardware later). > The port itself went smoothly but when running the examples, I managed to > get eg1, eg2 etc... to work, but the ORB either locks or crash when > invoking the ORB destroy method. The GDB traceback reports some problems > when the ORB uses the glibc. Most versions of gcc on Arm do not support thread safe exception handling, hence your crashes. gcc 3.3 might work. Cheers, Duncan. -- -- Duncan Grisby -- -- [email protected] -- -- http://www.grisby.org --