Re: [Wireshark-dev] how to cross-compile tshark and tools

2011-04-13 Thread George Nychis
Thanks for the responses, I sincerely appreciate it. I was able to build lemon for my host machine, and compile the majority of the project. My goal is to get libwireshark working on Android as a shared library. It seems to build successfully as a static library, so I am going to try build it as

Re: [Wireshark-dev] how to cross-compile tshark and tools

2011-04-13 Thread Guy Harris
On Apr 13, 2011, at 9:41 AM, Guy Harris wrote: > Of course, none of that addresses any configuration tests we might do that > involve compiling *and* running code; if we do any of that, cross-compilation > is even harder to make work. And we do, in fact, do tests such as that. For example, we

Re: [Wireshark-dev] how to cross-compile tshark and tools

2011-04-13 Thread Guy Harris
On Apr 13, 2011, at 9:27 AM, George Nychis wrote: >> On Wed, Apr 13, 2011 at 12:05 PM, Jeff Morriss >> wrote: >> George Nychis wrote: >> BTW, it appears that this has come up before in the past (2009): >> https://$1.wireshark.org/lists/wireshark-users/200910/msg00123.html >>

Re: [Wireshark-dev] how to cross-compile tshark and tools

2011-04-13 Thread George Nychis
Hi Jeff, I am on Revision: 36615 So it seems like I am past that revision. On Wed, Apr 13, 2011 at 12:05 PM, Jeff Morriss wrote: > George Nychis wrote: > >> BTW, it appears that this has come up before in the past (2009): >> https://$1.wireshark.org/lists/wireshark-users/200910/msg00123.html <

Re: [Wireshark-dev] how to cross-compile tshark and tools

2011-04-13 Thread Jeff Morriss
George Nychis wrote: BTW, it appears that this has come up before in the past (2009): https://$1.wireshark.org/lists/wireshark-users/200910/msg00123.html but it doesn't seem like a resolution was made.. but this post has a sh

Re: [Wireshark-dev] how to cross-compile tshark and tools

2011-04-13 Thread George Nychis
BTW, it appears that this has come up before in the past (2009): https://$1.wireshark.org/lists/wireshark-users/200910/msg00123.html but it doesn't seem like a resolution was made.. but this post has a short-term workaround: http://seclists.org/wireshark/2009/Oct/286 I am going to try this out, t

[Wireshark-dev] how to cross-compile tshark and tools

2011-04-13 Thread George Nychis
Hi all, I am trying to cross-compile tshark for an arm system, but I am hitting an issue I am not sure how to overcome. I have added my gcc cross-compiler to my path, and configured my system as: ./configure -host=arm-eabi --disable-wireshark --with-pcap=no I succeed in building several of the c