Skip to content

[Bug] cross-compile tcpreplay for armv5 freescale #623

@dummys

Description

@dummys

Hi,

Im trying to cross compile tcpreplay for armv5 but I get the following eror when doing it:
PS: libpcap is compiled successfully. I'm using two different toolchain, one from crosstool-ng rm-unknown-linux-gnueabi and arm-unknown-linux-gnueabihf but both fail with the same error:

In file included from ../../src/common/timer.h:31,
                 from ../../src/common.h:45,
                 from cidr.c:23:
/usr/include/math.h:462:21: error: '_Float128' is not supported on this target
 # define _Mdouble_  _Float128

My command is:

CC=arm-unknown-linux-gnueabi-gcc ./configure --host=arm-unknown-linux-gnueabi --with-libpcap=/home/build/cross-compiling/arm-32/libpcap-1.9.1_comp/compiled --prefix=/home/build/cross-compiling/arm-32/tcpreplay-4.3.3/compiled

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions