Hi, After compiling this code, I am getting below error.
"libunwind_i.h: error: #error Host has unknown byte-order." I checked the code and found that if hpux is not defined then we get this error. Does it mean that the code is compatible to HPUX only? Thanks, Sandeep Pokharakar This e-mail communication and any attachments are privileged and confidential and intended only for the use of the recipients named above. If you are not the intended recipient, please do not review, disclose, disseminate, distribute or copy this e-mail and attachments. If you have received this communication in error, please notify the sender immediately by email or telephone. -----Original Message----- From: Lassi Tuura [mailto:[email protected]] Sent: Wednesday, April 21, 2010 8:53 PM To: POKHARAKAR Sandeep Cc: [email protected] Subject: Re: [Libunwind-devel] libunwind library/source for Linux 64 bit Hi, > I am new to libunwind development. And using "Red Hat Enterprise Linux Server release 5.2 (Tikanga) Kernel 2.6.18-92.el5 on an x86_64." Machine for the same. > > Is libunwind library compatible for this OS configuration? I think so, though you might experience some issues with unwind accuracy depending on what you do. I recently posted some patches that try to address most of the issues. > Where can I get this source to download or can I get any library for the same? http://www.google.com/search?q=libunwind+download first link seems pretty useful :-) You should use the GIT version, not the 0.99 release tar ball. > I tried to download source from various sites but could not get. > > I need this for traversing execution call stack of other process on Linux and there are few methods which are supporting this. HTH, Lassi _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
