Thanks! I've sent a patch to move Buildroot to this release!
new minor release
Updated patch against latest codebase.
the issue is not with the inttypes macros, but rather with the assumptions around the definition of max_size_t. Perhaps this patch bandages a problem, but on our ARM cortex A7 platform, printf is expecting 64-bit integers and max_size_t is 32-bit integer type. For the sake of my development the formatting change was more innocuous than fixing the typedef. On Dec 7, 2017 3:55 AM, "Robert McMahon" rjmcmahon@users.sf.net wrote: I'm confused. I thought the PRIdMAX would resolve to a 32bit specifier on...
I believe I64d says print 64 spaces ahead of your %d, PRId64 says cast to 64-bit for this architecture. So I think it's ok
Opps dup with https://sourceforge.net/p/iperf2/tickets/7/. I'll update comments there.
iperf - "speed" display in CSV report
32-bit int display without QUAD_SUPPORT