Hi,
I am quite new to using a MicroZed board and have very little experience with Linux etc...
Nevertheless I got the SDK installed, managed to create/build/debug a few sample applications and things appear to be going well.
As I will be need to implement an application on it which will need to pump large amounts of data across the 1000Mb ethernet link I thought iperf would be a good way to start, at least to get to know my way around using TCP/IP under Linux.
So I downloaded iperf and tried to build it using the SDK without much success becuase I got large amounts of errors. I checked it out a bit and found that "HAVE_CONFIG_H" was missing. I added that to the Symbols list for the iperf project and got a different result.
However, now it complains it is missing "config.h" which is very logical because there is a "config.win32.h" in the downloaded files but no "config.h"(it is probably a windows related file or soemthing). After a bit of additional searching I gather "config.h" is something generated for a particular board setup so that raises a few questions:
- is there a suitable "config.h" out there anywhere for the microzed board?
- Is it possible at all to build iperf for the MicroZed board using the XILINX SDK? I have read on this website that it would be impossible to really build a C++ application like it using the SDK?
- If yes: is there a downloadable ready to build anywhere for building iperf on the MicroZed board?
Any help/suggestion/useful info would be very much appreciated.