-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] cross-compile tcpreplay for armv5 freescale #623
Comments
Not sure why it is picking up the local math.h rather than the cross compiler's. Maybe get rid of Can you compile 64-bit? |
no I can't because the target is x32 Without
also tried with I tried settings this :
Then configure with:
Still picking the /usr/include/math.h from the host. |
@fklassen do i need to cross compile tcpdump and libdnet too ? |
i cross compiled libdnet, tcpdump also and use this now:
And i get further the error of fpu error, but now I have another one popping:
Seems to be well known error on arm but tested all the fix and cannot find that works: add Check for EDIT found a fix for this bug... remove the |
now I struggle with building a static tcpreplay version, its not possible despite I used "-static" everywhere I can, like in lddflags, cflags etc... |
It sounds like you found a fix similar to this. You seem to have issues with your compiler. Unfortunately I would say you are on your won to figure out how to get static to work. You probably have issues with your libraries not containing static libraries. |
yes but the problem of |
fixed in PR #641 |
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
andarm-unknown-linux-gnueabihf
but both fail with the same error:My command is:
The text was updated successfully, but these errors were encountered: