-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
can't compile on my arm-based Linux NAS device #78
Comments
From bltierney@es.net on July 23, 2013 11:03:24 Owner: jdugan.esnet |
From kaefert on July 23, 2013 13:18:12 I just checked, my Ubuntu machine also prints So it must be something else than gawk that is causing those troubles. |
From jef.poskanzer on August 16, 2013 13:26:13 Just sucessfully configured & compiled on an ARM-based Raspberry Pi, so this doesn't look like an ARM (byte order) issue. |
From bentolor on September 11, 2013 14:42:55 For the records: The sed implementation is the issue. I could workaround this using:
|
From kaefert on September 13, 2013 01:45:22 Thanks for the hint with sed! Now I can compile it, but when I try to run in server mode (didn't try client yet) it only prints me usage information like I called it wrong..? [~/iperf-3.0b5/src] # ./iperf3 --version [~/iperf-3.0b5/src] # ./iperf3 --server |
From jef.poskanzer on November 05, 2013 09:25:13 This is almost certainly the signed/unsigned char issue with getopt. We fixed it in May, so the 28 March version would not have had the fix. Retry with a current version? |
From bltierney@es.net on November 09, 2013 10:56:13 closing, since should be fixed, and we dont have a way to test. Status: Done |
From kaefert on July 16, 2013 23:59:05
I wanted to try out iperf3.
On my Ubuntu machine I had no problem compiling and running it. However I usally use my NAS as server for my performance messurements, so I tried to get it compiled there also.
A few of my problems I could solve by installing
ipkg install gcc grep diffutils
but now I've got a problem with awk.
By default I've only got this:
[~/iperf-3.0b5] # awk
BusyBox v1.01 (2013.02.28-18:30+0000) multi-call binary
With that the configure script ended up with:
config.status: creating Makefile
awk: ./confeqzGIH/subs.awk:2: Unexpected token
config.status: error: could not create Makefile
Now I installed gawk 4.0.1-1, and now I get this:
config.status: creating Makefile
gawk: ./confjpxDtU/subs.awk:2: S["/; s/!.*/"]=LTLIBOBJS!%!_!# ""
gawk: ./confjpxDtU/subs.awk:2: ^ syntax error
(and a lot more of those)
config.status: error: could not create Makefile
Now is awk my problem, is there some other version thats needed, or is it something that happened previously in the config-script?
Here's the full output of ./configure with awk and gawk: http://pastebin.com/ytsQqs3j
Original issue: http://code.google.com/p/iperf/issues/detail?id=78
The text was updated successfully, but these errors were encountered: