Geoffrey Bugniot gmail.com> writes:
>
> I have a board with a PowerPC 8270 with an embedded Linux (2.6.39.4).
> On that platform, I use tcpdump and a program wich use libcap (4.1.1).
> Cross compiling is done with the ELDK 5.1 toolchain.
>
> When I launch tcpdump, it
Hi,
I've just successfully cross compile libpcap 4.3 for powerpc. I did:
$ ./configure --host=powerpc-linux --with-pcap=linux --prefix=/my/folder/
$ make
$ make install
But I'm not able to cross compile tcpdump: the configure script is always
looking for /usr/local/ instead of /my
Guy Harris alum.mit.edu> writes:
>
> Somebody who works on the PF_PACKET socket code in the Linux kernel?
> My *guess* is that there's something wrong with the code that handles
> memory-mapped access to the socket (if it weren't using the
> memory-mapped code, it might not be any less likely t
Hi,
I have a board with a PowerPC 8270 with an embedded Linux (2.6.39.4). On that
platform, I use tcpdump and a program wich use libcap (4.1.1). Cross compiling
is done with the ELDK 5.1 toolchain.
When I launch tcpdump, it works fine. The same with my program, it works fine
too. But if I launch