Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - iperf compilation for ppc: (13 Items)
   
iperf compilation for ppc  
Hi,

I have requirement to compile the iperf in QNX Momentics for PPC.
can you please tell how to download the iperf source alone from pkgsrc and
compile it in QNX Momentics?

Thanks and Regards
K.Senthil
Re: iperf compilation for ppc  
On Fri, Apr 16, 2010 at 10:07:55AM -0400, Senthil K wrote:
> Hi,
> 
> I have requirement to compile the iperf in QNX Momentics for PPC.
> can you please tell how to download the iperf source alone from pkgsrc and
> compile it in QNX Momentics?

I've only done self hosted work with pkgsrc: x86 with no IDE.

Regards,

-seanb
Re: iperf compilation for ppc  
Hi Sean,

Can you please send the iperf source?
I tried to download the iperf from pkgsrc it gave only make file and patches.

Thanks and Regards
K.Senthil
Re: iperf compilation for ppc  
On Fri, Apr 16, 2010 at 11:06:54AM -0400, Senthil K wrote:
> Hi Sean,
> 
> Can you please send the iperf source?
> I tried to download the iperf from pkgsrc it gave only make file and patches.

A 'bmake' will automatically download it to pkgsrc/distfiles.

Regards,

-seanb
Re: iperf compilation for ppc  
Hi Sean,

Sorry for asking this question...
I am having windows pc..
Where should i give   'bmake'.


Thanks and Regards
K.Senthil
Re: iperf compilation for ppc  
On Fri, Apr 16, 2010 at 12:33:09PM -0400, Senthil K wrote:
> Hi Sean,
> 
> Sorry for asking this question...
> I am having windows pc..
> Where should i give   'bmake'.

ftp http://distfiles.gentoo.org/distfiles/iperf-2.0.2.tar.gz
Re: iperf compilation for ppc  
Hi,

I tried to compile the iperf in cygwin.it throws following errors

Senthil@DELL /cygdrive/d/Sen_PendriverData/IntuneProject/iperf/iperf-2.0.2
$ make
make  all-recursive
make[1]: Entering directory `/cygdrive/d/Sen_PendriverData/IntuneProject/iperf/i
perf-2.0.2'
Making all in compat
make[2]: Entering directory `/cygdrive/d/Sen_PendriverData/IntuneProject/iperf/i
perf-2.0.2/compat'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include -I../include   -O2  -MT Thread
.o -MD -MP -MF ".deps/Thread.Tpo" -c -o Thread.o Thread.c; \
        then mv -f ".deps/Thread.Tpo" ".deps/Thread.Po"; else rm -f ".deps/Threa
d.Tpo"; exit 1; fi
Thread.c: In function `thread_stop':
Thread.c:205: error: `oldTID' undeclared (first use in this function)
Thread.c:205: error: (Each undeclared identifier is reported only once
Thread.c:205: error: for each function it appears in.)
make[2]: *** [Thread.o] Error 1
make[2]: Leaving directory `/cygdrive/d/Sen_PendriverData/IntuneProject/iperf/ip
erf-2.0.2/compat'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/d/Sen_PendriverData/IntuneProject/iperf/ip
erf-2.0.2'
make: *** [all] Error 2

Is there any iperf binary available for Powerpc?

Thanks and Regards
K.Senthil
Re: iperf compilation for ppc  
On Mon, Apr 19, 2010 at 04:36:21AM -0400, Senthil K wrote:
> 
> Is there any iperf binary available for Powerpc?

Not currently AFAIK.

Regards,

-seanb
Re: iperf compilation for ppc  
Hi ,

I have did some changes in the configuration script to support for mpc8548 and now i m able to compile the source for 
powerpc in QNX Host.

Its working fine..

Thanks a lot for your help.

Thanks and Regards
K.Senthil
Re: iperf compilation for ppc  
Hello,
           what configuration changes did you make? If you do not mind telling it to me. I need to build a project for 
ppc as well
Re: iperf compilation for ppc  
> Hello,
>            what configuration changes did you make? If you do not mind telling
>  it to me. I need to build a project for ppc as well


I have a arm a7 architecture based board and I have written a QNX devnp driver for it newly and I did test if for all 
configurations and tests but for bench marking I need to cross compile iperf for the same on QDE 6.6. Did anyone succeed
 to cross compile the iperf for arm architecture boards? If any please let me know
Re: iperf compilation for ppc  
Hi Senthil,

Could you elaborate the changes made in the configure script to build the iperf and how you build it? It would be a gr8 
help.

Thanks and Regards,
Meena
Re: iperf compilation for ppc  
Did you sort out how to compile the iperf for QNX patforms ?