Building is easy, getting the options for the configure script can be tricky though. Here's an example of how to build iperf on neutrino for an ARM target:
After downloading and un-tarring the source code run this command on a QNX host:
ac_cv_func_malloc_0_nonnull=yes tells the configure script that a malloc function does indeed exist and not to replace it with 'rpl_malloc', averting an eventual linker error.
Once the configure script is done running type 'make'.
NOTE:
This entry has been validated against the SDP version listed above. Use
caution when considering this advice for any other SDP version. For
supported releases, please reach out toQNX Technical Support if you have any questions/concerns.