This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Cross Compilation error old wireshark(1.2.5) with ptxdist

0

Hey guys, I'm trying to compile Wireshark 1.2.5 with ptxdist (version 2011.08.0) on an ubuntu 14.04 64-bit and I am facing compilation error. (target architecture is ARM 32-bit).

In one of the stages it tries to run tshark (which is built in a earlier stage) and it fails:

make[4]: Entering directory '<my-build-path>/wireshark-1.2.5/doc'
WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1 ../tshark -G fields | /usr/bin/perl ./dfilter2pod.pl ./wireshark-filter.pod.template > wireshark-filter.pod
/bin/sh: ../tshark: cannot execute binary file Exec format error

Any ideas? Thanks.

Edit: In fact I have no use with the docs, I wouldn't mind to skip them - is that an option?

asked 07 Jun '16, 04:05

AndyTH's gravatar image

AndyTH
6113
accept rate: 0%

edited 07 Jun '16, 05:00